summaryrefslogtreecommitdiffstats
path: root/minikrebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-01-20 19:22:16 +0100
committermakefu <github@syntax-fehler.de>2013-01-20 19:22:16 +0100
commit1f21051e9361de9bfdf70f269c90c25cbdbe2b43 (patch)
treecceeca8de4d8c2c1fcd226ed64f4dfcd9f1f3632 /minikrebs
parentdd3cedb311e3980d78e046a5b49f787758597d9a (diff)
nfc-login: add mrled
Diffstat (limited to 'minikrebs')
l---------minikrebs/profiles/instakrebs/customfiles/etc/rc.d/tinc1
-rwxr-xr-xminikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager14
-rwxr-xr-xminikrebs/profiles/nfc-login/customfiles/usr/bin/mrled4
3 files changed, 11 insertions, 8 deletions
diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/rc.d/tinc b/minikrebs/profiles/instakrebs/customfiles/etc/rc.d/tinc
deleted file mode 120000
index f08fe11d..00000000
--- a/minikrebs/profiles/instakrebs/customfiles/etc/rc.d/tinc
+++ /dev/null
@@ -1 +0,0 @@
-../init.d/tinc \ No newline at end of file
diff --git a/minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager b/minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager
index 63f35c74..f22a209e 100755
--- a/minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager
+++ b/minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager
@@ -1,18 +1,18 @@
#!/bin/sh
-#!/bin/sh
#LOGIN_HOST=heidi.shack
#LOGIN_HOST=heidi:5000
LOGIN_HOST=10.42.10.38:5000
all_led(){
- for i in 3g wlan lan wps;do
- led $i $1
- done
+ for i in 3g wlan lan wps;do
+ led $i $1
+
+ done
}
led(){
- LED="$1"
- ACTION="$2"
- echo $ACTION > /sys/class/leds/tp-link:green:$LED/trigger
+ /usr/bin/mrled $1 $2
}
+
+# fix for mr3020 weirdness
while sleep 1; do
uid=$(nfc-list | grep UID | cut -d: -f 2 | sed 's/ //g')
if ! [ x"$uid" = x ];then
diff --git a/minikrebs/profiles/nfc-login/customfiles/usr/bin/mrled b/minikrebs/profiles/nfc-login/customfiles/usr/bin/mrled
new file mode 100755
index 00000000..7059edd1
--- /dev/null
+++ b/minikrebs/profiles/nfc-login/customfiles/usr/bin/mrled
@@ -0,0 +1,4 @@
+#!/bin/sh
+LED="$1"
+ACTION="$2"
+echo $ACTION > /sys/class/leds/tp-link:green:$LED/trigger