From: hauke Date: Sat, 13 Sep 2014 20:28:18 +0000 (+0000) Subject: package: nvram: enable on bcm53xx target X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=65603a093291a23711bb24909ea6f81f46034c8f package: nvram: enable on bcm53xx target 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42521 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/utils/nvram/Makefile b/package/utils/nvram/Makefile index 81cff034c4..fe70e34669 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 - DEPENDS:=@TARGET_brcm47xx||@TARGET_ar71xx + DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx endef define Package/nvram/description