summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/device.mk b/device.mk
index 5eae40b..33f33e0 100755
--- a/device.mk
+++ b/device.mk
@@ -40,7 +40,6 @@ PRODUCT_PACKAGES += \
camera.tuna \
lights.tuna \
nfc.tuna \
- libpn544_fw \
power.tuna \
sensors.tuna
@@ -77,10 +76,6 @@ PRODUCT_COPY_FILES += \
$(DEVICE_FOLDER)/media_profiles.xml:system/etc/media_profiles.xml \
$(DEVICE_FOLDER)/media_codecs.xml:system/etc/media_codecs.xml
-# Wifi
-PRODUCT_COPY_FILES += \
- $(DEVICE_FOLDER)/bcmdhd.cal:system/etc/wifi/bcmdhd.cal
-
PRODUCT_PACKAGES += \
libwpa_client \
hostapd \
@@ -202,6 +197,6 @@ PRODUCT_PACKAGES += \
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
-$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
+$(call inherit-product, hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk)
$(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk)