From 7370fb688d47fa9585df780c5a27f2485037618a Mon Sep 17 00:00:00 2001 From: bryan Date: Sun, 29 Jan 2023 17:53:37 -0500 Subject: [PATCH] More --source cleanup --- openwrtbuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrtbuilder b/openwrtbuilder index 8938bc4..4749c92 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -654,6 +654,7 @@ fromSource() { # Only compile selected fs sed -i '/CONFIG_TARGET_ROOTFS_/d' "$SEED_FILE" + config_opts+=("CONFIG_TARGET_PER_DEVICE_ROOTFS=n") if [[ $FILESYSTEM == "squashfs" ]]; then config_opts+=("CONFIG_TARGET_ROOTFS_SQUASHFS=y") elif [[ $FILESYSTEM == "ext4" ]]; then