opkg: switch to LEDE fork (#120, #551, #571)
authorJo-Philipp Wich <jo@mein.io>
Thu, 16 Feb 2017 16:36:47 +0000 (17:36 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sat, 8 Apr 2017 12:31:27 +0000 (14:31 +0200)
commit5aa97e35dec1783c98d0f28502b2d16879ffc8ee
tree3bcf69f7cbc2c6b7574e8b4ce8de9dc41331e470
parent7099bb19b50d74d3a400aa3a60e0b7ba0157bc1e
opkg: switch to LEDE fork (#120, #551, #571)

Cherry-pick the following commits from master to bump opkg in LEDE 17.01:

b65dc04712 opkg: switch to own fork to improve memory usage
55ffc38004 opkg: re-enable usign support
19720a6f03 opkg: fix handling conffiles in status lists
9e4555f58d opkg: fix stray printf() (#551)
ebf846b005 opkg: mark as essential (FS#571)
aedd5d5cb0 opkg: fix several package installation bugs
48ae44d033 opkg: gracefully handle missing $PATH, fix build warnings
1449b52f02 opkg: backport upstream fixes, code cleanups

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
30 files changed:
package/system/opkg/Makefile
package/system/opkg/patches/001-ship-pkg-m4.patch [deleted file]
package/system/opkg/patches/002-no-shave.patch [deleted file]
package/system/opkg/patches/004-host_cpu.patch [deleted file]
package/system/opkg/patches/007-force_static.patch [deleted file]
package/system/opkg/patches/009-remove-upgrade-all.patch [deleted file]
package/system/opkg/patches/011-old-config-location.patch [deleted file]
package/system/opkg/patches/012-strip-trailing-conffiles-whitespace.patch [deleted file]
package/system/opkg/patches/014-errors-to-stderr.patch [deleted file]
package/system/opkg/patches/020-avoid_getline.patch [deleted file]
package/system/opkg/patches/030-fix-double-free.patch [deleted file]
package/system/opkg/patches/040-wrap-descriptions-only-on-ttys.patch [deleted file]
package/system/opkg/patches/050-add-case-insensitive-flag.patch [deleted file]
package/system/opkg/patches/060-add-find-command.patch [deleted file]
package/system/opkg/patches/070-use_external_gzip.patch [deleted file]
package/system/opkg/patches/071-use_gzipped_pkg_list.patch [deleted file]
package/system/opkg/patches/080-suppress-blank-package-fields.patch [deleted file]
package/system/opkg/patches/090-suppress-blank-provides-field.patch [deleted file]
package/system/opkg/patches/100-add-force-checksum.patch [deleted file]
package/system/opkg/patches/110-upgrade.patch [deleted file]
package/system/opkg/patches/200-usign_support.patch [deleted file]
package/system/opkg/patches/210-add-force-signature.patch [deleted file]
package/system/opkg/patches/220-drop-release-support.patch [deleted file]
package/system/opkg/patches/230-drop_md5_support.patch [deleted file]
package/system/opkg/patches/240-fix-force-checksum-for-sha256.patch [deleted file]
package/system/opkg/patches/250-add-lists-dir-switch.patch [deleted file]
package/system/opkg/patches/260-add-print-package-size.patch [deleted file]
package/system/opkg/patches/270-fix-use-after-free.patch [deleted file]
package/system/opkg/patches/280-call-prerm-and-postrm-scripts-on-upgrade.patch [deleted file]
package/system/opkg/patches/290-clarify-download-errors.patch [deleted file]