uboot-ar71xx: make it depend on the generic ar71xx subtarget
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38599
This commit is contained in:
parent
5a08328197
commit
6b604495a4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ define Package/uboot-ar71xx-$(1)
|
||||||
SECTION:=boot
|
SECTION:=boot
|
||||||
CATEGORY:=Boot Loaders
|
CATEGORY:=Boot Loaders
|
||||||
TITLE:=$(2)
|
TITLE:=$(2)
|
||||||
DEPENDS:=@TARGET_ar71xx
|
DEPENDS:=@TARGET_ar71xx_generic
|
||||||
URL:=http://www.denx.de/wiki/U-Boot
|
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)
|
DEFAULT:=y if (TARGET_ar71xx_generic_NBG_460N_550N_550NH || TARGET_ar71xx_generic_Default || CONFIG_TARGET_ar71xx_generic_Minimal)
|
||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
|
|
Loading…
Reference in a new issue