Author: hauke Date: 2014-09-13 22:28:18 +0200 (Sat, 13 Sep 2014) New Revision: 42521
Modified: trunk/package/utils/nvram/Makefile Log: 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?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/package/utils/nvram/Makefile =================================================================== --- trunk/package/utils/nvram/Makefile 2014-09-13 20:27:52 UTC (rev 42520) +++ trunk/package/utils/nvram/Makefile 2014-09-13 20:28:18 UTC (rev 42521) @@ -19,7 +19,7 @@ CATEGORY:=Base system TITLE:=Userspace port of the Broadcom NVRAM manipulation tool MAINTAINER:=Jo-Philipp Wich <[email protected]> - DEPENDS:=@TARGET_brcm47xx||@TARGET_ar71xx + DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx endef define Package/nvram/description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
