aboutsummaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
Commit message (Expand)AuthorAgeFilesLines
* base-files: fix build for /sbin/pkg_checkXu Wang2020-01-141-1/+1
* build: warn when packages have no associated install sectionJonas Gorski2019-06-251-0/+2
* build: add support to && in DEPENDSEneas U de Queiroz2019-05-311-1/+2
* build: formatting fixes for per-provide ABI_VERSION suffixesJo-Philipp Wich2019-01-241-1/+1
* build: extend ABI_VERSION suffixing to providesJo-Philipp Wich2019-01-241-1/+1
* build: Optionally provide file checksums in package metadataMichal Hrusecky2019-01-221-0/+9
* build: add ABI_VERSION to binary package namesJo-Philipp Wich2019-01-191-6/+11
* build: fix compile error when a package includes itself in PROVIDESFelix Fietkau2018-07-201-1/+1
* build: allow defining license information per binary packageMichael Heimpold2017-11-251-2/+2
* build: ipkg: new field AlternativesYousong Zhou2017-05-021-0/+1
* build: clean up redundant touching of the package install info fileFelix Fietkau2017-02-261-8/+4
* build: fix package build after deleting staging dirFelix Fietkau2017-02-091-2/+1
* package-ipkg: Do not fail build without base-filesFlorian Fainelli2017-01-241-0/+2
* build: fix regression in handling ABI_VERSIONFelix Fietkau2017-01-211-1/+1
* build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is usedFelix Fietkau2017-01-191-1/+1
* build: stage unstripped packages inside PKG_BUILD_DIRFelix Fietkau2017-01-181-9/+13
* build: write ABI_VERSION file when staging the packageFelix Fietkau2017-01-181-7/+1
* build: introduce extra targets that contain only proper dependenciesFelix Fietkau2017-01-181-2/+2
* base-files: add support for overlaying rootfs contentRafał Miłecki2016-12-201-0/+9
* build: remove stale .ipk files if package dir changesFelix Fietkau2016-11-081-2/+2
* include: properly update .install stamp filesJo-Philipp Wich2016-11-021-8/+8
* include/package-ipkg.mk: use TARGET_PATH_PKG in Package/*/install stepsMatthias Schiffer2016-10-061-0/+2
* package-ipkg: do not include feeds.mk at metadata dump time to speed up scanningFelix Fietkau2016-06-161-1/+3
* package-ipkg.mk: fix Provides for packages with multiple PROVIDES entriesMatthias Schiffer2016-06-161-1/+1
* include: remove unused FeedPackageDir macro argumentsJo-Philipp Wich2016-04-221-1/+1
* include: choose package output directory based on repository infoJo-Philipp Wich2016-04-061-1/+1
* package-ipkg.mk: fix typo (patch from #19540)Felix Fietkau2015-04-231-1/+1
* package-ipkg.mk: fix typoFelix Fietkau2015-03-311-1/+1
* package-ipkg.mk: add missing semicolon (#19381)Felix Fietkau2015-03-311-1/+1
* build: ensure that preinst and postrm are executable (fixes #19372)Felix Fietkau2015-03-311-5/+6
* tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/Felix Fietkau2015-03-291-1/+1
* build: make postinst/prerm scripts executableFelix Fietkau2015-03-291-1/+1
* Fix possible fail to check for dependenciesJohn Crispin2015-02-031-1/+1
* include: don't use extended regex for deps checkingNicolas Thill2015-01-311-1/+1
* include: use anchored patterns for dependency checkingJo-Philipp Wich2015-01-291-1/+1
* include: unbreak conffiles, postinst & prerm exportsJo-Philipp Wich2014-10-241-1/+5
* build: only print skipped packages that were selectedFelix Fietkau2014-10-221-1/+1
* kernel: use /bin/sh instead of bash to speed up processing of many kmod-* pac...Felix Fietkau2014-10-221-2/+2
* build: clean up and optimize ipkg control generator codeFelix Fietkau2014-10-221-42/+52
* build: optimize printing of disabled packagesFelix Fietkau2014-10-221-3/+1
* build: propagate package conflicts to opkg metadataFelix Fietkau2014-10-051-0/+5
* postinst trigger: the new postinst trigger broke IBJohn Crispin2014-09-161-0/+1
* ipkg: add a default postinst/prerm scriptJohn Crispin2014-09-111-3/+14
* include: add a meta data field for required system user:groupJohn Crispin2014-09-111-0/+1
* build: fix removal of old .ipk files with CONFIG_PER_FEED_REPOJo-Philipp Wich2014-08-091-1/+1
* build: introduce per feed repository supportJo-Philipp Wich2014-08-051-3/+7
* include: remove SDK exception from package install targetsJo-Philipp Wich2014-07-021-2/+2
* build: allow packages to declare ABI versions to detect necessary package reb...Felix Fietkau2014-02-231-0/+7
* build: remove SourceFile and SourceURL from opkg metadata - they are useless ...Felix Fietkau2013-12-131-2/+0
* build: print missing dependency error to stderrJonas Gorski2013-07-181-2/+2