4683420c4c
'default n' is the default, so there's no need to say it explicitly.
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
config BR2_PACKAGE_BSDIFF
|
|
bool "bsdiff"
|
|
select BR2_PACKAGE_BZIP2
|
|
help
|
|
Binary patch/diff like xdelta but creates smaller diffs.
|
|
Needs bzip2 support.
|
|
|
|
http://www.daemonology.net/bsdiff/
|