package/rbcfg: new tool for modifying boot configuration on the RB4xx boards
authorGabor Juhos <juhosg@openwrt.org>
Wed, 29 Jun 2011 09:40:54 +0000 (09:40 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 29 Jun 2011 09:40:54 +0000 (09:40 +0000)
commit553276471ff9b03f3ea26287b7c068f1ef898010
treed9a09ef9100a75ec19bc1bf10df5b31d51c13047
parent5af777bdf1cd42bfd7e2ebb2cd3f797fd1a10c6a
package/rbcfg: new tool for modifying boot configuration on the RB4xx boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27315 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/rbcfg/Makefile [new file with mode: 0644]
package/rbcfg/src/Makefile [new file with mode: 0644]
package/rbcfg/src/cyg_crc.h [new file with mode: 0644]
package/rbcfg/src/cyg_crc32.c [new file with mode: 0644]
package/rbcfg/src/main.c [new file with mode: 0644]
package/rbcfg/src/rbcfg.h [new file with mode: 0644]