ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the...
[openwrt/staging/yousong.git] / package / uboot-ar71xx / Makefile
index 86a20a8e849fd045a57c9d4cc092fdfe816afda3..fd97392f593570689d190c166b632327d60b8377 100644 (file)
@@ -39,6 +39,7 @@ define Package/uboot-ar71xx-$(1)
   DEPENDS:=@TARGET_ar71xx_generic_Default||TARGET_ar71xx_generic_Minimal||TARGET_ar71xx_generic_NBG_460N_550N_550NH
   TITLE:=$(2)
   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