From: hauke Date: Sat, 13 Sep 2014 20:28:44 +0000 (+0000) Subject: bcm53xx: select nvram package by default X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=2e3e69f46af7fdcb8001cde61220feeb9f10828a;p=openwrt.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))