Set cfg80211 region to EU

This commit is contained in:
Arne Fitzenreiter
2009-04-22 09:34:14 +02:00
parent 4f9ce6b94e
commit e0c2ffcac4
2 changed files with 4 additions and 0 deletions

View File

@@ -85,4 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && sed -i -e "s|\t@# All the scripts|\nende:|g" Makefile
cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) KMODDIR=kernel install
# Set Regulatory Domain to "EU" (use Channel 1-14 max. 20db)
echo options cfg80211 ieee80211_regdom=EU > /etc/modprobe.d/cfg80211
@$(POSTBUILD)