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 <andreas.gnau@iopsys.eu>
This commit is contained in:
Andreas Gnau 2025-01-03 17:39:13 +01:00
parent b02342e752
commit c4f4edd39d
No known key found for this signature in database
2 changed files with 0 additions and 11 deletions

View file

@ -1,7 +0,0 @@
config TARGET_VERSION
string
prompt "Software Version"
config TARGET_CUSTOMER
string
prompt "Customer ID"

View file

@ -24,10 +24,6 @@ define Package/iop/description
This package contains iopsysWrt SDK utilities This package contains iopsysWrt SDK utilities
endef endef
define Package/iop/config
source "$(SOURCE)/Config.in"
endef
define Build/Compile define Build/Compile
true true
endef endef