bbfdm/openwrt/bbf/Config_bbfdm.in
Daniel Danzberger 194d04e121 Add openwrt makefile
With this in source openwrt/ directory you can now build this repo
directly from the current local git HEAD, without updating any external feed.

Example feeds.conf entry:
---
src-link bbf /home/daniel/prpl/bbf
---

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2020-05-18 15:48:21 +02:00

27 lines
481 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
config BBF_TR157
bool "Compile with tr157 bulkdata collector features"
default y
config BBF_TR064
bool "Compile with tr064 features"
default n
endif