Author: blogic Date: 2015-01-28 13:08:13 +0100 (Wed, 28 Jan 2015) New Revision: 44179
Modified: trunk/package/boot/uboot-lantiq/Makefile Log: 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?\195?\164l?\195?\164 <[email protected]> Modified: trunk/package/boot/uboot-lantiq/Makefile =================================================================== --- trunk/package/boot/uboot-lantiq/Makefile 2015-01-28 12:08:04 UTC (rev 44178) +++ trunk/package/boot/uboot-lantiq/Makefile 2015-01-28 12:08:13 UTC (rev 44179) @@ -247,14 +247,14 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
