ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24421 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
6db44d5a48
commit
b32550f764
|
@ -36,7 +36,7 @@ define Package/uboot/template
|
||||||
define Package/uboot-ar71xx-$(1)
|
define Package/uboot-ar71xx-$(1)
|
||||||
SECTION:=boot
|
SECTION:=boot
|
||||||
CATEGORY:=Boot Loaders
|
CATEGORY:=Boot Loaders
|
||||||
DEPENDS:=@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
|
||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
|
|
|
@ -7,7 +7,10 @@
|
||||||
|
|
||||||
define Profile/Default
|
define Profile/Default
|
||||||
NAME:=Default Profile (all drivers)
|
NAME:=Default Profile (all drivers)
|
||||||
PACKAGES:=kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig vsc7385-ucode-ap83 vsc7385-ucode-pb44 vsc7395-ucode-ap83 vsc7395-ucode-pb44 wpad-mini
|
PACKAGES:= \
|
||||||
|
kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig \
|
||||||
|
vsc7385-ucode-ap83 vsc7385-ucode-pb44 vsc7395-ucode-ap83 \
|
||||||
|
vsc7395-ucode-pb44 wpad-mini uboot-ar71xx-nbg460n_550n_550nh
|
||||||
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:=
|
PACKAGES:=uboot-ar71xx-nbg460n_550n_550nh
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Minimal/Description
|
define Profile/Minimal/Description
|
||||||
|
|
Loading…
Reference in New Issue