[SCM] debian-live/config-webc branch, master, updated. 2291c5f29dbfc7fd2c31c3eeb3e7ab0f8a9288ef

Kai Hendry hendry at iki.fi
Sat Nov 26 11:40:57 UTC 2011


The following commit has been merged in the master branch:
commit 2291c5f29dbfc7fd2c31c3eeb3e7ab0f8a9288ef
Author: Kai Hendry <hendry at iki.fi>
Date:   Sat Nov 26 12:26:47 2011 +0100

    usb0 dongle support requested by Justin

diff --git a/webconverger/config/includes.chroot/etc/network/interfaces b/webconverger/config/includes.chroot/etc/network/interfaces
index d8618a1..3369f92 100644
--- a/webconverger/config/includes.chroot/etc/network/interfaces
+++ b/webconverger/config/includes.chroot/etc/network/interfaces
@@ -5,11 +5,15 @@
 auto lo
 iface lo inet loopback
 
-# The primary network interface
-allow-hotplug eth0 eth1
+allow-hotplug eth0 eth1 usb0
+
 iface eth0 inet dhcp
 	pre-up iptables-restore < /etc/iptables.conf
 
+# USB tethering & dongle support
+iface usb0 inet dhcp
+	pre-up iptables-restore < /etc/iptables.conf
+
 # Can be either fixed or wireless
 iface eth1 inet dhcp
 	pre-up iptables-restore < /etc/iptables.conf

-- 
debian-live/config-webc



More information about the debian-live-changes mailing list