Backport userspace nvram to 8.09, limit it to brcm47xx and add to default packages
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Apr 2009 13:44:57 +0000 (13:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Apr 2009 13:44:57 +0000 (13:44 +0000)
commit8f8d61ebb4bf74f62c16a4d920082709615fd814
tree51d84dd79162dce4be912b9c5a492404f43f21f5
parentc5d7d710a4309ad091848c89475f9d0034e7f92c
Backport userspace nvram to 8.09, limit it to brcm47xx and add to default packages

SVN-Revision: 15486
package/nvram-brcm47xx/Makefile [new file with mode: 0644]
package/nvram-brcm47xx/files/nvram.init [new file with mode: 0755]
package/nvram-brcm47xx/src/Makefile [new file with mode: 0644]
package/nvram-brcm47xx/src/cli.c [new file with mode: 0644]
package/nvram-brcm47xx/src/crc.c [new file with mode: 0644]
package/nvram-brcm47xx/src/nvram.c [new file with mode: 0644]
package/nvram-brcm47xx/src/nvram.h [new file with mode: 0644]
package/nvram-brcm47xx/src/sdinitvals.h [new file with mode: 0644]
target/linux/brcm47xx/Makefile