summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-kirkwood
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-02-16 00:14:26 +0000
committerLuka Perkov <luka@openwrt.org>2014-02-16 00:14:26 +0000
commitddcd83e3dff049788e5372d748d501be962e92a3 (patch)
tree8e809f92d478a4951146cad9114497adacc6a37b /package/boot/uboot-kirkwood
parent58fa3f8fdf12baf8a71176216675512d86cf2f16 (diff)
downloadmaster-31e0f0ae-ddcd83e3dff049788e5372d748d501be962e92a3.tar.gz
master-31e0f0ae-ddcd83e3dff049788e5372d748d501be962e92a3.tar.bz2
master-31e0f0ae-ddcd83e3dff049788e5372d748d501be962e92a3.zip
uboot-kirkwood: add support for Seagate GoFlexNet
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39594
Diffstat (limited to 'package/boot/uboot-kirkwood')
-rw-r--r--package/boot/uboot-kirkwood/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile
index 328da81cff..562651782b 100644
--- a/package/boot/uboot-kirkwood/Makefile
+++ b/package/boot/uboot-kirkwood/Makefile
@@ -37,6 +37,10 @@ define uboot/dockstar_second_stage
TITLE:=second stage U-Boot for Seagate DockStar
endef
+define uboot/goflexhome
+ TITLE:=U-Boot for the Seagate GoFlexHome/GoFlexNet
+endef
+
define uboot/ib62x0
TITLE:=U-Boot for RaidSonic ICY BOX NAS6210 and NAS6220
endef
@@ -63,6 +67,7 @@ endef
UBOOTS:= \
dockstar dockstar_second_stage \
+ goflexhome \
ib62x0 ib62x0_second_stage \
iconnect iconnect_second_stage \
pogo_e02 \