mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-20 01:20:35 +08:00
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
if PACKAGE_qosmngr
|
|
|
|
config QOSMNGR_VENDOR_PREFIX
|
|
string "Package specific datamodel Vendor Prefix for TR181 extensions"
|
|
default ""
|
|
|
|
config QOSMNGR_UBUS
|
|
bool "qos ubus object support"
|
|
default y
|
|
help
|
|
Enable this option to support the qos ubus object.
|
|
endif
|