diff options
author | John Crispin <john@openwrt.org> | 2008-08-14 19:07:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-14 19:07:22 +0000 |
commit | 3403cbe948ca5da2a00a64374b6d0ba26d0c5085 (patch) | |
tree | e5dad3b77adc2d6b69d5a47c9d7b28420e732017 /package | |
parent | 0f18ecf43ef6c42d4be8253cd09f381ccfcb154d (diff) | |
download | upstream-3403cbe948ca5da2a00a64374b6d0ba26d0c5085.tar.gz upstream-3403cbe948ca5da2a00a64374b6d0ba26d0c5085.tar.bz2 upstream-3403cbe948ca5da2a00a64374b6d0ba26d0c5085.zip |
remove /etc/functions.sh call from led hotplug script
SVN-Revision: 12312
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/files/etc/init.d/led | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/files/etc/init.d/led b/package/base-files/files/etc/init.d/led index 117eb8668d..cf7bf4203d 100755 --- a/package/base-files/files/etc/init.d/led +++ b/package/base-files/files/etc/init.d/led @@ -1,8 +1,6 @@ #!/bin/sh /etc/rc.common # (C) 2008 openwrt.org -. /etc/functions.sh - START=60 load_led() { |