[package] rename unvram to nvram
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Apr 2009 12:58:54 +0000 (12:58 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Apr 2009 12:58:54 +0000 (12:58 +0000)
commit7ce69d9579e4ea17047dab44fa3001175b8022ef
tree47667c9459ee869346f1ea6322dcac1aa75eb350
parent16fa21d37f003464b5373dd93eba955398fee64c
[package] rename unvram to nvram

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15437 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/nvram/Makefile [new file with mode: 0644]
package/nvram/files/nvram.init [new file with mode: 0755]
package/nvram/src/Makefile [new file with mode: 0644]
package/nvram/src/cli.c [new file with mode: 0644]
package/nvram/src/crc.c [new file with mode: 0644]
package/nvram/src/nvram.c [new file with mode: 0644]
package/nvram/src/nvram.h [new file with mode: 0644]
package/nvram/src/sdinitvals.h [new file with mode: 0644]