diff options
author | John Klug <john.klug@multitech.com> | 2018-02-16 12:10:23 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-02-16 16:09:24 -0600 |
commit | 1daf0bbeda46dbea7b287f3d69d466c826445ef4 (patch) | |
tree | e62e00653d794a5a6f647c3cd5945719687862f6 /recipes-core | |
parent | 1ded8b3f438736895c0353d374f211660c9c5d1d (diff) | |
download | meta-mlinux-1daf0bbeda46dbea7b287f3d69d466c826445ef4.tar.gz meta-mlinux-1daf0bbeda46dbea7b287f3d69d466c826445ef4.tar.bz2 meta-mlinux-1daf0bbeda46dbea7b287f3d69d466c826445ef4.zip |
/etc/init.d/config is too early in mLinux boot to read accessory cards.
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/multitech/config/config.init | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-core/multitech/config/config.init b/recipes-core/multitech/config/config.init index 05153b2..d821f4c 100644 --- a/recipes-core/multitech/config/config.init +++ b/recipes-core/multitech/config/config.init @@ -35,7 +35,6 @@ wpa_supplicant.conf \ # File hidden so it is not removed on hardware reset WIFITAR=".defaults2.tar.gz" -GETCONFIG=/sbin/get-eeprom-device-config mount_config() { echo "Mounting ${CONFIG_DIR}" @@ -65,12 +64,6 @@ mount_oem() { case $1 in start) - if ! [[ -f /run/config/device_info.json ]] ; then - [[ -d /run/config ]] || mkdir -m 755 -p /run/config - if [[ -x ${GETCONFIG} ]] ; then - ${GETCONFIG} -t1 # Radio might not be found yet. - fi - fi # mount config if not already mounted if ! grep -q "^${CONFIG_MTDB} " /proc/mounts; then mount_config |