diff options
author | xkeita <keita_nya@live.jp> | 2017-06-24 23:02:04 +0000 |
---|---|---|
committer | xkeita <keita_nya@live.jp> | 2017-06-24 23:07:15 +0000 |
commit | d711888175862c0636accd642bc043ebd3fdca83 (patch) | |
tree | aa716e779af54c28cd236ba7c03fae9e635ede9d /rootdir | |
parent | 892d6f188708691dcf9a7335e8d9516810a33ddc (diff) |
shinano: init: Remove deprecated init entries
- We don't use chargemon anymore (now it's healthd)
remove unused/deprecated entries.
- Remove debug_mask (doesn't exists here)
Change-Id: Ic61ec552504691a725e5a3ac89bbbf730a703474
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 2ef6765..41543cb 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -216,9 +216,6 @@ on boot chmod 660 /dev/rtc0 chown system system /dev/rtc0 - # Enable DEBUG_SUSPEND, DEBUG_EXIT_SUSPEND, and DEBUG_WAKEUP - write /sys/module/wakelock/parameters/debug_mask 7 - # To allow interfaces to get v6 address when tethering is enabled write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 @@ -260,8 +257,6 @@ on boot chmod 0660 /sys/devices/virtual/graphics/fb0/rgb on post-fs - write /sys/class/power_supply/battery/shutdown_at_low_batt 1 - # Change to socket location on libkeyctrl/suntory for /data encryption # Create suntory data directory mkdir /dev/socket/suntory 0755 system system |