diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-07 16:03:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-07 16:03:31 +0000 |
commit | d7affd9bfb3611044e33f7a963340396487762be (patch) | |
tree | f6680ee7bb34215ac6602588238e78d8a2d2c6bf /package/libertas/src/Makefile | |
parent | 889e0e68341791fcf73f3d29036cff29e1521b18 (diff) | |
download | upstream-d7affd9bfb3611044e33f7a963340396487762be.tar.gz upstream-d7affd9bfb3611044e33f7a963340396487762be.tar.bz2 upstream-d7affd9bfb3611044e33f7a963340396487762be.zip |
[package] libertas: use driver from compat-wireless instead of our own (deprecated) one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libertas/src/Makefile')
-rw-r--r-- | package/libertas/src/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/libertas/src/Makefile b/package/libertas/src/Makefile deleted file mode 100644 index b7a136f8ff..0000000000 --- a/package/libertas/src/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -libertas-objs := main.o wext.o \ - rx.o tx.o cmd.o \ - cmdresp.o scan.o \ - 11d.o \ - debugfs.o \ - ethtool.o assoc.o ioctl.o - -usb8xxx-objs += if_usb.o -libertas_cs-objs += if_cs.o -libertas_sdio-objs += if_sdio.o - -obj-$(CONFIG_LIBERTAS) += libertas.o -obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o -obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o -obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o |