summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-ar71xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-10-30 06:54:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-10-30 06:54:56 +0000
commit6b604495a419b15db9ef16678b34d01773cb966f (patch)
tree23caaed9c39d873d2984c82e55330ca32bdb869e /package/boot/uboot-ar71xx
parent5a08328197d66c63552fa4b85f9e5d7d86d1e1cf (diff)
downloadmaster-31e0f0ae-6b604495a419b15db9ef16678b34d01773cb966f.tar.gz
master-31e0f0ae-6b604495a419b15db9ef16678b34d01773cb966f.tar.bz2
master-31e0f0ae-6b604495a419b15db9ef16678b34d01773cb966f.zip
uboot-ar71xx: make it depend on the generic ar71xx subtarget
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38599
Diffstat (limited to 'package/boot/uboot-ar71xx')
-rw-r--r--package/boot/uboot-ar71xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-ar71xx/Makefile b/package/boot/uboot-ar71xx/Makefile
index 08439b231f..1955bd8eeb 100644
--- a/package/boot/uboot-ar71xx/Makefile
+++ b/package/boot/uboot-ar71xx/Makefile
@@ -39,7 +39,7 @@ define Package/uboot-ar71xx-$(1)
SECTION:=boot
CATEGORY:=Boot Loaders
TITLE:=$(2)
- DEPENDS:=@TARGET_ar71xx
+ 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)