aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/9260/base-files
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/at91/9260/base-files')
-rw-r--r--target/linux/at91/9260/base-files/.svn/entries31
-rw-r--r--target/linux/at91/9260/base-files/etc/.svn/entries34
-rw-r--r--target/linux/at91/9260/base-files/etc/config/.svn/entries96
-rw-r--r--target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base20
-rw-r--r--target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base9
-rw-r--r--target/linux/at91/9260/base-files/etc/config/network20
-rw-r--r--target/linux/at91/9260/base-files/etc/config/system9
-rw-r--r--target/linux/at91/9260/base-files/etc/init.d/.svn/entries62
-rw-r--r--target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base22
-rw-r--r--target/linux/at91/9260/base-files/etc/init.d/custom-user-startup22
10 files changed, 325 insertions, 0 deletions
diff --git a/target/linux/at91/9260/base-files/.svn/entries b/target/linux/at91/9260/base-files/.svn/entries
new file mode 100644
index 0000000..e7d6bf8
--- /dev/null
+++ b/target/linux/at91/9260/base-files/.svn/entries
@@ -0,0 +1,31 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9260/base-files
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+etc
+dir
+
diff --git a/target/linux/at91/9260/base-files/etc/.svn/entries b/target/linux/at91/9260/base-files/etc/.svn/entries
new file mode 100644
index 0000000..e093c36
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/.svn/entries
@@ -0,0 +1,34 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9260/base-files/etc
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+config
+dir
+
+init.d
+dir
+
diff --git a/target/linux/at91/9260/base-files/etc/config/.svn/entries b/target/linux/at91/9260/base-files/etc/config/.svn/entries
new file mode 100644
index 0000000..f5a2df8
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/.svn/entries
@@ -0,0 +1,96 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9260/base-files/etc/config
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+system
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+1e88e3747275d4b9137a8f9f2253e186
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+239
+
+network
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+1877b44968c2c366765d2a233e2268b7
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+424
+
diff --git a/target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base
new file mode 100644
index 0000000..5800a0b
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base
@@ -0,0 +1,20 @@
+
+config 'interface' 'loopback'
+ option 'ifname' 'lo'
+ option 'proto' 'static'
+ option 'ipaddr' '127.0.0.1'
+ option 'netmask' '255.0.0.0'
+
+config 'interface' 'cfg'
+ option 'ifname' 'usb0'
+ option 'proto' 'static'
+ option 'netmask' '255.255.255.0'
+ option 'gateway' '192.168.119.1'
+ option 'ipaddr' '192.168.119.2'
+
+config 'interface' 'lan'
+ option 'ifname' 'wlan0'
+ option 'proto' 'dhcp'
+
+#config 'interface' 'wan'
+# option
diff --git a/target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base
new file mode 100644
index 0000000..ba7e87c
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base
@@ -0,0 +1,9 @@
+config 'system'
+ option 'timezone' 'UTC'
+ option 'hostname' 'flexibity'
+
+config timeserver ntp
+ list server 0.openwrt.pool.ntp.org
+ list server 1.openwrt.pool.ntp.org
+ list server 2.openwrt.pool.ntp.org
+ list server 3.openwrt.pool.ntp.org
diff --git a/target/linux/at91/9260/base-files/etc/config/network b/target/linux/at91/9260/base-files/etc/config/network
new file mode 100644
index 0000000..5800a0b
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/network
@@ -0,0 +1,20 @@
+
+config 'interface' 'loopback'
+ option 'ifname' 'lo'
+ option 'proto' 'static'
+ option 'ipaddr' '127.0.0.1'
+ option 'netmask' '255.0.0.0'
+
+config 'interface' 'cfg'
+ option 'ifname' 'usb0'
+ option 'proto' 'static'
+ option 'netmask' '255.255.255.0'
+ option 'gateway' '192.168.119.1'
+ option 'ipaddr' '192.168.119.2'
+
+config 'interface' 'lan'
+ option 'ifname' 'wlan0'
+ option 'proto' 'dhcp'
+
+#config 'interface' 'wan'
+# option
diff --git a/target/linux/at91/9260/base-files/etc/config/system b/target/linux/at91/9260/base-files/etc/config/system
new file mode 100644
index 0000000..ba7e87c
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/system
@@ -0,0 +1,9 @@
+config 'system'
+ option 'timezone' 'UTC'
+ option 'hostname' 'flexibity'
+
+config timeserver ntp
+ list server 0.openwrt.pool.ntp.org
+ list server 1.openwrt.pool.ntp.org
+ list server 2.openwrt.pool.ntp.org
+ list server 3.openwrt.pool.ntp.org
diff --git a/target/linux/at91/9260/base-files/etc/init.d/.svn/entries b/target/linux/at91/9260/base-files/etc/init.d/.svn/entries
new file mode 100644
index 0000000..104a8d5
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/init.d/.svn/entries
@@ -0,0 +1,62 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9260/base-files/etc/init.d
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+custom-user-startup
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+77dc926b1f5d9e01fb54d615e3fb6f09
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+526
+
diff --git a/target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base b/target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base
new file mode 100644
index 0000000..dc9f77c
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/init.d/.svn/text-base/custom-user-startup.svn-base
@@ -0,0 +1,22 @@
+#!/bin/sh /etc/rc.common
+START=90
+# place your own startup commands here
+#
+# REMEMBER: You *MUST* place an '&' after launching programs you
+# that are to continue running in the background.
+#
+# i.e.
+# BAD: upnpd
+# GOOD: upnpd &
+#
+# Failure to do this will result in the startup process halting
+# on this file and the diagnostic light remaining on (at least
+# for WRT54G(s) models).
+#
+
+# coldplug USB devices
+udevtrigger &
+
+# wait for coldplug and re-generate wireless config
+#wifi detect > /etc/config/wireless &
+
diff --git a/target/linux/at91/9260/base-files/etc/init.d/custom-user-startup b/target/linux/at91/9260/base-files/etc/init.d/custom-user-startup
new file mode 100644
index 0000000..dc9f77c
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/init.d/custom-user-startup
@@ -0,0 +1,22 @@
+#!/bin/sh /etc/rc.common
+START=90
+# place your own startup commands here
+#
+# REMEMBER: You *MUST* place an '&' after launching programs you
+# that are to continue running in the background.
+#
+# i.e.
+# BAD: upnpd
+# GOOD: upnpd &
+#
+# Failure to do this will result in the startup process halting
+# on this file and the diagnostic light remaining on (at least
+# for WRT54G(s) models).
+#
+
+# coldplug USB devices
+udevtrigger &
+
+# wait for coldplug and re-generate wireless config
+#wifi detect > /etc/config/wireless &
+