From c2dc28f38ca01d1f2abd35826a89040512c5d849 Mon Sep 17 00:00:00 2001 From: Jeonghwan Min Date: Mon, 28 Nov 2011 21:12:19 +0900 Subject: 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 --- init.herring.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.herring.rc') 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" -- cgit v1.1