diff --git a/bin/hostapd21.tgz b/bin/hostapd21.tgz index 72a8f63..0e973a5 100644 Binary files a/bin/hostapd21.tgz and b/bin/hostapd21.tgz differ diff --git a/build.sh b/build.sh index 6c1d554..35890cc 100644 --- a/build.sh +++ b/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 diff --git a/config/hostapd.conf b/config/hostapd.conf new file mode 100644 index 0000000..3023fc4 --- /dev/null +++ b/config/hostapd.conf @@ -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 \ No newline at end of file diff --git a/config/kernel.config b/config/kernel.config index 18eb221..8d9ea88 100755 --- a/config/kernel.config +++ b/config/kernel.config @@ -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