mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
network fix
This commit is contained in:
parent
8d8b8698f6
commit
977a54f9d8
1 changed files with 3 additions and 3 deletions
6
build.sh
6
build.sh
|
@ -256,7 +256,7 @@ echo KEYMAP=de-latin1-nodeadkeys > $DEST/output/sdcard/etc/vconsole.conf
|
|||
echo cubie > $DEST/output/sdcard/etc/hostname
|
||||
|
||||
# load modules you may load them per sysctl
|
||||
cat > $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf <<EOT >
|
||||
cat > $DEST/output/sdcard/etc/modules-load.d/cubieModules.conf <<EOT
|
||||
hci_uart
|
||||
gpio_sunxi
|
||||
bcmdhd
|
||||
|
@ -266,7 +266,7 @@ EOT
|
|||
|
||||
# edit this to your personal needs/network configs take the ones from /etc/netctl/examples/ folder
|
||||
# create interfaces configuration
|
||||
cat > $DEST/output/sdcard/etc/netctl/interfaces/eth0 <<EOT >
|
||||
cat > $DEST/output/sdcard/etc/netctl/interfaces/eth0 <<EOT
|
||||
auto eth0
|
||||
allow-hotplug eth0
|
||||
iface eth0 inet dhcp
|
||||
|
@ -275,7 +275,7 @@ iface eth0 inet dhcp
|
|||
|
||||
EOT
|
||||
|
||||
cat > $DEST/output/sdcard/etc/netctl/interfaces/wlan0 <<EOT >
|
||||
cat > $DEST/output/sdcard/etc/netctl/interfaces/wlan0 <<EOT
|
||||
auto wlan0
|
||||
allow-hotplug wlan0
|
||||
iface wlan0 inet dhcp
|
||||
|
|
Loading…
Reference in a new issue