ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the profiles, fixes imagebuilder issues
SVN-Revision: 26401
This commit is contained in:
parent
7d9c2daab8
commit
624526ae11
@ -39,6 +39,7 @@ define Package/uboot-ar71xx-$(1)
|
|||||||
DEPENDS:=@TARGET_ar71xx_generic_Default||TARGET_ar71xx_generic_Minimal||TARGET_ar71xx_generic_NBG_460N_550N_550NH
|
DEPENDS:=@TARGET_ar71xx_generic_Default||TARGET_ar71xx_generic_Minimal||TARGET_ar71xx_generic_NBG_460N_550N_550NH
|
||||||
TITLE:=$(2)
|
TITLE:=$(2)
|
||||||
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)
|
||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
|
@ -9,7 +9,7 @@ define Profile/Default
|
|||||||
NAME:=Default Profile (all drivers)
|
NAME:=Default Profile (all drivers)
|
||||||
PACKAGES:= \
|
PACKAGES:= \
|
||||||
kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig \
|
kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig \
|
||||||
wpad-mini uboot-ar71xx-nbg460n_550n_550nh kmod-ledtrig-usbdev
|
wpad-mini kmod-ledtrig-usbdev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Default/Description
|
define Profile/Default/Description
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
define Profile/Minimal
|
define Profile/Minimal
|
||||||
NAME:=Minimal Profile (no drivers)
|
NAME:=Minimal Profile (no drivers)
|
||||||
PACKAGES:=uboot-ar71xx-nbg460n_550n_550nh
|
PACKAGES:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Minimal/Description
|
define Profile/Minimal/Description
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
define Profile/NBG_460N_550N_550NH
|
define Profile/NBG_460N_550N_550NH
|
||||||
NAME:=Zyxel NBG 460N/550N/550NH
|
NAME:=Zyxel NBG 460N/550N/550NH
|
||||||
PACKAGES:=kmod-ath9k kmod-rtc-pcf8563 swconfig uboot-ar71xx-nbg460n_550n_550nh
|
PACKAGES:=kmod-ath9k kmod-rtc-pcf8563 swconfig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/NBG_460N_550N_550NH/Description
|
define Profile/NBG_460N_550N_550NH/Description
|
||||||
|
Loading…
Reference in New Issue
Block a user