mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +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
|
||||
config BUSYBOX_DEFAULT_TRUNCATE
|
||||
bool
|
||||
default y if TARGET_bcm53xx
|
||||
default n
|
||||
config BUSYBOX_DEFAULT_TTY
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user