summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-12-10 15:17:08 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-12-10 15:17:08 +0000
commitd9c68341ef4756ba15fd7e5c4b00ebbcc488df7c (patch)
treeade6366c0a3f4d2d2ba45bcdd7312d1a8d9f0e01 /target
parente94db051635f3859321937d9ff7c15e2dad93f01 (diff)
downloadmaster-31e0f0ae-d9c68341ef4756ba15fd7e5c4b00ebbcc488df7c.tar.gz
master-31e0f0ae-d9c68341ef4756ba15fd7e5c4b00ebbcc488df7c.tar.bz2
master-31e0f0ae-d9c68341ef4756ba15fd7e5c4b00ebbcc488df7c.zip
ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as well
SVN-Revision: 24421
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/generic/profiles/00-default.mk5
-rw-r--r--target/linux/ar71xx/generic/profiles/01-minimal.mk2
2 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/00-default.mk b/target/linux/ar71xx/generic/profiles/00-default.mk
index 2ca9fa69b3..69a7a9f9da 100644
--- a/target/linux/ar71xx/generic/profiles/00-default.mk
+++ b/target/linux/ar71xx/generic/profiles/00-default.mk
@@ -7,7 +7,10 @@
define Profile/Default
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
define Profile/Default/Description
diff --git a/target/linux/ar71xx/generic/profiles/01-minimal.mk b/target/linux/ar71xx/generic/profiles/01-minimal.mk
index 812ae6f1b9..d92eb15160 100644
--- a/target/linux/ar71xx/generic/profiles/01-minimal.mk
+++ b/target/linux/ar71xx/generic/profiles/01-minimal.mk
@@ -7,7 +7,7 @@
define Profile/Minimal
NAME:=Minimal Profile (no drivers)
- PACKAGES:=
+ PACKAGES:=uboot-ar71xx-nbg460n_550n_550nh
endef
define Profile/Minimal/Description