From 31f26ea82172ff4a99136a4e664a2f6655a3e641 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 13 Oct 2007 22:41:08 +0000 Subject: 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 --- package/mac80211/src/wireless/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/mac80211/src/wireless/Makefile') 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 -- cgit v1.2.3