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)
commit6f3aa200b3011fc296f167a57f99ad04b68c48b1
tree43a01b83a1c90ed7558a696ec96a0b5721b55b7b
parent465dff41c8b67a4852f7b97a7da1b602d1eedd85
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]