aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/base-files/etc/config/.svn
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/omap24xx/base-files/etc/config/.svn')
-rw-r--r--target/linux/omap24xx/base-files/etc/config/.svn/entries130
-rw-r--r--target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base13
-rw-r--r--target/linux/omap24xx/base-files/etc/config/.svn/text-base/network.svn-base15
-rw-r--r--target/linux/omap24xx/base-files/etc/config/.svn/text-base/wireless.svn-base20
4 files changed, 178 insertions, 0 deletions
diff --git a/target/linux/omap24xx/base-files/etc/config/.svn/entries b/target/linux/omap24xx/base-files/etc/config/.svn/entries
new file mode 100644
index 0000000..0502ae3
--- /dev/null
+++ b/target/linux/omap24xx/base-files/etc/config/.svn/entries
@@ -0,0 +1,130 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/omap24xx/base-files/etc/config
+svn://svn.openwrt.org/openwrt
+
+
+
+2011-03-07T00:09:51.962370Z
+25917
+mb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+fstab
+file
+
+
+
+
+2013-03-17T12:13:05.000000Z
+40a86530052f7848c7b20075eed0775b
+2011-02-20T23:50:59.754016Z
+25638
+mb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+293
+
+network
+file
+
+
+
+
+2013-03-17T12:13:05.000000Z
+17174387770b2ac09193f5abb1fbfb52
+2011-03-07T00:09:51.962370Z
+25917
+mb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+314
+
+wireless
+file
+
+
+
+
+2013-03-17T12:13:05.000000Z
+74c9c19c640e3c3a88b9e9aa32f9bd8d
+2010-09-11T15:21:03.035468Z
+23004
+mb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+431
+
diff --git a/target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base
new file mode 100644
index 0000000..0910277
--- /dev/null
+++ b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base
@@ -0,0 +1,13 @@
+config mount
+ option target /maemo/initfs
+ option device /dev/mtdblock3
+ option fstype jffs2
+ option options rw,noatime
+ option enabled 0
+
+config mount
+ option target /maemo/rootfs
+ option device /dev/mtdblock4
+ option fstype jffs2
+ option options rw,noatime
+ option enabled 0
diff --git a/target/linux/omap24xx/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/network.svn-base
new file mode 100644
index 0000000..8207443
--- /dev/null
+++ b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/network.svn-base
@@ -0,0 +1,15 @@
+config interface loopback
+ option ifname lo
+ option proto static
+ option netmask 255.0.0.0
+
+config interface lan
+ option proto dhcp
+ option netmask 255.255.255.0
+
+config interface usb
+ option ifname usb0
+ option proto static
+ option ipaddr 192.168.168.168
+ option netmask 255.255.255.0
+ option ip6addr fe80::810:1
diff --git a/target/linux/omap24xx/base-files/etc/config/.svn/text-base/wireless.svn-base b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/wireless.svn-base
new file mode 100644
index 0000000..b640ce6
--- /dev/null
+++ b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/wireless.svn-base
@@ -0,0 +1,20 @@
+config wifi-device radio0
+ option type mac80211
+ option phy phy0
+ option channel auto
+ # TODO: CHANGE THE MAC-ADDRESS:
+ option macaddr 00:11:22:33:44:55
+ option hwmode 11g
+# option country DE
+
+ # REMOVE THIS LINE TO ENABLE WIFI:
+ option disabled 1
+
+config wifi-iface
+ option device radio0
+ option powersave 1
+ option network lan
+ option mode sta
+ option ssid OpenWrt
+# option encryption psk2
+# option key "foobar"