remove the wl.o build from the kernel patch and move the driver along with wl, nas...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 19 Jun 2006 19:59:53 +0000 (19:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 19 Jun 2006 19:59:53 +0000 (19:59 +0000)
commit3763da2cc535cb34897819a1337f7abf4a60bf22
treef93c1909bc60cf200552a2b61a310adfb87851e8
parent0c327ae79d2df80a7a01fd8528096729d1ebbe99
remove the wl.o build from the kernel patch and move the driver along with wl, nas and wlc into packages/broadcom-wl

SVN-Revision: 4009
42 files changed:
openwrt/package/broadcom-wl/Makefile [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/Makefile [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/bcmip.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/bcmutils.c [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/hnddma.c [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/hnddma.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/linux_osl.c [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/linux_osl.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/patchtable.pl [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/pktq.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/kmod/sbhnddma.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/Makefile [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/bcmdefs.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/bcmutils.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/proto/802.11.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/proto/bcmeth.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/proto/bcmevent.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/proto/ethernet.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/proto/wpa.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/typedefs.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/wlioctl.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/include/wlutils.h [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/ioctl.c [new file with mode: 0644]
openwrt/package/broadcom-wl/src/wlc/wlc.c [new file with mode: 0644]
openwrt/package/wlc/Makefile [deleted file]
openwrt/package/wlc/src/Makefile [deleted file]
openwrt/package/wlc/src/include/bcmdefs.h [deleted file]
openwrt/package/wlc/src/include/bcmutils.h [deleted file]
openwrt/package/wlc/src/include/proto/802.11.h [deleted file]
openwrt/package/wlc/src/include/proto/bcmeth.h [deleted file]
openwrt/package/wlc/src/include/proto/bcmevent.h [deleted file]
openwrt/package/wlc/src/include/proto/ethernet.h [deleted file]
openwrt/package/wlc/src/include/proto/wpa.h [deleted file]
openwrt/package/wlc/src/include/typedefs.h [deleted file]
openwrt/package/wlc/src/include/wlioctl.h [deleted file]
openwrt/package/wlc/src/include/wlutils.h [deleted file]
openwrt/package/wlc/src/ioctl.c [deleted file]
openwrt/package/wlc/src/wlc.c [deleted file]
openwrt/target/linux/brcm-2.4/Config.in [deleted file]
openwrt/target/linux/brcm-2.4/Makefile
openwrt/target/linux/brcm-2.4/config
openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch