uboot-ar71xx: add a dependency on the ar71xx target
SVN-Revision: 26683
This commit is contained in:
parent
6c4d0a2edd
commit
4ca0906341
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ define Package/uboot-ar71xx-$(1)
|
|||
SECTION:=boot
|
||||
CATEGORY:=Boot Loaders
|
||||
TITLE:=$(2)
|
||||
DEPENDS:=@TARGET_ar71xx
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue