diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:54:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:54:56 +0000 |
commit | 745d8fa30c3a0d69ab5e80d284252f31ee9f0af5 (patch) | |
tree | 7cbbe6d1feacf02572105203c96b8a31f8a90c2c /package/boot | |
parent | f1331472ec0241e305bb22a08896c3062d74a860 (diff) | |
download | upstream-745d8fa30c3a0d69ab5e80d284252f31ee9f0af5.tar.gz upstream-745d8fa30c3a0d69ab5e80d284252f31ee9f0af5.tar.bz2 upstream-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')
-rw-r--r-- | package/boot/uboot-ar71xx/Makefile | 2 |
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) |