diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-08-14 15:56:04 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-08-14 16:00:26 +0200 |
commit | 6c7e484565c4e915acfbdb5d6492ec3b7daf1571 (patch) | |
tree | ab22b5b01d8c3445b2cfe94b2e05300ff42a012a | |
parent | b7baefaa5ca374213bfe8141cbfac7516fce1028 (diff) | |
download | device_samsung_p3100-6c7e484565c4e915acfbdb5d6492ec3b7daf1571.zip device_samsung_p3100-6c7e484565c4e915acfbdb5d6492ec3b7daf1571.tar.gz device_samsung_p3100-6c7e484565c4e915acfbdb5d6492ec3b7daf1571.tar.bz2 |
legacy sta events, common blob script cleanup
Change-Id: Ic36a629d723e1e62505a692b9d5081ca170ef6f6
-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 |