move wlcompat from target/linux/package/ to package/.
authorNicolas Thill <nico@openwrt.org>
Sun, 18 Jun 2006 20:44:34 +0000 (20:44 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 18 Jun 2006 20:44:34 +0000 (20:44 +0000)
commit4593c7372217f2959ede5fc05b55d6f49b03a6df
treeec0dec3508e494eed249508f90c4e6230487a9df
parent131ecae628b1f3fa87828a558e6c844948ac9410
move wlcompat from target/linux/package/ to package/.

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4002 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 files changed:
package/wlcompat/Makefile [new file with mode: 0644]
package/wlcompat/src/include/bcmnvram.h [new file with mode: 0644]
package/wlcompat/src/include/bcmutils.h [new file with mode: 0644]
package/wlcompat/src/include/cy_conf.h [new file with mode: 0644]
package/wlcompat/src/include/epivers.h [new file with mode: 0644]
package/wlcompat/src/include/proto/802.11.h [new file with mode: 0644]
package/wlcompat/src/include/proto/ethernet.h [new file with mode: 0644]
package/wlcompat/src/include/shutils.h [new file with mode: 0644]
package/wlcompat/src/include/typedefs.h [new file with mode: 0644]
package/wlcompat/src/include/utils.h [new file with mode: 0644]
package/wlcompat/src/include/wlcompat.h [new file with mode: 0644]
package/wlcompat/src/include/wlioctl.h [new file with mode: 0644]
package/wlcompat/src/include/wlutils.h [new file with mode: 0644]
package/wlcompat/wlcompat.c [new file with mode: 0644]
target/linux/package/wlcompat/Config.in [deleted file]
target/linux/package/wlcompat/Makefile [deleted file]
target/linux/package/wlcompat/ipkg/kmod-wlcompat-debug.control [deleted file]
target/linux/package/wlcompat/ipkg/kmod-wlcompat.control [deleted file]
target/linux/package/wlcompat/wlcompat.c [deleted file]