diff options
Diffstat (limited to 'target/linux/orion/dns323/base-files')
5 files changed, 148 insertions, 0 deletions
diff --git a/target/linux/orion/dns323/base-files/.svn/entries b/target/linux/orion/dns323/base-files/.svn/entries new file mode 100644 index 0000000..541cc00 --- /dev/null +++ b/target/linux/orion/dns323/base-files/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/orion/dns323/base-files +svn://svn.openwrt.org/openwrt + + + +2012-04-04T15:53:55.761995Z +31198 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +etc +dir + diff --git a/target/linux/orion/dns323/base-files/etc/.svn/entries b/target/linux/orion/dns323/base-files/etc/.svn/entries new file mode 100644 index 0000000..c493db3 --- /dev/null +++ b/target/linux/orion/dns323/base-files/etc/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/orion/dns323/base-files/etc +svn://svn.openwrt.org/openwrt + + + +2012-04-04T15:53:55.761995Z +31198 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +config +dir + diff --git a/target/linux/orion/dns323/base-files/etc/config/.svn/entries b/target/linux/orion/dns323/base-files/etc/config/.svn/entries new file mode 100644 index 0000000..b904806 --- /dev/null +++ b/target/linux/orion/dns323/base-files/etc/config/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/orion/dns323/base-files/etc/config +svn://svn.openwrt.org/openwrt + + + +2012-04-04T15:53:55.761995Z +31198 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +network +file + + + + +2013-03-17T12:12:16.000000Z +928350a2b9980e658098d99b3c7f089f +2012-04-04T15:53:55.761995Z +31198 +florian + + + + + + + + + + + + + + + + + + + + + +236 + diff --git a/target/linux/orion/dns323/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/orion/dns323/base-files/etc/config/.svn/text-base/network.svn-base new file mode 100644 index 0000000..8bdd3b0 --- /dev/null +++ b/target/linux/orion/dns323/base-files/etc/config/.svn/text-base/network.svn-base @@ -0,0 +1,12 @@ +# Copyright (C) 2010 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 eth0 + option ifname eth0 + option proto dhcp + option hostname dns323 diff --git a/target/linux/orion/dns323/base-files/etc/config/network b/target/linux/orion/dns323/base-files/etc/config/network new file mode 100644 index 0000000..8bdd3b0 --- /dev/null +++ b/target/linux/orion/dns323/base-files/etc/config/network @@ -0,0 +1,12 @@ +# Copyright (C) 2010 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 eth0 + option ifname eth0 + option proto dhcp + option hostname dns323 |