mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
commit
0d384ecfa4
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ endif
|
|||
|
||||
CMAKE_OPTIONS += \
|
||||
-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" \
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue