mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
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/
|