diff options
author | Mathias Kresin <dev@kresin.me> | 2017-12-28 01:15:57 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-09 22:06:55 +0100 |
commit | 2f757f60355d1ae9874590dcf92eaafd046fc831 (patch) | |
tree | d9dc2b29663e3ac7a258db86b53728587cfb4c67 /package | |
parent | a10ab9d843fb1414f3e3e06a768017d33eb4f451 (diff) | |
download | upstream-2f757f60355d1ae9874590dcf92eaafd046fc831.tar.gz upstream-2f757f60355d1ae9874590dcf92eaafd046fc831.tar.bz2 upstream-2f757f60355d1ae9874590dcf92eaafd046fc831.zip |
uboot-kirkwood: fix default u-boot selection
Build the Seagate GoFlexHome u-boot for the Seagate GoFlexNet as well. The
name clearly indicates that the u-boot can be used for both boards
Build the Zyxel NSA310 u-boot if the NSA310B image is selected.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 94cc30bc06..aa143280d3 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -30,6 +30,7 @@ endef define U-Boot/goflexhome NAME:=the Seagate GoFlexHome/GoFlexNet + BUILD_DEVICES+=goflexnet endef define U-Boot/ib62x0 @@ -50,6 +51,7 @@ endef define U-Boot/nsa310 NAME:=Zyxel NSA310 + BUILD_DEVICES:=nsa310b endef define U-Boot/nsa325 |