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 <zajec5@gmail.com> SVN-Revision: 42521
This commit is contained in:
parent
d041cb6e95
commit
59735eecce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue