summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-01-28 12:08:13 +0000
committerJohn Crispin <john@openwrt.org>2015-01-28 12:08:13 +0000
commitc3f2e8fb0824acabb03bb61be2a4a73e35c2fb18 (patch)
tree4479e6f2c46c022f0433e02242fa2a48dc023859 /package/boot/uboot-lantiq
parent43b0486a1dda67a6aab7ae2c9a088bdfb64a7ae8 (diff)
downloadmaster-31e0f0ae-c3f2e8fb0824acabb03bb61be2a4a73e35c2fb18.tar.gz
master-31e0f0ae-c3f2e8fb0824acabb03bb61be2a4a73e35c2fb18.tar.bz2
master-31e0f0ae-c3f2e8fb0824acabb03bb61be2a4a73e35c2fb18.zip
uboot-lantiq: fix P-2812HNU-F1/3 package dependency
After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. Fix empty menuconfig bootloader selection by making u-boot depend on one of the new target profiles. Signed-off-by: Antti Seppälä <a.seppala@gmail.com> SVN-Revision: 44179
Diffstat (limited to 'package/boot/uboot-lantiq')
-rw-r--r--package/boot/uboot-lantiq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile
index d2b868f5de..d59aac85d5 100644
--- a/package/boot/uboot-lantiq/Makefile
+++ b/package/boot/uboot-lantiq/Makefile
@@ -247,14 +247,14 @@ define uboot/p2812hnufx_ram
TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (RAM)
SOC:=vr9
DDR_SETTINGS:=board/zyxel/p2812hnufx/ddr_settings.h
- DEPS:=@TARGET_lantiq_xrx200_P2812HNUFX
+ DEPS:=@TARGET_lantiq_xrx200_P2812HNUF1||@TARGET_lantiq_xrx200_P2812HNUF3
endef
define uboot/p2812hnufx_nandspl
TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (NAND SPL)
SOC:=vr9
IMAGE:=u-boot.ltq.lzo.nandspl
- DEPS:=@TARGET_lantiq_xrx200_P2812HNUFX
+ DEPS:=@TARGET_lantiq_xrx200_P2812HNUF1||@TARGET_lantiq_xrx200_P2812HNUF3
endef