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

@@ -331,6 +331,7 @@
* wireless_tools.30.pre6
* wpa_supplicant-0.6.9
* x11libs-core28-r1
* xen-3.4.0
* xfsprogs-2.9.4
* xvidcore-1.2.1
* zlib-1.2.3

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)