mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
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> (cherry picked from commit 547f1ec25af59f9e69ae3cb69d1312e63138d4bf)
This commit is contained in:
parent
a89731ad7a
commit
55c29c398c
@ -843,6 +843,7 @@ config BUSYBOX_DEFAULT_TRUE
|
||||
default y
|
||||
config BUSYBOX_DEFAULT_TRUNCATE
|
||||
bool
|
||||
default y if TARGET_bcm53xx
|
||||
default n
|
||||
config BUSYBOX_DEFAULT_TTY
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user