diff options
author | John Crispin <blogic@openwrt.org> | 2008-11-30 16:53:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-11-30 16:53:16 +0000 |
commit | 5350ce25de0bab3ed09c5ee2ed6feed4a311a105 (patch) | |
tree | 2e0a220a54db9e073044a32285a6f170cd67869d /package/libertas/src/Makefile | |
parent | 4a52e64bb85b03b4b9902ebdda2cb39f7132eebd (diff) | |
download | upstream-5350ce25de0bab3ed09c5ee2ed6feed4a311a105.tar.gz upstream-5350ce25de0bab3ed09c5ee2ed6feed4a311a105.tar.bz2 upstream-5350ce25de0bab3ed09c5ee2ed6feed4a311a105.zip |
update libertas driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libertas/src/Makefile')
-rw-r--r-- | package/libertas/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libertas/src/Makefile b/package/libertas/src/Makefile index 0e2787691f..b7a136f8ff 100644 --- a/package/libertas/src/Makefile +++ b/package/libertas/src/Makefile @@ -1,9 +1,9 @@ libertas-objs := main.o wext.o \ rx.o tx.o cmd.o \ cmdresp.o scan.o \ - join.o 11d.o \ + 11d.o \ debugfs.o \ - ethtool.o assoc.o + ethtool.o assoc.o ioctl.o usb8xxx-objs += if_usb.o libertas_cs-objs += if_cs.o |