summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorJeonghwan Min <jh78.min@samsung.com>2011-11-28 21:12:19 +0900
committerSimon Wilson <simonwilson@google.com>2011-12-09 15:20:47 -0800
commitc2dc28f38ca01d1f2abd35826a89040512c5d849 (patch)
tree5d3fa4c9d7f8f1a3db70b98ed1f9c492149ee70b /init.herring.rc
parentec5cb2941e7b0d1901fd2bb688398ccdf1c917cf (diff)
downloaddevice_samsung_crespo-c2dc28f38ca01d1f2abd35826a89040512c5d849.zip
device_samsung_crespo-c2dc28f38ca01d1f2abd35826a89040512c5d849.tar.gz
device_samsung_crespo-c2dc28f38ca01d1f2abd35826a89040512c5d849.tar.bz2
S5PC11X : Radio : Add /data/radio directory for nv_data.bin
All nv_data will be written on the /data/radio to support ics ril. Change-Id: I0fd20a1a7df67ac28a67ecbc001edf6b376cc4fc Signed-off-by: Jeonghwan Min <jh78.min@samsung.com>
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 6d6f029..f96b476 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -34,7 +34,7 @@ on boot
on fs
mkdir /efs 0775 radio radio
- mount yaffs2 mtd@efs /efs nosuid nodev
+ mount yaffs2 mtd@efs /efs noatime nosuid nodev
chmod 770 /efs/bluetooth
chmod 770 /efs/imei
mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/system /system wait ro
@@ -56,6 +56,8 @@ on fs
# We chown/chmod /efs because mount is run as root + defaults
chown radio radio /efs
chmod 0775 /efs
+ mkdir /data/radio 0775 radio radio
+ mkdir /data/radio/log 0775 radio radio
# permissions for NFC
setprop ro.nfc.port "I2C"