diff options
Diffstat (limited to 'target/linux/mcs814x/base-files/etc/config/.svn')
-rw-r--r-- | target/linux/mcs814x/base-files/etc/config/.svn/entries | 62 | ||||
-rw-r--r-- | target/linux/mcs814x/base-files/etc/config/.svn/text-base/network.svn-base | 13 |
2 files changed, 75 insertions, 0 deletions
diff --git a/target/linux/mcs814x/base-files/etc/config/.svn/entries b/target/linux/mcs814x/base-files/etc/config/.svn/entries new file mode 100644 index 0000000..1cf298e --- /dev/null +++ b/target/linux/mcs814x/base-files/etc/config/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/mcs814x/base-files/etc/config +svn://svn.openwrt.org/openwrt + + + +2012-08-01T22:09:13.409488Z +32941 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +network +file + + + + +2013-03-17T12:12:50.000000Z +df1dd295c9234054d063a3075274e635 +2012-08-01T22:09:13.409488Z +32941 +florian + + + + + + + + + + + + + + + + + + + + + +270 + diff --git a/target/linux/mcs814x/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/mcs814x/base-files/etc/config/.svn/text-base/network.svn-base new file mode 100644 index 0000000..e24e824 --- /dev/null +++ b/target/linux/mcs814x/base-files/etc/config/.svn/text-base/network.svn-base @@ -0,0 +1,13 @@ +# Copyright (C) 2012 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 ifname eth0 + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |