summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/iftab20
-rw-r--r--config/netcfg16
2 files changed, 0 insertions, 36 deletions
diff --git a/config/iftab b/config/iftab
deleted file mode 100644
index e016644..0000000
--- a/config/iftab
+++ /dev/null
@@ -1,20 +0,0 @@
-# Example iftab
-
-# Format: {New name} {Criteria}
-
-# Match on driver
-#ipw0 driver ipw2100
-#eth9 driver ndiswrapper
-#rl0 driver 8139too
-
-# Match on MAC address
-#wlan0 mac 00:11:22:33:44:%5
-#eth1 mac 11:22:33:44:55:66
-
-# Match on sysfs attribute
-#myvpn SYSFS{address} 00:10:83:*
-
-# Automatically number
-#eth* ipw2100
-
-## More examples in 'man iftab'
diff --git a/config/netcfg b/config/netcfg
deleted file mode 100644
index 59ee57c..0000000
--- a/config/netcfg
+++ /dev/null
@@ -1,16 +0,0 @@
-# Enable these netcfg profiles at boot time.
-# - prefix an entry with a '@' to background its startup
-# - set to 'last' to restore the profiles running at the last shutdown
-# - set to 'menu' to present a menu (requires the dialog package)
-# Network profiles are found in /etc/network.d
-NETWORKS=(last)
-
-# Specify the name of your wired interface for net-auto-wired
-WIRED_INTERFACE="eth0"
-
-# Specify the name of your wireless interface for net-auto-wireless
-WIRELESS_INTERFACE="wlan0"
-
-# Array of profiles that may be started by net-auto-wireless.
-# When not specified, all wireless profiles are considered.
-#AUTO_PROFILES=("profile1" "profile2")