diff --git a/target/linux/bcm27xx/base-files/lib/upgrade/platform.sh b/target/linux/bcm27xx/base-files/lib/upgrade/platform.sh index f1111fadba..3362899ca0 100644 --- a/target/linux/bcm27xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/bcm27xx/base-files/lib/upgrade/platform.sh @@ -99,6 +99,6 @@ platform_copy_config() { cp -af "$CONF_TAR" /boot/ tar -C / -zxvf "$CONF_TAR" boot/cmdline.txt boot/config.txt sync - unmount /boot + umount /boot fi }