diff options
author | Sungmin Choi <sungmin.choi@lge.com> | 2013-05-19 21:56:36 -0700 |
---|---|---|
committer | Sungmin Choi <sungmin.choi@lge.com> | 2013-05-19 21:56:36 -0700 |
commit | a8d392da915b46a59dc5eab82a2b6cf17a9b3a86 (patch) | |
tree | 4b118d05b261c17605616d05ea967111c11e4bb2 /rootdir | |
parent | de1dadb73903a3b8d080ed6d2b5e916fe9654fc4 (diff) | |
download | system_core-a8d392da915b46a59dc5eab82a2b6cf17a9b3a86.zip system_core-a8d392da915b46a59dc5eab82a2b6cf17a9b3a86.tar.gz system_core-a8d392da915b46a59dc5eab82a2b6cf17a9b3a86.tar.bz2 |
init.rc: remove duplicated led-related nodes
Change-Id: Ibee7ef9137594fc4c30d3ab6ee7bdf3515836c62
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 4b26f39..5206cd1 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -322,12 +322,6 @@ on boot chown system system /sys/class/leds/red/device/grpfreq chown system system /sys/class/leds/red/device/grppwm chown system system /sys/class/leds/red/device/blink - chown system system /sys/class/leds/red/brightness - chown system system /sys/class/leds/green/brightness - chown system system /sys/class/leds/blue/brightness - chown system system /sys/class/leds/red/device/grpfreq - chown system system /sys/class/leds/red/device/grppwm - chown system system /sys/class/leds/red/device/blink chown system system /sys/class/timed_output/vibrator/enable chown system system /sys/module/sco/parameters/disable_esco chown system system /sys/kernel/ipv4/tcp_wmem_min |