busybox: enable truncate on bcm53xx target

It's needed for optimized sysupgrade. On host machine this change
increased busybox size by 4096 B.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki 2020-02-20 13:40:54 +01:00
parent 3f14f034fb
commit 547f1ec25a
1 changed files with 1 additions and 0 deletions

View File

@ -846,6 +846,7 @@ config BUSYBOX_DEFAULT_TRUE
default y
config BUSYBOX_DEFAULT_TRUNCATE
bool
default y if TARGET_bcm53xx
default n
config BUSYBOX_DEFAULT_TTY
bool