- Feb 03, 2015
-
-
John Crispin authored
Few characters in filenames (a plus sign, a dot) can be interpreted specially by grep. This can lead to the omission of missing package dependency. For example if we would have "some.file.so" then it matches also "some2file.so". -F switch off special meaning of any character and -x match against whole line. Signed-off-by:
Sławomir Demeszko <s.demeszko@wireless-instruments.com> SVN-Revision: 44247
-
- Jan 31, 2015
-
-
Nicolas Thill authored
Closes: #18851 Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44224
-
- Jan 29, 2015
-
-
Jo-Philipp Wich authored
Anchor search pattern when testing dependencies, otherwise the check may succeed in cases where it shouldn't, e.g. when matching "udp_tunnel.ko" against "ip6_udp_tunnel.ko". Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44207
-
- Oct 24, 2014
-
-
Jo-Philipp Wich authored
Changeset r43017 reworked the ipkg control metadata generation but broke the export of conffiles, postinst and prerm defines. Change the code back to rely on shvar and shexport, this is required to properly output multiline contents. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43041
-
- Oct 22, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43023
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43022
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43017
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43015
-
- Oct 05, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42771
-
- Sep 16, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42571
-
- Sep 11, 2014
-
-
John Crispin authored
the postinst script enables/starts the init.d scripts upon package installation and installs the users required by the package. the prerm script stops and disables the init.d scripts. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42470
-
John Crispin authored
this is in preparation of having services run as !root with ACL'ed access to ubus. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42469
-
- Aug 09, 2014
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42090
-
- Aug 05, 2014
-
-
Jo-Philipp Wich authored
This changeset implements a new menuconfig option to generate separate repositories for each enabled package feed instead of one monolithic one. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42002
-
- Jul 02, 2014
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41459
-
- Feb 23, 2014
-
-
Felix Fietkau authored
If a package directly depends on another package that recently changed its ABI version, it will be cleaned up and rebuilt (assuming quilt is not used). This helps with packages that have no stable ABI, e.g. libubox, ubus, etc. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39720
-
- Dec 13, 2013
-
-
Felix Fietkau authored
build: remove SourceFile and SourceURL from opkg metadata - they are useless without the corresponding openwrt package directory Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39038
-
- Jul 18, 2013
-
-
Jonas Gorski authored
Allow to see the actual error even when compiling with V=w/V=1 only. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37388
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37387
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37385
-
- Feb 21, 2013
-
-
Jonas Gorski authored
Makes warnings/errors visible when building with V=w/V=1. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35715
-
- Dec 22, 2012
-
-
Felix Fietkau authored
SVN-Revision: 34871
-
- Nov 07, 2012
-
-
Jo-Philipp Wich authored
This fixes missing embedded packages if multiple build variants are selected in the build config, e.g. missing ppp if CONFIG_PACKAGE_ppp=y and CONFIG_PACKAGE_ppp-multilink=m . SVN-Revision: 34106
-
- Oct 19, 2012
-
-
Hamish Guthrie authored
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
-
- Oct 06, 2012
-
-
Felix Fietkau authored
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once SVN-Revision: 33631
-
- Jul 15, 2012
-
-
Jo-Philipp Wich authored
By flagging compile-time-installed packages as "ok", they can be differentiated from runtime-installed packages on the target later on. SVN-Revision: 32739
-
- Jun 14, 2012
-
-
Felix Fietkau authored
SVN-Revision: 32358
-
- Jun 13, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 32332
-
- Jun 11, 2012
-
-
Felix Fietkau authored
SVN-Revision: 32185
-
- Jun 10, 2012
-
-
Felix Fietkau authored
build: generate a list of provided libraries for each ipkg file (includes provided libraries from packages that the exporting package depends on) SVN-Revision: 32172
-
- Dec 10, 2011
-
-
Nicolas Thill authored
SVN-Revision: 29497
-
- Dec 05, 2011
-
-
Gabor Juhos authored
Also remove trailing whitespaces. SVN-Revision: 29449
-
- Oct 26, 2011
-
-
Nicolas Thill authored
Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d directory when the package supplied conffiles SVN-Revision: 28595
-
- Apr 03, 2011
-
-
Felix Fietkau authored
build: move the SH_FUNC eval to the beginning of the opkg control file build command chain, not in front of every single command SVN-Revision: 26432
-
Felix Fietkau authored
build: do not use shell calls to export empty opkg control files, speeds up package build and fixes some "Argument list too long" errors Patch by Thomas Langer from #8450 SVN-Revision: 26431
-
- Mar 06, 2011
-
-
Jo-Philipp Wich authored
deploy .ipk archives with --force-maintainer to ensure that configs are kept up-to-date in case they exist already for various reasons SVN-Revision: 25915
-
- Jan 16, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 25022
-
- Nov 11, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 23959
-
- Oct 29, 2010
-
-
Michael Büsch authored
SVN-Revision: 23709
-
- Oct 05, 2010
-
-
Jo-Philipp Wich authored
package-ipkg.mk: build sysupgrade keepfile hints out of conffiles not yet present in the package. This applies to config directories or files that do not exist but may be created by the user after package installation. SVN-Revision: 23257
-