mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
revert ap possibility
This commit is contained in:
parent
a9e100dc2f
commit
d22c80537c
4 changed files with 39 additions and 2 deletions
Binary file not shown.
20
build.sh
20
build.sh
|
@ -15,7 +15,25 @@ set -e
|
|||
#Requires root ..
|
||||
if [ "$UID" -ne 0 ]
|
||||
then echo "Please run as root"
|
||||
exit
|
||||
exitssid=CUBIE
|
||||
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
|
||||
echo "Building Cubietruck-Arch in $DEST from $SRC"
|
||||
sleep 3
|
||||
|
|
19
config/hostapd.conf
Normal file
19
config/hostapd.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
ssid=CUBIE
|
||||
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
|
|
@ -1462,7 +1462,7 @@ CONFIG_BRCMFMAC_USB=y
|
|||
# CONFIG_BRCMDBG is not set
|
||||
CONFIG_BCM4330=m
|
||||
CONFIG_HOSTAP=m
|
||||
CONFIG_HOSTAP_FIRMWARE=m
|
||||
CONFIG_HOSTAP_FIRMWARE=y
|
||||
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
|
||||
CONFIG_IWM=m
|
||||
# CONFIG_IWM_DEBUG is not set
|
||||
|
|
Loading…
Reference in a new issue