klte: Really fix WiFi

Change-Id: Ib91276d3955e98dc5a5804891ea2274c8a54c40f
This commit is contained in:
Tom Marshall 2014-05-12 14:07:46 -07:00
parent b64b81af5c
commit 08f380ec12
3 changed files with 11 additions and 2 deletions

View File

@ -86,12 +86,17 @@ PRODUCT_PACKAGES += \
initlogo.rle \
init.bt.rc \
init.carrier.rc \
init.crda.sh \
init.qcom.rc \
init.qcom.usb.rc \
init.ril.rc \
init.target.rc \
ueventd.qcom.rc
# System init scripts
PRODUCT_PACKAGES += \
init.crda.sh \
init.sec.boot.sh
# HAL
PRODUCT_PACKAGES += \
copybit.msm8974 \

View File

@ -1,4 +1,4 @@
`# Copyright (C) 2012 The Android Open Source Project
# Copyright (C) 2012 The Android Open Source Project
#
# IMPORTANT: Do not create world writable files or directories.
# This is a common source of Android security bugs.

View File

@ -105,6 +105,10 @@ on boot
# for BT MAC address
mkdir /efs/bluetooth 0775 radio system
# For WiFi
chown wifi wifi /dev/rfkill
chmod 0600 /dev/rfkill
#Audience ES705 UART
chmod 0660 /dev/ttyHS3
chown system system /dev/ttyHS3