diff options
author | John Crispin <john@openwrt.org> | 2008-11-30 16:53:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-11-30 16:53:16 +0000 |
commit | 10aa4d9e42a87b842af6eb855d4678d37937a656 (patch) | |
tree | 70fa882f0879b17c6e06226b3a896ce2cb4266a6 /package/libertas/src/Makefile | |
parent | 4e61cbbf5e849c008b6c1fbab68219163f7b22b3 (diff) | |
download | upstream-10aa4d9e42a87b842af6eb855d4678d37937a656.tar.gz upstream-10aa4d9e42a87b842af6eb855d4678d37937a656.tar.bz2 upstream-10aa4d9e42a87b842af6eb855d4678d37937a656.zip |
update libertas driver
SVN-Revision: 13447
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 |