Add unvram, a nvram manipulation tool suitable for brcm-2.4 and bcm47xx platforms
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Apr 2009 14:54:05 +0000 (14:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Apr 2009 14:54:05 +0000 (14:54 +0000)
commit400c1a7fbfadb659d35c1dafa5d173373f53adb2
tree1ece91133c1c99dc5c750209080f27c88b35919d
parent70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3
Add unvram, a nvram manipulation tool suitable for brcm-2.4 and bcm47xx platforms

SVN-Revision: 15426
package/unvram/Makefile [new file with mode: 0644]
package/unvram/src/Makefile [new file with mode: 0644]
package/unvram/src/cli.c [new file with mode: 0644]
package/unvram/src/crc.c [new file with mode: 0644]
package/unvram/src/nvram.c [new file with mode: 0644]
package/unvram/src/nvram.h [new file with mode: 0644]
package/unvram/src/sdinitvals.h [new file with mode: 0644]