move a few packages to system/utils
authorFelix Fietkau <nbd@openwrt.org>
Tue, 29 Jan 2013 10:48:46 +0000 (10:48 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 29 Jan 2013 10:48:46 +0000 (10:48 +0000)
commit483dfb483e12e660267721a99bf97c572cb72795
tree84490c282740e3c0c90ae98baf5d0091b25049cd
parentab1287beadc3396709bef189459bb5a3059bb6be
move a few packages to system/utils

SVN-Revision: 35375
60 files changed:
package/e2fsprogs/Makefile [deleted file]
package/e2fsprogs/files/e2fsck.conf [deleted file]
package/e2fsprogs/files/e2fsck.sh [deleted file]
package/e2fsprogs/patches/001-link-against-libuuid.patch [deleted file]
package/e2fsprogs/patches/002-no_malloc_h.patch [deleted file]
package/fbtest/Makefile [deleted file]
package/fbtest/src/Makefile [deleted file]
package/fbtest/src/fbtest.c [deleted file]
package/hostap-utils/Makefile [deleted file]
package/nvram/Makefile [deleted file]
package/nvram/files/nvram.init [deleted file]
package/nvram/src/Makefile [deleted file]
package/nvram/src/cli.c [deleted file]
package/nvram/src/crc.c [deleted file]
package/nvram/src/nvram.c [deleted file]
package/nvram/src/nvram.h [deleted file]
package/nvram/src/sdinitvals.h [deleted file]
package/robocfg/Makefile [deleted file]
package/robocfg/src/Makefile [deleted file]
package/robocfg/src/etc53xx.h [deleted file]
package/robocfg/src/robocfg.c [deleted file]
package/system/utils/e2fsprogs/Makefile [new file with mode: 0644]
package/system/utils/e2fsprogs/files/e2fsck.conf [new file with mode: 0644]
package/system/utils/e2fsprogs/files/e2fsck.sh [new file with mode: 0644]
package/system/utils/e2fsprogs/patches/001-link-against-libuuid.patch [new file with mode: 0644]
package/system/utils/e2fsprogs/patches/002-no_malloc_h.patch [new file with mode: 0644]
package/system/utils/fbtest/Makefile [new file with mode: 0644]
package/system/utils/fbtest/src/Makefile [new file with mode: 0644]
package/system/utils/fbtest/src/fbtest.c [new file with mode: 0644]
package/system/utils/hostap-utils/Makefile [new file with mode: 0644]
package/system/utils/nvram/Makefile [new file with mode: 0644]
package/system/utils/nvram/files/nvram.init [new file with mode: 0755]
package/system/utils/nvram/src/Makefile [new file with mode: 0644]
package/system/utils/nvram/src/cli.c [new file with mode: 0644]
package/system/utils/nvram/src/crc.c [new file with mode: 0644]
package/system/utils/nvram/src/nvram.c [new file with mode: 0644]
package/system/utils/nvram/src/nvram.h [new file with mode: 0644]
package/system/utils/nvram/src/sdinitvals.h [new file with mode: 0644]
package/system/utils/robocfg/Makefile [new file with mode: 0644]
package/system/utils/robocfg/src/Makefile [new file with mode: 0644]
package/system/utils/robocfg/src/etc53xx.h [new file with mode: 0644]
package/system/utils/robocfg/src/robocfg.c [new file with mode: 0644]
package/system/utils/usbreset/Makefile [new file with mode: 0644]
package/system/utils/usbreset/src/usbreset.c [new file with mode: 0644]
package/system/utils/xfsprogs/Makefile [new file with mode: 0644]
package/system/utils/xfsprogs/patches/001-automake-compat.patch [new file with mode: 0644]
package/system/utils/xfsprogs/patches/100-no_aio.patch [new file with mode: 0644]
package/system/utils/xfsprogs/patches/110-uclibc_no_ustat.patch [new file with mode: 0644]
package/system/utils/xfsprogs/patches/120-portability.patch [new file with mode: 0644]
package/system/utils/xfsprogs/patches/130-uclibc_no_xattr.patch [new file with mode: 0644]
package/system/utils/xfsprogs/patches/140-no_po.patch [new file with mode: 0644]
package/usbreset/Makefile [deleted file]
package/usbreset/src/usbreset.c [deleted file]
package/xfsprogs/Makefile [deleted file]
package/xfsprogs/patches/001-automake-compat.patch [deleted file]
package/xfsprogs/patches/100-no_aio.patch [deleted file]
package/xfsprogs/patches/110-uclibc_no_ustat.patch [deleted file]
package/xfsprogs/patches/120-portability.patch [deleted file]
package/xfsprogs/patches/130-uclibc_no_xattr.patch [deleted file]
package/xfsprogs/patches/140-no_po.patch [deleted file]