| Commit message (Expand) | Author | Age | Files | Lines |
* | build: ipkg-build use fakeroot with PKG_FILE_MODES | Paul Spooren | 2020-08-31 | 1 | -5/+1 |
* | build: reduce number of files passed to ipk-remove | Eneas U de Queiroz | 2020-07-11 | 1 | -11/+8 |
* | build: call ipkg-remove using xargs if #args>=512 | Eneas U de Queiroz | 2020-07-11 | 1 | -1/+11 |
* | build: package-ipkg: avoid calling wildcard twice | Eneas U de Queiroz | 2020-07-11 | 1 | -2/+8 |
* | buildsystem: add CPE information to ipkg packages and manifest files | Florian Eckert | 2020-05-05 | 1 | -0/+1 |
* | base-files: fix build for /sbin/pkg_check | Xu Wang | 2020-01-14 | 1 | -1/+1 |
* | build: warn when packages have no associated install section | Jonas Gorski | 2019-06-25 | 1 | -0/+2 |
* | build: add support to && in DEPENDS | Eneas U de Queiroz | 2019-05-31 | 1 | -1/+2 |
* | build: formatting fixes for per-provide ABI_VERSION suffixes | Jo-Philipp Wich | 2019-01-24 | 1 | -1/+1 |
* | build: extend ABI_VERSION suffixing to provides | Jo-Philipp Wich | 2019-01-24 | 1 | -1/+1 |
* | build: Optionally provide file checksums in package metadata | Michal Hrusecky | 2019-01-22 | 1 | -0/+9 |
* | build: add ABI_VERSION to binary package names | Jo-Philipp Wich | 2019-01-19 | 1 | -6/+11 |
* | build: fix compile error when a package includes itself in PROVIDES | Felix Fietkau | 2018-07-20 | 1 | -1/+1 |
* | build: allow defining license information per binary package | Michael Heimpold | 2017-11-25 | 1 | -2/+2 |
* | build: ipkg: new field Alternatives | Yousong Zhou | 2017-05-02 | 1 | -0/+1 |
* | build: clean up redundant touching of the package install info file | Felix Fietkau | 2017-02-26 | 1 | -8/+4 |
* | build: fix package build after deleting staging dir | Felix Fietkau | 2017-02-09 | 1 | -2/+1 |
* | package-ipkg: Do not fail build without base-files | Florian Fainelli | 2017-01-24 | 1 | -0/+2 |
* | build: fix regression in handling ABI_VERSION | Felix Fietkau | 2017-01-21 | 1 | -1/+1 |
* | build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used | Felix Fietkau | 2017-01-19 | 1 | -1/+1 |
* | build: stage unstripped packages inside PKG_BUILD_DIR | Felix Fietkau | 2017-01-18 | 1 | -9/+13 |
* | build: write ABI_VERSION file when staging the package | Felix Fietkau | 2017-01-18 | 1 | -7/+1 |
* | build: introduce extra targets that contain only proper dependencies | Felix Fietkau | 2017-01-18 | 1 | -2/+2 |
* | base-files: add support for overlaying rootfs content | Rafał Miłecki | 2016-12-20 | 1 | -0/+9 |
* | build: remove stale .ipk files if package dir changes | Felix Fietkau | 2016-11-08 | 1 | -2/+2 |
* | include: properly update .install stamp files | Jo-Philipp Wich | 2016-11-02 | 1 | -8/+8 |
* | include/package-ipkg.mk: use TARGET_PATH_PKG in Package/*/install steps | Matthias Schiffer | 2016-10-06 | 1 | -0/+2 |
* | package-ipkg: do not include feeds.mk at metadata dump time to speed up scanning | Felix Fietkau | 2016-06-16 | 1 | -1/+3 |
* | package-ipkg.mk: fix Provides for packages with multiple PROVIDES entries | Matthias Schiffer | 2016-06-16 | 1 | -1/+1 |
* | include: remove unused FeedPackageDir macro arguments | Jo-Philipp Wich | 2016-04-22 | 1 | -1/+1 |
* | include: choose package output directory based on repository info | Jo-Philipp Wich | 2016-04-06 | 1 | -1/+1 |
* | package-ipkg.mk: fix typo (patch from #19540) | Felix Fietkau | 2015-04-23 | 1 | -1/+1 |
* | package-ipkg.mk: fix typo | Felix Fietkau | 2015-03-31 | 1 | -1/+1 |
* | package-ipkg.mk: add missing semicolon (#19381) | Felix Fietkau | 2015-03-31 | 1 | -1/+1 |
* | build: ensure that preinst and postrm are executable (fixes #19372) | Felix Fietkau | 2015-03-31 | 1 | -5/+6 |
* | tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/ | Felix Fietkau | 2015-03-29 | 1 | -1/+1 |
* | build: make postinst/prerm scripts executable | Felix Fietkau | 2015-03-29 | 1 | -1/+1 |
* | Fix possible fail to check for dependencies | John Crispin | 2015-02-03 | 1 | -1/+1 |
* | include: don't use extended regex for deps checking | Nicolas Thill | 2015-01-31 | 1 | -1/+1 |
* | include: use anchored patterns for dependency checking | Jo-Philipp Wich | 2015-01-29 | 1 | -1/+1 |
* | include: unbreak conffiles, postinst & prerm exports | Jo-Philipp Wich | 2014-10-24 | 1 | -1/+5 |
* | build: only print skipped packages that were selected | Felix Fietkau | 2014-10-22 | 1 | -1/+1 |
* | kernel: use /bin/sh instead of bash to speed up processing of many kmod-* pac... | Felix Fietkau | 2014-10-22 | 1 | -2/+2 |
* | build: clean up and optimize ipkg control generator code | Felix Fietkau | 2014-10-22 | 1 | -42/+52 |
* | build: optimize printing of disabled packages | Felix Fietkau | 2014-10-22 | 1 | -3/+1 |
* | build: propagate package conflicts to opkg metadata | Felix Fietkau | 2014-10-05 | 1 | -0/+5 |
* | postinst trigger: the new postinst trigger broke IB | John Crispin | 2014-09-16 | 1 | -0/+1 |
* | ipkg: add a default postinst/prerm script | John Crispin | 2014-09-11 | 1 | -3/+14 |
* | include: add a meta data field for required system user:group | John Crispin | 2014-09-11 | 1 | -0/+1 |
* | build: fix removal of old .ipk files with CONFIG_PER_FEED_REPO | Jo-Philipp Wich | 2014-08-09 | 1 | -1/+1 |