diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-30 06:54:56 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-30 06:54:56 +0000 |
commit | 3f4405e57e7fb26b6e0160294c5841ce47317e92 (patch) | |
tree | 7cbbe6d1feacf02572105203c96b8a31f8a90c2c /package | |
parent | 26adb4ad80f234fe883784a3ef17ffc624b0b94e (diff) |
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')
-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) |