From c4f4edd39d832737dc5a9f99ad50ef59552dc3b8 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Fri, 3 Jan 2025 17:39:13 +0100 Subject: [PATCH] iop: Remove KConfig symbols * CONFIG_TARGET_VERSION has not been used for years, remove it. * CONFIG_TARGET_CUSTOMER is only used by one feed and is defined there as well, so the definition here is not needed, remove it. Signed-off-by: Andreas Gnau --- iop/Config.in | 7 ------- iop/Makefile | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 iop/Config.in diff --git a/iop/Config.in b/iop/Config.in deleted file mode 100644 index 8c6e90e62..000000000 --- a/iop/Config.in +++ /dev/null @@ -1,7 +0,0 @@ -config TARGET_VERSION - string - prompt "Software Version" - -config TARGET_CUSTOMER - string - prompt "Customer ID" diff --git a/iop/Makefile b/iop/Makefile index a93e7c74f..33e78b7d2 100644 --- a/iop/Makefile +++ b/iop/Makefile @@ -24,10 +24,6 @@ define Package/iop/description This package contains iopsysWrt SDK utilities endef -define Package/iop/config - source "$(SOURCE)/Config.in" -endef - define Build/Compile true endef