aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/base-files
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/xburst/base-files')
-rw-r--r--target/linux/xburst/base-files/.svn/entries31
-rw-r--r--target/linux/xburst/base-files/etc/.svn/entries31
-rw-r--r--target/linux/xburst/base-files/etc/config/.svn/entries130
-rw-r--r--target/linux/xburst/base-files/etc/config/.svn/text-base/fstab.svn-base6
-rw-r--r--target/linux/xburst/base-files/etc/config/.svn/text-base/network.svn-base13
-rw-r--r--target/linux/xburst/base-files/etc/config/.svn/text-base/system.svn-base3
-rw-r--r--target/linux/xburst/base-files/etc/config/fstab6
-rw-r--r--target/linux/xburst/base-files/etc/config/network13
-rw-r--r--target/linux/xburst/base-files/etc/config/system3
9 files changed, 236 insertions, 0 deletions
diff --git a/target/linux/xburst/base-files/.svn/entries b/target/linux/xburst/base-files/.svn/entries
new file mode 100644
index 0000000..9979002
--- /dev/null
+++ b/target/linux/xburst/base-files/.svn/entries
@@ -0,0 +1,31 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/xburst/base-files
+svn://svn.openwrt.org/openwrt
+
+
+
+2010-04-12T17:08:57.277563Z
+20831
+nico
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+etc
+dir
+
diff --git a/target/linux/xburst/base-files/etc/.svn/entries b/target/linux/xburst/base-files/etc/.svn/entries
new file mode 100644
index 0000000..8d48e7b
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/.svn/entries
@@ -0,0 +1,31 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/xburst/base-files/etc
+svn://svn.openwrt.org/openwrt
+
+
+
+2010-04-12T17:08:57.277563Z
+20831
+nico
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+config
+dir
+
diff --git a/target/linux/xburst/base-files/etc/config/.svn/entries b/target/linux/xburst/base-files/etc/config/.svn/entries
new file mode 100644
index 0000000..bc82cd5
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/config/.svn/entries
@@ -0,0 +1,130 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/xburst/base-files/etc/config
+svn://svn.openwrt.org/openwrt
+
+
+
+2010-04-12T17:08:57.277563Z
+20831
+nico
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+fstab
+file
+
+
+
+
+2013-03-17T12:12:37.000000Z
+379958481ae6f6fe1ddd3484f73cc650
+2010-01-11T04:44:45.989662Z
+19098
+lars
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+134
+
+system
+file
+
+
+
+
+2013-03-17T12:12:37.000000Z
+af3e5971ea15d6825b1bda1dbe1edfa3
+2010-01-11T04:44:45.989662Z
+19098
+lars
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+65
+
+network
+file
+
+
+
+
+2013-03-17T12:12:37.000000Z
+f043dff5c68c7df2a37896af90b70536
+2010-04-12T17:08:57.277563Z
+20831
+nico
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+270
+
diff --git a/target/linux/xburst/base-files/etc/config/.svn/text-base/fstab.svn-base b/target/linux/xburst/base-files/etc/config/.svn/text-base/fstab.svn-base
new file mode 100644
index 0000000..5223561
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/config/.svn/text-base/fstab.svn-base
@@ -0,0 +1,6 @@
+config mount
+ option target /card
+ option device /dev/mmcblk0p1
+ option fstype auto
+ option options rw,sync
+ option enabled 1
diff --git a/target/linux/xburst/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/xburst/base-files/etc/config/.svn/text-base/network.svn-base
new file mode 100644
index 0000000..a086003
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/config/.svn/text-base/network.svn-base
@@ -0,0 +1,13 @@
+# 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 usb0
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
diff --git a/target/linux/xburst/base-files/etc/config/.svn/text-base/system.svn-base b/target/linux/xburst/base-files/etc/config/.svn/text-base/system.svn-base
new file mode 100644
index 0000000..e198966
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/config/.svn/text-base/system.svn-base
@@ -0,0 +1,3 @@
+config system
+ option hostname BenNanoNote
+ option timezone UTC
diff --git a/target/linux/xburst/base-files/etc/config/fstab b/target/linux/xburst/base-files/etc/config/fstab
new file mode 100644
index 0000000..5223561
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/config/fstab
@@ -0,0 +1,6 @@
+config mount
+ option target /card
+ option device /dev/mmcblk0p1
+ option fstype auto
+ option options rw,sync
+ option enabled 1
diff --git a/target/linux/xburst/base-files/etc/config/network b/target/linux/xburst/base-files/etc/config/network
new file mode 100644
index 0000000..a086003
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/config/network
@@ -0,0 +1,13 @@
+# 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 usb0
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
diff --git a/target/linux/xburst/base-files/etc/config/system b/target/linux/xburst/base-files/etc/config/system
new file mode 100644
index 0000000..e198966
--- /dev/null
+++ b/target/linux/xburst/base-files/etc/config/system
@@ -0,0 +1,3 @@
+config system
+ option hostname BenNanoNote
+ option timezone UTC