From: Hauke Mehrtens Date: Sat, 13 Sep 2014 20:28:44 +0000 (+0000) Subject: bcm53xx: select nvram package by default X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=21e8979db9c46ff08c8da9cccd5c11fdf60a8969;p=15.05%2Fopenwrt.git bcm53xx: select nvram package by default Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42522 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))