From 661de3fd194669ea63a28c32d21ab81894470356 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 13 Jan 2023 15:49:55 -0500 Subject: [PATCH] Fix derp --- openwrtbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index 8f2154f..317147d 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -576,7 +576,7 @@ fromSource() { # Only compile our target echo "CONFIG_TARGET_MULTI_PROFILE=n" >> .config - sed -i '/CONFIG_TARGET_DEVICE_/d' myfile.txt + sed -i '/CONFIG_TARGET_DEVICE_/d' .config echo "CONFIG_TARGET_DEVICE_${P_ARR[target]//\//_}_DEVICE_${P_ARR[profile]}=y" >> .config make defconfig # normalize .config and remove dupes