Merge branch 'ubus_max_len' into 'devel'

bbfdm: increase IPC max len to 20M

See merge request feed/iopsys!1980
This commit is contained in:
Vivek Dutta 2025-12-05 16:10:41 +05:30 committed by IOPSYS Dev
commit 0d384ecfa4
No known key found for this signature in database

View file

@ -107,7 +107,7 @@ endif
CMAKE_OPTIONS += \ CMAKE_OPTIONS += \
-DBBF_VENDOR_PREFIX:String="$(CONFIG_BBF_VENDOR_PREFIX)" \ -DBBF_VENDOR_PREFIX:String="$(CONFIG_BBF_VENDOR_PREFIX)" \
-DBBFDMD_MAX_MSG_LEN:Integer=10485760 \ -DBBFDMD_MAX_MSG_LEN:Integer=20971520 \
-DCMAKE_BUILD_TYPE:String="Debug" \ -DCMAKE_BUILD_TYPE:String="Debug" \