aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/base-files/lib/.svn
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ppc40x/base-files/lib/.svn')
-rw-r--r--target/linux/ppc40x/base-files/lib/.svn/entries65
-rw-r--r--target/linux/ppc40x/base-files/lib/.svn/prop-base/ppc40x.sh.svn-base5
-rw-r--r--target/linux/ppc40x/base-files/lib/.svn/text-base/ppc40x.sh.svn-base11
3 files changed, 81 insertions, 0 deletions
diff --git a/target/linux/ppc40x/base-files/lib/.svn/entries b/target/linux/ppc40x/base-files/lib/.svn/entries
new file mode 100644
index 0000000..ba92655
--- /dev/null
+++ b/target/linux/ppc40x/base-files/lib/.svn/entries
@@ -0,0 +1,65 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/ppc40x/base-files/lib
+svn://svn.openwrt.org/openwrt
+
+
+
+2010-04-12T12:21:18.833986Z
+20821
+juhosg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+upgrade
+dir
+
+ppc40x.sh
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+abe692d59e556cb019e9a292057cad37
+2010-04-12T12:21:18.833986Z
+20821
+juhosg
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+173
+
diff --git a/target/linux/ppc40x/base-files/lib/.svn/prop-base/ppc40x.sh.svn-base b/target/linux/ppc40x/base-files/lib/.svn/prop-base/ppc40x.sh.svn-base
new file mode 100644
index 0000000..869ac71
--- /dev/null
+++ b/target/linux/ppc40x/base-files/lib/.svn/prop-base/ppc40x.sh.svn-base
@@ -0,0 +1,5 @@
+K 14
+svn:executable
+V 1
+*
+END
diff --git a/target/linux/ppc40x/base-files/lib/.svn/text-base/ppc40x.sh.svn-base b/target/linux/ppc40x/base-files/lib/.svn/text-base/ppc40x.sh.svn-base
new file mode 100644
index 0000000..8a6c487
--- /dev/null
+++ b/target/linux/ppc40x/base-files/lib/.svn/text-base/ppc40x.sh.svn-base
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# Copyright (C) 2010 OpenWrt.org
+#
+
+ppc40x_board_name() {
+ local model
+
+ model=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /model/ {print $2}' /proc/cpuinfo)
+ echo $model
+}