summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKolja Dummann <k.dummann@gmail.com>2011-05-21 17:23:37 +0200
committerKolja Dummann <k.dummann@gmail.com>2011-05-22 22:56:42 +0200
commit894838f9a27c0f0077c21b56db724b8db5c1d802 (patch)
tree9a943bee361aecb72ef927a60ff8c25296292c6f
parentd88d7aa2a22d7808aaa27413859dee1b6694a49e (diff)
downloaddevice_samsung_galaxysmtd-894838f9a27c0f0077c21b56db724b8db5c1d802.zip
device_samsung_galaxysmtd-894838f9a27c0f0077c21b56db724b8db5c1d802.tar.gz
device_samsung_galaxysmtd-894838f9a27c0f0077c21b56db724b8db5c1d802.tar.bz2
prebuild kernel and init changes for samsung ril blobs
Change-Id: I895c636247492e00c15ccf1925b5a0626cef3616
-rw-r--r--BoardConfig.mk2
-rw-r--r--bcm4329.kobin271428 -> 274432 bytes
-rw-r--r--cifs.kobin2579880 -> 2584576 bytes
-rw-r--r--galaxysmtd.mk2
-rw-r--r--init.aries.rc3
-rwxr-xr-xkernelbin2484212 -> 2484408 bytes
-rw-r--r--system.prop2
-rw-r--r--tun.kobin211244 -> 212992 bytes
8 files changed, 8 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index fd26b2b..5a2bf1b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -41,6 +41,8 @@ TARGET_BOARD_PLATFORM := s5pv210
TARGET_BOOTLOADER_BOARD_NAME := aries
TARGET_RECOVERY_INITRC := device/samsung/galaxysmtd/recovery.rc
+BOARD_MOBILEDATA_INTERFACE_NAME = "svnet0"
+
# Releasetools
TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT := ./device/samsung/aries-common/releasetools/aries_ota_from_target_files
TARGET_RELEASETOOL_IMG_FROM_TARGET_SCRIPT := ./device/samsung/aries-common/releasetools/aries_img_from_target_files
diff --git a/bcm4329.ko b/bcm4329.ko
index 51092ad..2b9a524 100644
--- a/bcm4329.ko
+++ b/bcm4329.ko
Binary files differ
diff --git a/cifs.ko b/cifs.ko
index 82030f4..057efe6 100644
--- a/cifs.ko
+++ b/cifs.ko
Binary files differ
diff --git a/galaxysmtd.mk b/galaxysmtd.mk
index 24e3d85..1a8d051 100644
--- a/galaxysmtd.mk
+++ b/galaxysmtd.mk
@@ -125,6 +125,8 @@ PRODUCT_PROPERTY_OVERRIDES := \
PRODUCT_PROPERTY_OVERRIDES += \
wifi.interface=eth0 \
wifi.supplicant_scan_interval=20 \
+ ro.telephony.ril_class=samsung \
+ mobiledata.interfaces=pdp0,eth0,gprs,ppp0 \
dalvik.vm.heapsize=32m
# enable Google-specific location features,
diff --git a/init.aries.rc b/init.aries.rc
index 60f8298..32ca9d2 100644
--- a/init.aries.rc
+++ b/init.aries.rc
@@ -170,6 +170,9 @@ on post-fs
# allow net_raw to have access to /dev/socket directory
chown root net_raw /dev/socket
chmod 0775 /dev/socket
+
+ #symlinks for samsung RIL
+ symlink /dev/mtd/mtd5ro /dev/block/bml12
# allow system to modify cpufreq control files
chown root system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
diff --git a/kernel b/kernel
index 3e8b861..5950153 100755
--- a/kernel
+++ b/kernel
Binary files differ
diff --git a/system.prop b/system.prop
index d9c4009..d5a3d09 100644
--- a/system.prop
+++ b/system.prop
@@ -2,7 +2,7 @@
# system.prop for smdkc110
#
-rild.libpath=/vendor/lib/libsec-ril.so
+rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
diff --git a/tun.ko b/tun.ko
index e26abd0..d5d09d7 100644
--- a/tun.ko
+++ b/tun.ko
Binary files differ