From 9ecf851ad55d9be38530966de10e80c763a71eff Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Fri, 10 Jan 2014 09:22:30 +0100 Subject: [PATCH] added BT module, comment out wlan0 interface --- build.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 2fafa17..67230e6 100644 --- a/build.sh +++ b/build.sh @@ -213,22 +213,24 @@ echo cubie > $DEST/output/sdcard/etc/hostname # load modules cat <> $DEST/output/sdcard/etc/modules +hci_uart gpio_sunxi bcmdhd -sunxi_gmac +#sunxi_gmac EOT # create interfaces configuration cat <> $DEST/output/sdcard/etc/network/interfaces -auto eth0 wlan0 +auto eth0 allow-hotplug eth0 iface eth0 inet dhcp 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 -allow-hotplug wlan0 -iface wlan0 inet dhcp - wpa-ssid SSID - wpa-psk xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +#auto wlan0 +#allow-hotplug wlan0 +#iface wlan0 inet dhcp +# wpa-ssid SSID +# wpa-psk xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # to generate proper encrypted key: wpa_passphrase yourSSID yourpassword EOT