[package] Add unvram, a nvram manipulation tool suitable for brcm-2.4 and bcm47xx...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Apr 2009 14:54:05 +0000 (14:54 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Apr 2009 14:54:05 +0000 (14:54 +0000)
commit5abab3a9f1bdc487aadbb3dd927ce9ff598f3ff2
tree12ea5b99fc26ab1ad455f6206324b4144ced66ea
parent6bd8b4d36b954a2b086c7330773ab98697cd9f71
[package] Add unvram, a nvram manipulation tool suitable for brcm-2.4 and bcm47xx platforms

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15426 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]