Browse Source

bcm53xx: select nvram package by default

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 42522
Hauke Mehrtens 11 years ago
parent
commit
180ee041fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/bcm53xx/Makefile

+ 1 - 1
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))