diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 13:00:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 13:00:27 +0000 |
commit | 6827eae49cbe4876076a1120d8763fb8129a8d0f (patch) | |
tree | 8ba51162497287689e0f127a228a38e4731e5a3c /target/linux/brcm47xx | |
parent | 7ce69d9579e4ea17047dab44fa3001175b8022ef (diff) | |
download | upstream-6827eae49cbe4876076a1120d8763fb8129a8d0f.tar.gz upstream-6827eae49cbe4876076a1120d8763fb8129a8d0f.tar.bz2 upstream-6827eae49cbe4876076a1120d8763fb8129a8d0f.zip |
[brcm47xx] add nvram to default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15438 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index b6ee48c27f..40a16866fa 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs usb LINUX_VERSION:=2.6.28.9 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini kmod-switch kmod-diag +DEFAULT_PACKAGES += hostapd-mini kmod-switch kmod-diag nvram define Target/Description Build firmware images for Broadcom based routers |