diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2017-01-22 14:43:51 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 16:21:24 +0100 |
commit | 3d1b2b22d6d27f9da64d159743fd77ee7265eee9 (patch) | |
tree | 52dc178542e3cb41bf5ee651c79efcfb1cba0295 /package/boot/uboot-kirkwood/Makefile | |
parent | beb69e242e9ff5873002d29456aa39985fb94bfc (diff) | |
download | upstream-3d1b2b22d6d27f9da64d159743fd77ee7265eee9.tar.gz upstream-3d1b2b22d6d27f9da64d159743fd77ee7265eee9.tar.bz2 upstream-3d1b2b22d6d27f9da64d159743fd77ee7265eee9.zip |
uboot-kirkwood: add uboot for nsa310b
this commit allows to make a standalone u-boot for nsa310b.
While both first-stage and second-stage u-boot work fine if
installed to flash or loaded with kwboot,
I could not get stock u-boot nor bodhi's u-boot to chainload
any second stage u-boot (I also tried with dockstar's uboot
that works fine on this device if loaded with kwboot).
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 74b9f0fded..c42f947612 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -58,6 +58,10 @@ define uboot/iconnect_second_stage TITLE:=second stage U-Boot for Iomega iConnect Wireless endef +define uboot/nsa310 + TITLE:=U-Boot for Zyxel NSA310 +endef + define uboot/pogo_e02 TITLE:=U-Boot for Cloud Engines Pogoplug E02 endef @@ -75,6 +79,7 @@ UBOOTS:= \ goflexhome \ ib62x0 ib62x0_second_stage \ iconnect iconnect_second_stage \ + nsa310 \ pogo_e02 pogo_e02_second_stage \ sheevaplug |