mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-22 04:12:37 +01:00
19 lines
332 B
Text
19 lines
332 B
Text
if PACKAGE_libbbfdm
|
|
|
|
config LIBBBFDM_VENDOR_PREFIX
|
|
string "Vendor Prefix"
|
|
default "X_IOPSYS_EU_"
|
|
|
|
config BBF_TR181
|
|
bool "Compile with tr181 device features"
|
|
default y
|
|
|
|
config BBF_TR104
|
|
bool "Compile with tr104 voice features"
|
|
default y
|
|
|
|
config BBF_TR143
|
|
bool "Compile with tr143 diagnostics features"
|
|
default y
|
|
|
|
endif
|