projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d041cb6
)
package: nvram: enable on bcm53xx target
author
Hauke Mehrtens
<
[email protected]
>
Sat, 13 Sep 2014 20:28:18 +0000
(20:28 +0000)
committer
Hauke Mehrtens
<
[email protected]
>
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 <
[email protected]
>
SVN-Revision: 42521
package/utils/nvram/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/nvram/Makefile
b/package/utils/nvram/Makefile
index 81cff034c4cff64f1376bc361c476b3b15825997..fe70e34669c2fd6b26d4ead43f3b4d8247287c7e 100644
(file)
--- 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 <
[email protected]
>
- DEPENDS:=@TARGET_brcm47xx||@TARGET_ar71xx
+ DEPENDS:=@TARGET_brcm47xx||@TARGET_
bcm53xx||@TARGET_
ar71xx
endef
define Package/nvram/description