diff options
Diffstat (limited to 'target/linux/amazon/base-files')
5 files changed, 152 insertions, 0 deletions
diff --git a/target/linux/amazon/base-files/.svn/entries b/target/linux/amazon/base-files/.svn/entries new file mode 100644 index 0000000..587e49b --- /dev/null +++ b/target/linux/amazon/base-files/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/amazon/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/amazon/base-files/etc/.svn/entries b/target/linux/amazon/base-files/etc/.svn/entries new file mode 100644 index 0000000..14de094 --- /dev/null +++ b/target/linux/amazon/base-files/etc/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/amazon/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/amazon/base-files/etc/config/.svn/entries b/target/linux/amazon/base-files/etc/config/.svn/entries new file mode 100644 index 0000000..22b617a --- /dev/null +++ b/target/linux/amazon/base-files/etc/config/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/amazon/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:12:36.000000Z +5b3aaae0d33ae3cc9fca5cd3172b0a67 +2007-07-23T22:10:11.386635Z +8137 +blogic + + + + + + + + + + + + + + + + + + + + + +291 + diff --git a/target/linux/amazon/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/amazon/base-files/etc/config/.svn/text-base/network.svn-base new file mode 100644 index 0000000..72e39f8 --- /dev/null +++ b/target/linux/amazon/base-files/etc/config/.svn/text-base/network.svn-base @@ -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 ifname eth1 + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 diff --git a/target/linux/amazon/base-files/etc/config/network b/target/linux/amazon/base-files/etc/config/network new file mode 100644 index 0000000..72e39f8 --- /dev/null +++ b/target/linux/amazon/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 ifname eth1 + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |