diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-08-25 16:33:44 +0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-08-25 16:33:44 +0400 |
commit | d342e5dfb4ac121656a5d4e6a04d9326d63925f2 (patch) | |
tree | c91a4bde4f6017179014678d3c2c2850d6572b82 | |
parent | 9257fb4aaa1f17157fc1f1657187944454e2b1e0 (diff) | |
parent | 6c7e484565c4e915acfbdb5d6492ec3b7daf1571 (diff) | |
download | device_samsung_p3100-d342e5dfb4ac121656a5d4e6a04d9326d63925f2.zip device_samsung_p3100-d342e5dfb4ac121656a5d4e6a04d9326d63925f2.tar.gz device_samsung_p3100-d342e5dfb4ac121656a5d4e6a04d9326d63925f2.tar.bz2 |
Merge "legacy sta events, common blob script cleanup" into jellybean
-rw-r--r-- | BoardConfigCommon.mk | 1 | ||||
-rw-r--r-- | proprietary-common-files.txt | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5ef07e8..3d1a801 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -82,6 +82,7 @@ WIFI_DRIVER_FW_PATH_P2P := "/system/etc/wifi/bcmdhd_p2p.bin" WIFI_DRIVER_MODULE_NAME := "dhd" WIFI_DRIVER_MODULE_ARG := "iface_name=wlan0 firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt" WIFI_BAND := 802_11_ABG +BOARD_LEGACY_NL80211_STA_EVENTS := true # Bluetooth BOARD_HAVE_BLUETOOTH := true diff --git a/proprietary-common-files.txt b/proprietary-common-files.txt index 1a0cd89..647ba28 100644 --- a/proprietary-common-files.txt +++ b/proprietary-common-files.txt @@ -1,6 +1,5 @@ system/bin/geomagneticd system/bin/gpsd -system/bin/hostapd system/bin/orientationd system/etc/wifi/bcmdhd_apsta.bin system/etc/wifi/bcmdhd_mfg.bin @@ -23,10 +22,7 @@ system/lib/libQmageDecoder.so system/lib/libdomx.so system/lib/libion.so system/lib/libmm_osal.so -system/lib/libril.so -system/lib/libsec-ril.so system/lib/libsecnativefeature.so -system/lib/libsecril-client.so system/lib/libtiutils.so system/vendor/bin/pvrsrvctl system/vendor/firmware/BCM4330.hcd |