mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
remove gibberish
This commit is contained in:
parent
ff3aa9739d
commit
f2c20659b7
1 changed files with 2 additions and 20 deletions
22
build.sh
22
build.sh
|
@ -36,26 +36,8 @@ CWD=$(pwd)
|
||||||
mkdir -p $DEST
|
mkdir -p $DEST
|
||||||
|
|
||||||
#Requires root ..
|
#Requires root ..
|
||||||
if [ "$UID" -ne 0 ]; then echo "Please run as root"
|
if [ "$UID" -ne 0 ]; then
|
||||||
exitssid=CUBIE
|
echo "Please run as root"
|
||||||
interface=wlan0
|
|
||||||
hw_mode=g
|
|
||||||
channel=1
|
|
||||||
bridge=br0
|
|
||||||
|
|
||||||
logger_syslog=0
|
|
||||||
logger_syslog_level=0
|
|
||||||
|
|
||||||
wmm_enabled=0
|
|
||||||
wpa=2
|
|
||||||
preamble=1
|
|
||||||
wpa_psk=66eb31d2b48d19ba216f2e50c6831ee11be98e2fa3a8075e30b866f4a5ccda27
|
|
||||||
wpa_passphrase=12345678
|
|
||||||
wpa_key_mgmt=WPA-PSK
|
|
||||||
wpa_pairwise=TKIP
|
|
||||||
rsn_pairwise=CCMP
|
|
||||||
auth_algs=1
|
|
||||||
macaddr_acl=0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Building Cubietruck-Slackware in $DEST from $CWD"
|
echo "Building Cubietruck-Slackware in $DEST from $CWD"
|
||||||
|
|
Loading…
Reference in a new issue