[source] uboot-ar71xx: fix default selection for NBG460N/550N/550NH
LEDE Commits
lede-commits at lists.infradead.org
Tue Aug 2 04:55:10 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=cc7029f8a9de72eac0eb7c0f174287b6a6ae5bf5
commit cc7029f8a9de72eac0eb7c0f174287b6a6ae5bf5
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Aug 2 13:49:27 2016 +0200
uboot-ar71xx: fix default selection for NBG460N/550N/550NH
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/boot/uboot-ar71xx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-ar71xx/Makefile b/package/boot/uboot-ar71xx/Makefile
index 7c4bb6c..c80d6eb 100644
--- a/package/boot/uboot-ar71xx/Makefile
+++ b/package/boot/uboot-ar71xx/Makefile
@@ -33,6 +33,7 @@ endef
define uboot/nbg460n_550n_550nh
TITLE:=U-boot for the NBG460N/550N/550NH routers
+ DEFAULT:=y if (TARGET_ar71xx_generic_DEVICE_NBG_460N_550N_550NH || TARGET_DEVICE_ar71xx_generic_DEVICE_NBG_460N_550N_550NH || TARGET_ar71xx_generic_Default)
endef
UBOOTS:=nbg460n_550n_550nh
@@ -44,7 +45,6 @@ define Package/uboot-ar71xx-$(1)
TITLE:=$(2)
DEPENDS:=@TARGET_ar71xx_generic
URL:=http://www.denx.de/wiki/U-Boot
- DEFAULT:=y if (TARGET_ar71xx_generic_NBG_460N_550N_550NH || TARGET_ar71xx_generic_Default || CONFIG_TARGET_ar71xx_generic_Minimal)
VARIANT:=$(1)
endef
endef
More information about the lede-commits
mailing list