remove the wl.o build from the kernel patch and move the driver along with wl, nas...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Jun 2006 19:59:53 +0000 (19:59 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Jun 2006 19:59:53 +0000 (19:59 +0000)
commit8afe76304a4a092f6100c0f75df0e58bb2821833
treecb3d5401d18bdf17a55f088e8ccb5e2a3e444a94
parent44b110a903200df63c80aced7bc84f33bff92ce7
remove the wl.o build from the kernel patch and move the driver along with wl, nas and wlc into packages/broadcom-wl

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4009 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 files changed:
package/broadcom-wl/Makefile [new file with mode: 0644]
package/broadcom-wl/src/kmod/Makefile [new file with mode: 0644]
package/broadcom-wl/src/kmod/bcmip.h [new file with mode: 0644]
package/broadcom-wl/src/kmod/bcmutils.c [new file with mode: 0644]
package/broadcom-wl/src/kmod/hnddma.c [new file with mode: 0644]
package/broadcom-wl/src/kmod/hnddma.h [new file with mode: 0644]
package/broadcom-wl/src/kmod/linux_osl.c [new file with mode: 0644]
package/broadcom-wl/src/kmod/linux_osl.h [new file with mode: 0644]
package/broadcom-wl/src/kmod/patchtable.pl [new file with mode: 0644]
package/broadcom-wl/src/kmod/pktq.h [new file with mode: 0644]
package/broadcom-wl/src/kmod/sbhnddma.h [new file with mode: 0644]
package/broadcom-wl/src/wlc/Makefile [moved from package/wlc/src/Makefile with 100% similarity]
package/broadcom-wl/src/wlc/include/bcmdefs.h [moved from package/wlc/src/include/bcmdefs.h with 100% similarity]
package/broadcom-wl/src/wlc/include/bcmutils.h [moved from package/wlc/src/include/bcmutils.h with 100% similarity]
package/broadcom-wl/src/wlc/include/proto/802.11.h [moved from package/wlc/src/include/proto/802.11.h with 100% similarity]
package/broadcom-wl/src/wlc/include/proto/bcmeth.h [moved from package/wlc/src/include/proto/bcmeth.h with 100% similarity]
package/broadcom-wl/src/wlc/include/proto/bcmevent.h [moved from package/wlc/src/include/proto/bcmevent.h with 100% similarity]
package/broadcom-wl/src/wlc/include/proto/ethernet.h [moved from package/wlc/src/include/proto/ethernet.h with 100% similarity]
package/broadcom-wl/src/wlc/include/proto/wpa.h [moved from package/wlc/src/include/proto/wpa.h with 100% similarity]
package/broadcom-wl/src/wlc/include/typedefs.h [moved from package/wlc/src/include/typedefs.h with 100% similarity]
package/broadcom-wl/src/wlc/include/wlioctl.h [moved from package/wlc/src/include/wlioctl.h with 100% similarity]
package/broadcom-wl/src/wlc/include/wlutils.h [moved from package/wlc/src/include/wlutils.h with 100% similarity]
package/broadcom-wl/src/wlc/ioctl.c [moved from package/wlc/src/ioctl.c with 100% similarity]
package/broadcom-wl/src/wlc/wlc.c [moved from package/wlc/src/wlc.c with 100% similarity]
package/wlc/Makefile [deleted file]
target/linux/brcm-2.4/Config.in [deleted file]
target/linux/brcm-2.4/Makefile
target/linux/brcm-2.4/config
target/linux/brcm-2.4/patches/001-bcm47xx.patch