From c4d32a9e336e3d51a653bbba70bc3e5993a36c70 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 16 Feb 2018 12:10:23 -0600 Subject: /etc/init.d/config is too early in mLinux boot to read accessory cards. --- recipes-core/multitech/config/config.init | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes-core/multitech/config/config.init b/recipes-core/multitech/config/config.init index c1c4dc9..00060d7 100644 --- a/recipes-core/multitech/config/config.init +++ b/recipes-core/multitech/config/config.init @@ -32,7 +32,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}" @@ -62,12 +61,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 -- cgit v1.2.3