aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/led.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-05 16:04:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-05 16:04:23 +0000
commit75a299db504b662cf00e22e73215ab9f26204dc5 (patch)
tree6cf1592b9934654ae843a65fc381c7d42f493735 /package/base-files/files/sbin/led.sh
parent9f6ef16bdc7b4da0ce9501c08b942df0a86cff0a (diff)
downloadmaster-187ad058-75a299db504b662cf00e22e73215ab9f26204dc5.tar.gz
master-187ad058-75a299db504b662cf00e22e73215ab9f26204dc5.tar.bz2
master-187ad058-75a299db504b662cf00e22e73215ab9f26204dc5.zip
[package] /etc/functions.sh => /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/sbin/led.sh')
-rwxr-xr-xpackage/base-files/files/sbin/led.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/led.sh b/package/base-files/files/sbin/led.sh
index 44629d9903..d67a0f51cc 100755
--- a/package/base-files/files/sbin/led.sh
+++ b/package/base-files/files/sbin/led.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# (C) 2008 openwrt.org
-. /etc/functions.sh
+. /lib/functions.sh
ACTION=$1
NAME=$2
do_led() {