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