diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-29 14:27:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-29 14:27:54 +0000 |
commit | 438dfe5c6fbfa63f5841fda9b4ec44b2f7712674 (patch) | |
tree | 35defc07076a1deea87ff74b8ee97cd891494183 /target/linux/sibyte/base-files/etc/config | |
parent | 2068b8d48de6b07bf656613fb1e25850483d5c67 (diff) | |
download | mtk-20170518-438dfe5c6fbfa63f5841fda9b4ec44b2f7712674.zip mtk-20170518-438dfe5c6fbfa63f5841fda9b4ec44b2f7712674.tar.gz mtk-20170518-438dfe5c6fbfa63f5841fda9b4ec44b2f7712674.tar.bz2 |
get rid of per-profile base-files
SVN-Revision: 9069
Diffstat (limited to 'target/linux/sibyte/base-files/etc/config')
-rw-r--r-- | target/linux/sibyte/base-files/etc/config/network | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/sibyte/base-files/etc/config/network b/target/linux/sibyte/base-files/etc/config/network new file mode 100644 index 0000000..9b65652 --- /dev/null +++ b/target/linux/sibyte/base-files/etc/config/network @@ -0,0 +1,14 @@ +# Copyright (C) 2006 OpenWrt.org + +config interface loopback + option ifname lo + option proto static + option ipaddr 127.0.0.1 + option netmask 255.0.0.0 + +config interface lan + option type bridge + option ifname "eth0 ath0" + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |