| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Closes: #18851
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44224
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43023
|
|
|
|
|
|
|
|
| |
packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43022
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43017
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43015
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42771
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42571
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42090
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41459
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rebuilds
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
|
|
|
|
|
|
|
|
| |
without the corresponding openwrt package directory
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39038
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37387
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37385
|
|
|
|
|
|
|
|
| |
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35715
|
|
|
|
|
|
| |
smaller
SVN-Revision: 34871
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
during package/compile, then install all packages at once
SVN-Revision: 33631
|
|
|
|
|
|
|
| |
By flagging compile-time-installed packages as "ok", they can be differentiated
from runtime-installed packages on the target later on.
SVN-Revision: 32739
|
|
|
|
| |
SVN-Revision: 32358
|
|
|
|
| |
SVN-Revision: 32332
|
|
|
|
| |
SVN-Revision: 32185
|
|
|
|
|
|
| |
provided libraries from packages that the exporting package depends on)
SVN-Revision: 32172
|
|
|
|
| |
SVN-Revision: 29497
|
|
|
|
|
|
| |
Also remove trailing whitespaces.
SVN-Revision: 29449
|
|
|
|
|
|
|
| |
Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d
directory when the package supplied conffiles
SVN-Revision: 28595
|
|
|
|
|
|
| |
command chain, not in front of every single command
SVN-Revision: 26432
|
|
|
|
|
|
| |
package build and fixes some "Argument list too long" errors Patch by Thomas Langer from #8450
SVN-Revision: 26431
|
|
|
|
|
|
| |
up-to-date in case they exist already for various reasons
SVN-Revision: 25915
|
|
|
|
|
|
| |
ipkg-build later on
SVN-Revision: 25022
|
|
|
|
| |
SVN-Revision: 23959
|
|
|
|
|
|
| |
build.
SVN-Revision: 23709
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
"opkg_conf_write_status_files: Internal error: package ... has a NULL dest"
SVN-Revision: 23222
|
|
|
|
|
|
| |
installed packages
SVN-Revision: 23175
|
|
|
|
| |
SVN-Revision: 23172
|
|
|
|
|
|
| |
not defined
SVN-Revision: 23166
|
|
|
|
|
|
| |
to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation
SVN-Revision: 23032
|
|
|
|
|
|
| |
switching between multiple subtargets, thanks Ralph Hempel for reporting
SVN-Revision: 22990
|
|
|
|
|
|
| |
root mode, utilize it for host package install
SVN-Revision: 22960
|
|
|
|
|
|
| |
aligns generated package list format with the one created by opkg on the target - fixes broken dependency handling in imagebuilder
SVN-Revision: 22949
|
|
|
|
| |
SVN-Revision: 22722
|
|
|
|
|
|
| |
only where necessary
SVN-Revision: 22720
|