mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
parent
b02342e752
commit
c4f4edd39d
2 changed files with 0 additions and 11 deletions
|
|
@ -1,7 +0,0 @@
|
|||
config TARGET_VERSION
|
||||
string
|
||||
prompt "Software Version"
|
||||
|
||||
config TARGET_CUSTOMER
|
||||
string
|
||||
prompt "Customer ID"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue