ath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
[openwrt.git] / package / uboot-ar71xx / Makefile
index 86a20a8..ab692d5 100644 (file)
@@ -36,9 +36,10 @@ define Package/uboot/template
 define Package/uboot-ar71xx-$(1)
   SECTION:=boot
   CATEGORY:=Boot Loaders
-  DEPENDS:=@TARGET_ar71xx_generic_Default||TARGET_ar71xx_generic_Minimal||TARGET_ar71xx_generic_NBG_460N_550N_550NH
   TITLE:=$(2)
+  DEPENDS:=@TARGET_ar71xx
   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
This page took 0.031552 seconds and 4 git commands to generate.