10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
config BR2_PACKAGE_BSDIFF
|
|
bool "bsdiff"
|
|
default n
|
|
select BR2_PACKAGE_BZIP2
|
|
help
|
|
Binary patch/diff like xdelta but creates smaller diffs.
|
|
Needs bzip2 support.
|
|
|
|
http://www.daemonology.net/bsdiff/
|