Bug 245

Summary: lzop: new package
Product: buildroot Reporter: Olaf Rempel <razzor>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
URL: http://lists.busybox.net/pipermail/buildroot/2009-March/026272.html
Host: i686-linux Target: i686-linux
Build: i386-pc-linux-gnu
Attachments: [PATCH] lzop: new package

Description Olaf Rempel 2009-03-30 19:56:06 UTC
Created attachment 211 [details]
[PATCH] lzop: new package

lzop is a file compressor which is very similar to gzip.
lzop uses the LZO data compression library for compression services.
http://www.lzop.org/
Comment 1 Peter Korsgaard 2009-04-09 09:47:05 UTC
We don't do 'default n' in Kconfig (as that's default anyway), but otherwise looks good. Committed as r26041.