aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2015-08-17 17:21:00 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-08-17 18:11:29 +0200
commitd06f73ff3a2cda4913e52d45921ff7e1b7c7f584 (patch)
treebd3c2779668e8a986b7a5dfe9b922b1828cfa133
parente1e95b8d53cbf49c77fccd8ccbfd26ef94124e78 (diff)
downloaddevice_samsung_espresso3g-d06f73ff3a2cda4913e52d45921ff7e1b7c7f584.zip
device_samsung_espresso3g-d06f73ff3a2cda4913e52d45921ff7e1b7c7f584.tar.gz
device_samsung_espresso3g-d06f73ff3a2cda4913e52d45921ff7e1b7c7f584.tar.bz2
p51xx: change fstab handling (3/3)
Previously, fstab mounting was done in init.device.rc. This caused some problems, as for some reason, init.device.rc was executed after init.tab2.rc, not before, delaying the fstab mounts. Let's symlink fstab.espresso to fstab.espresso10 for espresso10 variants instead, so we don't need to use init.device.rc to mount fstab entries anymore. Change-Id: Ie2cf9cf73268644cc8e3d550a7cccc3d1e6c76ec
-rwxr-xr-xp51xx-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/p51xx-common.mk b/p51xx-common.mk
index 8a5d414..31cbf50 100755
--- a/p51xx-common.mk
+++ b/p51xx-common.mk
@@ -26,8 +26,8 @@ PRODUCT_LOCALES += mdpi
# Ramdisk
PRODUCT_PACKAGES += \
+ fstab.espresso \
fstab.espresso10 \
- init.device.espresso10.rc \
init.espresso10.usb.rc \
init.espresso10.rc \
ueventd.espresso10.rc