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)
commit39392a729cbf0983065867238c70665e3f1ea75d
treeb25581c3a2f8c568631eb23613ad713ff01c1c93
parentadd72d3403fbfadcbf219d561dc9f293fa330215
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