mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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
This commit is contained in:
parent
43b0486a1d
commit
c3f2e8fb08
@ -247,14 +247,14 @@ define uboot/p2812hnufx_ram
|
|||||||
TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (RAM)
|
TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (RAM)
|
||||||
SOC:=vr9
|
SOC:=vr9
|
||||||
DDR_SETTINGS:=board/zyxel/p2812hnufx/ddr_settings.h
|
DDR_SETTINGS:=board/zyxel/p2812hnufx/ddr_settings.h
|
||||||
DEPS:=@TARGET_lantiq_xrx200_P2812HNUFX
|
DEPS:=@TARGET_lantiq_xrx200_P2812HNUF1||@TARGET_lantiq_xrx200_P2812HNUF3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/p2812hnufx_nandspl
|
define uboot/p2812hnufx_nandspl
|
||||||
TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (NAND SPL)
|
TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (NAND SPL)
|
||||||
SOC:=vr9
|
SOC:=vr9
|
||||||
IMAGE:=u-boot.ltq.lzo.nandspl
|
IMAGE:=u-boot.ltq.lzo.nandspl
|
||||||
DEPS:=@TARGET_lantiq_xrx200_P2812HNUFX
|
DEPS:=@TARGET_lantiq_xrx200_P2812HNUF1||@TARGET_lantiq_xrx200_P2812HNUF3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user