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

@@ -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