contrib: add a userspace port of the Broadcom NVRAM kernel api, allows NVRAM manipula...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 21 Apr 2009 21:59:59 +0000 (21:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 21 Apr 2009 21:59:59 +0000 (21:59 +0000)
commit18193fa5e9790e5c48ac42bb99f7477be2aed7f9
tree8ebeed64d6a23d1726f0411b7822f337974b8d6a
parenta2b916ab736802050b19562b7c163e3f3bb1566f
contrib: add a userspace port of the Broadcom NVRAM kernel api, allows NVRAM manipulation on bcm47xx
contrib/userspace-nvram/Makefile [new file with mode: 0644]
contrib/userspace-nvram/cli.c [new file with mode: 0644]
contrib/userspace-nvram/crc.c [new file with mode: 0644]
contrib/userspace-nvram/nvram.c [new file with mode: 0644]
contrib/userspace-nvram/nvram.h [new file with mode: 0644]
contrib/userspace-nvram/sdinitvals.h [new file with mode: 0644]