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)
commit43938e8eb9b839af842835819b0ef869a0f09ae2
treeb93085534d661612e9d6d5f8fbf892c688df491c
parentd98476c6bd9693fe39a090e17b3ef2679a39c363
package/rbcfg: new tool for modifying boot configuration on the RB4xx boards

SVN-Revision: 27315
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]