diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-13 20:28:44 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-13 20:28:44 +0000 |
commit | 21e8979db9c46ff08c8da9cccd5c11fdf60a8969 (patch) | |
tree | eb3ba05728edb1085a53f652815fbea3e5cd160e /target | |
parent | d2075d357ed0c6d43cf047d6e7abf1a8ea8a0ddd (diff) | |
download | upstream-21e8979db9c46ff08c8da9cccd5c11fdf60a8969.tar.gz upstream-21e8979db9c46ff08c8da9cccd5c11fdf60a8969.tar.bz2 upstream-21e8979db9c46ff08c8da9cccd5c11fdf60a8969.zip |
bcm53xx: select nvram package by default
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42522 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 938bbaf6e9..d41bf53130 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -23,6 +23,6 @@ endef KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += swconfig wpad-mini +DEFAULT_PACKAGES += swconfig wpad-mini nvram $(eval $(call BuildTarget)) |