iop: introduce Config.in defining TARGET_CUSTOMER and TARGET_VERSION

This commit is contained in:
Sukru Senli 2022-03-08 18:53:31 +01:00
parent cb056f5898
commit a0fc9fe1d9
2 changed files with 11 additions and 0 deletions

7
iop/Config.in Normal file
View file

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

View file

@ -24,6 +24,10 @@ 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