package: nvram: enable on bcm53xx target
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 13 Sep 2014 20:28:18 +0000 (20:28 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 13 Sep 2014 20:28:18 +0000 (20:28 +0000)
It uses mtd, so doesn't require any special adjustments for new target.
It has been succesfully tested (reading, writing and commiting).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42521

package/utils/nvram/Makefile

index 81cff034c4cff64f1376bc361c476b3b15825997..fe70e34669c2fd6b26d4ead43f3b4d8247287c7e 100644 (file)
@@ -19,7 +19,7 @@ define Package/nvram
   CATEGORY:=Base system
   TITLE:=Userspace port of the Broadcom NVRAM manipulation tool
   MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
-  DEPENDS:=@TARGET_brcm47xx||@TARGET_ar71xx
+  DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx
 endef
 
 define Package/nvram/description