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