mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +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>
This commit is contained in:
parent
3f14f034fb
commit
547f1ec25a
@ -846,6 +846,7 @@ config BUSYBOX_DEFAULT_TRUE
|
|||||||
default y
|
default y
|
||||||
config BUSYBOX_DEFAULT_TRUNCATE
|
config BUSYBOX_DEFAULT_TRUNCATE
|
||||||
bool
|
bool
|
||||||
|
default y if TARGET_bcm53xx
|
||||||
default n
|
default n
|
||||||
config BUSYBOX_DEFAULT_TTY
|
config BUSYBOX_DEFAULT_TTY
|
||||||
bool
|
bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user