aboutsummaryrefslogtreecommitdiffstats
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
commit745d8fa30c3a0d69ab5e80d284252f31ee9f0af5 (patch)
tree7cbbe6d1feacf02572105203c96b8a31f8a90c2c /package/boot/uboot-ar71xx
parentf1331472ec0241e305bb22a08896c3062d74a860 (diff)
downloadmaster-187ad058-745d8fa30c3a0d69ab5e80d284252f31ee9f0af5.tar.gz
master-187ad058-745d8fa30c3a0d69ab5e80d284252f31ee9f0af5.tar.bz2
master-187ad058-745d8fa30c3a0d69ab5e80d284252f31ee9f0af5.zip
uboot-ar71xx: make it depend on the generic ar71xx subtarget
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38599 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)