diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-10 15:17:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-10 15:17:08 +0000 |
commit | d9c68341ef4756ba15fd7e5c4b00ebbcc488df7c (patch) | |
tree | ade6366c0a3f4d2d2ba45bcdd7312d1a8d9f0e01 /target/linux/ar71xx/generic/profiles/01-minimal.mk | |
parent | e94db051635f3859321937d9ff7c15e2dad93f01 (diff) | |
download | upstream-d9c68341ef4756ba15fd7e5c4b00ebbcc488df7c.tar.gz upstream-d9c68341ef4756ba15fd7e5c4b00ebbcc488df7c.tar.bz2 upstream-d9c68341ef4756ba15fd7e5c4b00ebbcc488df7c.zip |
ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as well
SVN-Revision: 24421
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/01-minimal.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/01-minimal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |