move wlcompat from target/linux/package/ to package/.
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 18 Jun 2006 20:44:34 +0000 (20:44 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 18 Jun 2006 20:44:34 +0000 (20:44 +0000)
commitb055a29bca742903b55bd76bef074934575c8978
treeec0dec3508e494eed249508f90c4e6230487a9df
parenta9ffe1dd47c3c19501ae928a06f956e2259363d3
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]
This page took 0.02773 seconds and 4 git commands to generate.