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)
commit10d295d77a42f2317688414e4d1cb4b9213f9f47
treee26e8cd6c2c488ee97bf6c6eb52d1c6fd3cd3485
parent674956ef3ba926f4ad79fb55bc0d46d0bc63f0cb
move wlcompat from target/linux/package/ to package/.

SVN-Revision: 4002
19 files changed:
openwrt/package/wlcompat/Makefile [new file with mode: 0644]
openwrt/package/wlcompat/src/include/bcmnvram.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/bcmutils.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/cy_conf.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/epivers.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/proto/802.11.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/proto/ethernet.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/shutils.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/typedefs.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/utils.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/wlcompat.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/wlioctl.h [new file with mode: 0644]
openwrt/package/wlcompat/src/include/wlutils.h [new file with mode: 0644]
openwrt/package/wlcompat/wlcompat.c [new file with mode: 0644]
openwrt/target/linux/package/wlcompat/Config.in [deleted file]
openwrt/target/linux/package/wlcompat/Makefile [deleted file]
openwrt/target/linux/package/wlcompat/ipkg/kmod-wlcompat-debug.control [deleted file]
openwrt/target/linux/package/wlcompat/ipkg/kmod-wlcompat.control [deleted file]
openwrt/target/linux/package/wlcompat/wlcompat.c [deleted file]