From 5b9f1f2f3951ce607b44d950193dc2258f75b655 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 23 Oct 2025 16:46:16 -0400 Subject: [PATCH] Re-add specific device config --- openwrtbuilder | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrtbuilder b/openwrtbuilder index 713447c..4389fc5 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -519,6 +519,8 @@ from_source() { local pkg config commit seed_file description local -a make_opts local -a config_opts=( + "CONFIG_TARGET_${TARGET%%/*}=y" + "CONFIG_TARGET_${TARGET//\//_}=y" "CONFIG_TARGET_PROFILE=DEVICE_$DEVICE" "CONFIG_TARGET_${TARGET//\//_}_DEVICE_$DEVICE=y" "CONFIG_TARGET_ROOTFS_${FILESYSTEM^^}=y"