diff options
Diffstat (limited to 'target/linux/iop32x/base-files')
5 files changed, 146 insertions, 0 deletions
diff --git a/target/linux/iop32x/base-files/.svn/entries b/target/linux/iop32x/base-files/.svn/entries new file mode 100644 index 0000000..40c61d2 --- /dev/null +++ b/target/linux/iop32x/base-files/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/iop32x/base-files +svn://svn.openwrt.org/openwrt + + + +2007-09-29T14:27:54.638162Z +9069 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +etc +dir + diff --git a/target/linux/iop32x/base-files/etc/.svn/entries b/target/linux/iop32x/base-files/etc/.svn/entries new file mode 100644 index 0000000..afb5de9 --- /dev/null +++ b/target/linux/iop32x/base-files/etc/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/iop32x/base-files/etc +svn://svn.openwrt.org/openwrt + + + +2007-09-29T14:27:54.638162Z +9069 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +config +dir + diff --git a/target/linux/iop32x/base-files/etc/config/.svn/entries b/target/linux/iop32x/base-files/etc/config/.svn/entries new file mode 100644 index 0000000..205f705 --- /dev/null +++ b/target/linux/iop32x/base-files/etc/config/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/iop32x/base-files/etc/config +svn://svn.openwrt.org/openwrt + + + +2007-09-29T14:27:54.638162Z +9069 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +network +file + + + + +2013-03-17T12:13:06.000000Z +f3f2699ca328958d33fd9da6418531f9 +2007-03-11T19:49:50.688614Z +6557 +kaloz + + + + + + + + + + + + + + + + + + + + + +207 + diff --git a/target/linux/iop32x/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/iop32x/base-files/etc/config/.svn/text-base/network.svn-base new file mode 100644 index 0000000..1d9b55b --- /dev/null +++ b/target/linux/iop32x/base-files/etc/config/.svn/text-base/network.svn-base @@ -0,0 +1,11 @@ +# Network configuration file + +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 dhcp diff --git a/target/linux/iop32x/base-files/etc/config/network b/target/linux/iop32x/base-files/etc/config/network new file mode 100644 index 0000000..1d9b55b --- /dev/null +++ b/target/linux/iop32x/base-files/etc/config/network @@ -0,0 +1,11 @@ +# Network configuration file + +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 dhcp |