clean
This commit is contained in:
parent
e32051296d
commit
04938faa17
1 changed files with 5 additions and 1 deletions
6
build.sh
6
build.sh
|
@ -255,11 +255,13 @@ echo cubie > $DEST/output/sdcard/etc/hostname
|
||||||
|
|
||||||
# load modules
|
# load modules
|
||||||
cat > $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf
|
cat > $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf
|
||||||
|
|
||||||
cat <<EOT >> $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf
|
cat <<EOT >> $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf
|
||||||
hci_uart
|
hci_uart
|
||||||
gpio_sunxi
|
gpio_sunxi
|
||||||
bcmdhd
|
bcmdhd
|
||||||
#sunxi_gmac
|
#sunxi_gmac
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
# edit this to your personal needs/network configs
|
# edit this to your personal needs/network configs
|
||||||
|
@ -270,7 +272,9 @@ allow-hotplug eth0
|
||||||
iface eth0 inet dhcp
|
iface eth0 inet dhcp
|
||||||
# hwaddress ether AE:50:30:27:5A:CF # change this
|
# hwaddress ether AE:50:30:27:5A:CF # change this
|
||||||
# pre-up /sbin/ifconfig eth0 mtu 3838 # setting MTU for DHCP, static just: mtu 3838
|
# pre-up /sbin/ifconfig eth0 mtu 3838 # setting MTU for DHCP, static just: mtu 3838
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
cat <<EOT >> $DEST/output/sdcard/etc/netctl/interfaces/wlan0
|
cat <<EOT >> $DEST/output/sdcard/etc/netctl/interfaces/wlan0
|
||||||
auto wlan0
|
auto wlan0
|
||||||
allow-hotplug wlan0
|
allow-hotplug wlan0
|
||||||
|
@ -278,8 +282,8 @@ iface wlan0 inet dhcp
|
||||||
# wpa-ssid SSID
|
# wpa-ssid SSID
|
||||||
# wpa-psk xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
# wpa-psk xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
# to generate proper encrypted key: wpa_passphrase yourSSID yourpassword
|
# to generate proper encrypted key: wpa_passphrase yourSSID yourpassword
|
||||||
EOT
|
|
||||||
|
|
||||||
|
EOT
|
||||||
|
|
||||||
# create interfaces if you want to have AP. /etc/modules must be: bcmdhd op_mode=2
|
# create interfaces if you want to have AP. /etc/modules must be: bcmdhd op_mode=2
|
||||||
#cat <<EOT >> $DEST/output/sdcard/etc/network/interfaces.hostapd
|
#cat <<EOT >> $DEST/output/sdcard/etc/network/interfaces.hostapd
|
||||||
|
|
Loading…
Add table
Reference in a new issue