Set wlan regulatory domain to "EU".

This commit is contained in:
Arne Fitzenreiter
2010-02-15 20:14:11 +01:00
parent 9e48325fd2
commit fb617ff539
3 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
options cfg80211 ieee80211_regdom=EU
blacklist ieee80211

View File

@@ -19,6 +19,7 @@ etc/ld.so.conf
etc/logrotate.conf
etc/mime.types
etc/modprobe.d
etc/modprobe.d/cfg80211
etc/modules.conf
etc/mtab
etc/nsswitch.conf

View File

@@ -69,9 +69,7 @@ $(TARGET) :
-ln -sv bash /bin/sh
# Config files
for i in $(DIR_SRC)/config/etc/*; do \
[ -f $$i ] && cp $$i /etc; \
done
cp -rvf $(DIR_SRC)/config/etc/* /etc;
touch /etc/mtab
echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue
echo "===============================" >> /etc/issue