diff options
Diffstat (limited to 'target/linux/x86/rdc/base-files/etc/.svn')
-rw-r--r-- | target/linux/x86/rdc/base-files/etc/.svn/entries | 65 | ||||
-rw-r--r-- | target/linux/x86/rdc/base-files/etc/.svn/text-base/diag.sh.svn-base | 17 |
2 files changed, 82 insertions, 0 deletions
diff --git a/target/linux/x86/rdc/base-files/etc/.svn/entries b/target/linux/x86/rdc/base-files/etc/.svn/entries new file mode 100644 index 0000000..45d1560 --- /dev/null +++ b/target/linux/x86/rdc/base-files/etc/.svn/entries @@ -0,0 +1,65 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/x86/rdc/base-files/etc +svn://svn.openwrt.org/openwrt + + + +2013-02-18T10:38:05.820542Z +35664 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +config +dir + +diag.sh +file + + + + +2013-03-17T12:12:36.000000Z +c5ffbe1a6a7a9e59ea997bc98a9f0fbe +2013-02-18T10:38:05.820542Z +35664 +florian + + + + + + + + + + + + + + + + + + + + + +197 + diff --git a/target/linux/x86/rdc/base-files/etc/.svn/text-base/diag.sh.svn-base b/target/linux/x86/rdc/base-files/etc/.svn/text-base/diag.sh.svn-base new file mode 100644 index 0000000..03796d7 --- /dev/null +++ b/target/linux/x86/rdc/base-files/etc/.svn/text-base/diag.sh.svn-base @@ -0,0 +1,17 @@ +#!/bin/sh +# Copyright (C) 2007-2013 OpenWrt.org + +. /lib/functions/leds.sh + +status_led="rdc321x:dmz" + +set_state() { + case "$1" in + preinit) + status_led_on + ;; + done) + status_led_off + ;; + esac +} |