Skip to content

Commit

Permalink
109808 baseband handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Feb 19, 2013
1 parent 88b59c1 commit b432d30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BoardConfig.mk
Expand Up @@ -103,7 +103,11 @@ TARGET_CUSTOM_WIFI := ../../device/huawei/u8815/libhardware_legacy/wifi/wifi.c

# Kernel
TARGET_KERNEL_SOURCE := kernel/huawei/u8815
TARGET_KERNEL_CONFIG := cyanogenmod_u8815_defconfig
ifdef HUAWEI_109808_BASEBAND
TARGET_KERNEL_CONFIG := cyanogenmod_u8815_109808_defconfig
else
TARGET_KERNEL_CONFIG := cyanogenmod_u8815_2030_defconfig
endif
BOARD_KERNEL_CMDLINE := androidboot.hardware=huawei
BOARD_KERNEL_BASE := 0x00200000
BOARD_PAGE_SIZE := 2048
Expand Down
5 changes: 5 additions & 0 deletions device.mk
Expand Up @@ -12,6 +12,11 @@ DEVICE_PACKAGE_OVERLAYS += device/huawei/u8815/overlay
PRODUCT_AAPT_CONFIG := normal hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi

ifdef HUAWEI_109808_BASEBAND
PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.ril.v3=skipsuggestedretrytime
endif

# Video
PRODUCT_PACKAGES += \
libstagefrighthw \
Expand Down

0 comments on commit b432d30

Please sign in to comment.