blob: e9785172f38427bf91983b4028e4bd0d6b6ff650 (
plain)
1
2
3
4
5
6
7
8
9
|
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/
|