mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-09 10:47:34 +01:00
17 lines
235 B
Text
Executable file
17 lines
235 B
Text
Executable file
if PACKAGE_libdatamodel
|
|
choice
|
|
prompt "Select Data Model"
|
|
default tr098
|
|
|
|
config DATAMODEL_TR098
|
|
bool "TR-098"
|
|
|
|
config DATAMODEL_TR181
|
|
bool "TR-181"
|
|
endchoice
|
|
|
|
config UPNP_TR064
|
|
bool "Compile with tr064 features"
|
|
default n
|
|
|
|
endif
|