[OpenWrt-Devel] [PATCH] package: nvram: enable on bcm53xx target
Rafał Miłecki
zajec5 at gmail.com
Mon Sep 8 16:30:59 EDT 2014
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 at gmail.com>
---
package/utils/nvram/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/nvram/Makefile b/package/utils/nvram/Makefile
index 81cff03..fe70e34 100644
--- a/package/utils/nvram/Makefile
+++ b/package/utils/nvram/Makefile
@@ -19,7 +19,7 @@ define Package/nvram
CATEGORY:=Base system
TITLE:=Userspace port of the Broadcom NVRAM manipulation tool
MAINTAINER:=Jo-Philipp Wich <xm at subsignal.org>
- DEPENDS:=@TARGET_brcm47xx||@TARGET_ar71xx
+ DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx
endef
define Package/nvram/description
--
1.8.4.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list