From ab969ad78e2a6ea754714b4bc18bbf511e4e48bb Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 7 Oct 2009 16:03:31 +0000 Subject: [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 --- package/libertas/src/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/libertas/src/Makefile (limited to 'package/libertas/src/Makefile') diff --git a/package/libertas/src/Makefile b/package/libertas/src/Makefile deleted file mode 100644 index b7a136f8f..000000000 --- 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 -- cgit v1.2.3