mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-22 20:24:02 +01:00
Added a ubus method `bbf.secure` which allows encoding/decoding of values using sha512 hash or with a RSA private/public key pair
23 lines
563 B
Text
23 lines
563 B
Text
config BBF_VENDOR_LIST
|
|
string "Vendor List"
|
|
default "iopsys"
|
|
|
|
config BBF_VENDOR_PREFIX
|
|
string "Vendor Prefix"
|
|
default "X_IOPSYS_EU_"
|
|
|
|
config BBF_OBFUSCATION_KEY
|
|
string "Obfuscation key"
|
|
default "371d530c95a17d1ca223a29b7a6cdc97e1135c1e0959b51106cca91a0b148b5e42742d372a359760742803f2a44bd88fca67ccdcfaeed26d02ce3b6049cb1e04"
|
|
|
|
config BBF_TR143
|
|
bool "Enable TR-143 Data Model Support"
|
|
default y
|
|
|
|
config BBF_TR471
|
|
bool "Enable TR-471 Data Model Support"
|
|
default y
|
|
|
|
config BBF_MAX_OBJECT_INSTANCES
|
|
int "Maximum number of instances per object"
|
|
default 255
|