Felix Fietkau
|
64f0b22052
build: only install packages for selected variants, fixes building multiple variant selections in one tree
|
13 lat temu |
Jo-Philipp Wich
|
a99b0363d0
package: use file_copy to deploy files/ in the package/install phase
|
13 lat temu |
Jo-Philipp Wich
|
d3e90ba7a7
buildroot: isolate the .install stamp files for build variants (#12279)
|
13 lat temu |
Felix Fietkau
|
0f6e5b76f8
build: add back the package/cleanup step to remove the root staging dir for mklibs
|
13 lat temu |
Felix Fietkau
|
44cd20b802
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once
|
13 lat temu |
Luka Perkov
|
33dadd70ab
mklibs: update to 0.1.34 (v2)
|
13 lat temu |
Jo-Philipp Wich
|
b179722c71
make sure that base-files is installed last, this allows per-target base-file overlays to work correctly
|
14 lat temu |
Felix Fietkau
|
963b90bb5a
remove postinst files for preinstalled packages
|
14 lat temu |
Jo-Philipp Wich
|
c5a65a0373
Send ipkg-make-index.sh output to stdout
|
15 lat temu |
Felix Fietkau
|
26c3d87db0
allow files/ to overwrite existing symlinks (fixes #3508)
|
15 lat temu |
Felix Fietkau
|
dd7c8797ec
make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)
|
15 lat temu |
Jo-Philipp Wich
|
e47a8a001c
revert r22372 and r22405, dependency on host libtool causes problems
|
15 lat temu |
Jo-Philipp Wich
|
ceeb9a8013
make base-files dependent on opkg host compile, fixes install errors when package/compile and package/install are invoked separately
|
15 lat temu |
Jo-Philipp Wich
|
8c1d9afc40
use host opkg for installing packages in buildroot and ImageBuilder
|
15 lat temu |
Travis Kemen
|
52564dc5e3
this patch fixes package/Makefile.
|
16 lat temu |
Felix Fietkau
|
ba1e6a68ae
fix opkg directory cleaning (#5646)
|
16 lat temu |
Felix Fietkau
|
717a6344d4
decrease verbosity of mklibs.py
|
16 lat temu |
Felix Fietkau
|
b1a2f4b2b8
integrate mklibs.py support into the build process
|
16 lat temu |
Felix Fietkau
|
4169a2e834
add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
|
16 lat temu |
Felix Fietkau
|
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
|
16 lat temu |
Lars-Peter Clausen
|
fbdb8046c2
Fix enabling of init scripts.
|
17 lat temu |
Andy Boyett
|
6b045c7dc6
Generate gzipped package lists - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg
|
17 lat temu |
Felix Fietkau
|
31a3a503cc
add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages
|
17 lat temu |
Felix Fietkau
|
2da3f6a256
fix the sdk
|
18 lat temu |
Felix Fietkau
|
21a246d5d6
add option for cleaning all ipkg info before the image build
|
18 lat temu |
Eugene Konev
|
dd44ecc578
fix image preconfiguration
|
18 lat temu |
Felix Fietkau
|
761dc0a0ae
fix a dependency bug
|
18 lat temu |
Felix Fietkau
|
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
|
18 lat temu |
Felix Fietkau
|
24179e6814
fix package/index
|
18 lat temu |
Felix Fietkau
|
cb7605f7ba
fix rootfs and init script handling
|
18 lat temu |