Readd deletion of ieee80211 modules.

Oldconfig reeanble this.
This commit is contained in:
Arne Fitzenreiter
2009-11-22 12:03:22 +01:00
parent ec324bcc83
commit 1838c3bda1

View File

@@ -86,6 +86,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Set Regulatory Domain to "EU" (use Channel 1-14 max. 20db)
echo options cfg80211 ieee80211_regdom=EU > /etc/modprobe.d/cfg80211
# Remove ieee80211 modules. Because the conflicts with compat-wireless
-rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/kernel/net/ieee80211
-rm -rf $(DIR_APP)
@$(POSTBUILD)