mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Set wlan regulatory domain to "EU".
This commit is contained in:
2
config/etc/modprobe.d/cfg80211
Normal file
2
config/etc/modprobe.d/cfg80211
Normal file
@@ -0,0 +1,2 @@
|
||||
options cfg80211 ieee80211_regdom=EU
|
||||
blacklist ieee80211
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user