diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-13 22:41:08 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-13 22:41:08 +0000 |
commit | 31f26ea82172ff4a99136a4e664a2f6655a3e641 (patch) | |
tree | a5b647b9a9c39c7ea7e595d7d69e8920dd6d1121 /package/mac80211/src/wireless/Makefile | |
parent | 7f80212b77745a6e46bf24fb5affe38cd4307c44 (diff) |
add updated mac80211 - this no longer relies on patching includes in the kernel trees, but just uses its own instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9290 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/src/wireless/Makefile')
-rw-r--r-- | package/mac80211/src/wireless/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/mac80211/src/wireless/Makefile b/package/mac80211/src/wireless/Makefile index e746b3af8..5664c2cfd 100644 --- a/package/mac80211/src/wireless/Makefile +++ b/package/mac80211/src/wireless/Makefile @@ -1,5 +1,4 @@ -obj-$(CONFIG_WIRELESS_EXT) += wext.o obj-$(CONFIG_CFG80211) += cfg80211.o -cfg80211-y += core.o sysfs.o +cfg80211-y += core.o sysfs.o radiotap.o cfg80211-$(CONFIG_NL80211) += nl80211.o |