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 | 6b604495a419b15db9ef16678b34d01773cb966f (patch) | |
tree | 23caaed9c39d873d2984c82e55330ca32bdb869e /package/boot/uboot-ar71xx | |
parent | 5a08328197d66c63552fa4b85f9e5d7d86d1e1cf (diff) | |
download | upstream-6b604495a419b15db9ef16678b34d01773cb966f.tar.gz upstream-6b604495a419b15db9ef16678b34d01773cb966f.tar.bz2 upstream-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/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) |