From: Hauke Mehrtens Date: Sat, 13 Sep 2014 20:28:44 +0000 (+0000) Subject: bcm53xx: select nvram package by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=180ee041fad49c80c51eae0b19a4ba26cce6e3db;p=openwrt%2Fstaging%2Fynezz.git bcm53xx: select nvram package by default Signed-off-by: Rafał Miłecki SVN-Revision: 42522 --- 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))