Martin Jansa 6b62cfb4c8 opkg-make-index: generate complete filelist
* when '-l Packages.filelist' option is used together with '-r Packages.old',
  then only 'new' packages are processed to create Packages.filelist
  packages found in Packages.old doesn't have fn set so get_file_list()
  was returning empty
* now added get_file_list_dir() looks for filename in pkg_dir and if it
  finds correct .ipk file it will use that to read its filelist, but it
  also means that it will always unpack *all* Packages - very slow.
* it would be nice to add new param for Packages.filelist.old and then
  filter filelist for packages used from Packages.old and merge it
  together with new Packages.filelist, but that's more difficult because
  of files structure.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 11:39:42 +01:00
2012-04-26 11:39:42 +01:00
2008-11-03 03:59:59 +00:00
2012-04-26 11:39:41 +01:00
2012-04-26 11:39:41 +01:00
2012-04-26 11:39:41 +01:00
2012-04-26 11:39:41 +01:00
2012-04-26 11:39:41 +01:00
Description
Tools for the Opkg lightweight package management system
337 KiB
Languages
Python 54.3%
Shell 44.9%
Makefile 0.8%