Travis Kemen
db7082d899
Updated post r19769, integrates the missing dl_method bzr hunk from #6370 , uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700
...
SVN-Revision: 20222
15 years ago
Nicolas Thill
a9dc020014
sort entries in images md5sums files
...
SVN-Revision: 20116
15 years ago
Travis Kemen
e09067b221
The attached patch replaces $(1) install by $(if $(1), $(1), install) in the definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data).
...
Then its possible to do this in ncurses Makefile:
define Build/Install
$(call Build/Install/Default, install.libs install.data)
endef
This patch does not affect anything else, as if no parameter is given,
it will use install as before.
-Raphael
SVN-Revision: 19996
15 years ago
Travis Kemen
cf7199f48b
this patch fixes toolchain parallel build, which reduces build time.
...
In order to enable parallel build, change line 21 of
include/host-build.mk from:
override MAKEFLAGS=
to:
override MAKEFLAGS=$(MAKE_JOBS)
-Raphael
SVN-Revision: 19995
15 years ago
Lars-Peter Clausen
d77662c7a3
image.mk: Adjust ubifs build behaviour to that of others image types
...
SVN-Revision: 19985
15 years ago
Matteo Croce
5ddd984cff
kernel: add 2.6.33 patches
...
SVN-Revision: 19905
15 years ago
Hauke Mehrtens
0c7b285613
kernel: update to kernel 2.6.32.9
...
SVN-Revision: 19890
15 years ago
Felix Fietkau
93489b721e
add support for marking specific kernel module packages as potentially being required for mounting the rootfs (patch by cshore)
...
SVN-Revision: 19878
15 years ago
Jo-Philipp Wich
42e453a2e3
properly package xt_comment.ko ( #6742 )
...
SVN-Revision: 19861
15 years ago
Felix Fietkau
15fecc9e6c
remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT was added
...
SVN-Revision: 19849
15 years ago
Lars-Peter Clausen
bd2e3ccd6f
autotools.mk: Don't try to fixup .la files in the DevInstall host path, because those .la files shouldn't go there anyway.
...
SVN-Revision: 19785
15 years ago
Travis Kemen
f04ad5bb5f
this patch adds support for bzr in include/download.mk, and fixes whitespace.
...
-Raphael
SVN-Revision: 19769
15 years ago
Hauke Mehrtens
a40daa8038
update kernel to version 2.4.37.9 and refresh patches
...
SVN-Revision: 19762
15 years ago
Jo-Philipp Wich
15c4e22d31
netfilter: add support for raw table and NOTRACK target ( #5504 )
...
SVN-Revision: 19721
15 years ago
Lars-Peter Clausen
d38ce9313b
autotools.mk: Add PKG_LIBTOOL_PATHS variable.
...
PKG_LIBTOOL_PATHS can be used to specify to tell libtool_fixup where to look
for libtool scripts of a package. This is useful if a package has it's libtool
script in a non-standard location or has multiple libtool scripts.
The value should be a space seperated list of paths which are relative to
$(PKG_BUILD_DIR). It defautls to $(CONFIGURE_PATH).
SVN-Revision: 19713
15 years ago
Felix Fietkau
8e808a54c2
Revert "sort Kconfig symbols automatically to make Kaloz happy :p" Relying on some sort implementations' weird behaviour of ignoring # and whitespaces at the beginning of a line is not a good idea, and it's certainly not portable
...
SVN-Revision: 19675
15 years ago
Travis Kemen
5c75e1dd02
update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolar
...
SVN-Revision: 19591
15 years ago
Gabor Juhos
03779da9c6
sort Kconfig symbols automatically to make Kaloz happy :p
...
SVN-Revision: 19582
15 years ago
Imre Kaloz
7b367d0313
with no users left, remove support for 2.6.21
...
SVN-Revision: 19578
15 years ago
Imre Kaloz
32db1d47ff
we use per-target kernel versions for 2.6 for a long time now
...
SVN-Revision: 19577
15 years ago
Lars-Peter Clausen
6f3db147b6
Allow colored output to be disabled when running a non-verbose build by setting NO_COLOR=1
...
SVN-Revision: 19560
15 years ago
Mike Baker
129a1e0714
disable stdin unless make V=99; fixes bug where compilation can stall waiting for input
...
SVN-Revision: 19511
15 years ago
Lars-Peter Clausen
93567fed7a
autotools.mk: Add libstdc++ quirk to libtool_fixup_libdir. Fixes build of packages which use libtool and link against packages which link against libstdc++
...
SVN-Revision: 19399
15 years ago
Imre Kaloz
e831384efb
update to 2.6.32.7
...
SVN-Revision: 19379
15 years ago
Gabor Juhos
6ff3e61cf7
kernel: update to 2.6.32.6
...
SVN-Revision: 19358
15 years ago
Felix Fietkau
fdf2ba873a
unset user overrides for quilt settings to prevent them from interfering with the build process ( #6553 )
...
SVN-Revision: 19332
15 years ago
Felix Fietkau
42e4f83096
fix rootfs preparation with rootfs containing files with whitespaces in the filename (based on patch from #6551 )
...
SVN-Revision: 19282
15 years ago
Imre Kaloz
a827205280
update to latest kernel versions
...
SVN-Revision: 19224
15 years ago
Felix Fietkau
4af8308788
make sure that processed directories are printed on make V=99
...
SVN-Revision: 19174
15 years ago
Jo-Philipp Wich
4d904cf081
allow download urls using the file:// schema ( #6480 )
...
SVN-Revision: 19120
15 years ago
Lars-Peter Clausen
db06ca593b
Add support for building ubifs images.
...
SVN-Revision: 19097
15 years ago
Imre Kaloz
f8834b9c70
upgrade to latest kernels
...
SVN-Revision: 19087
15 years ago
Lars-Peter Clausen
144fd07cd8
Prevent unnecessary host package rebuilds.
...
Sometimes `make install` touches a file inside the build directory, so it is
betterr to create the build stamp after calling `make install` otherwise the
package is going to be rebuild even though nothing really changed.
SVN-Revision: 19021
15 years ago
Gabor Juhos
311c91775d
kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patches
...
SVN-Revision: 18982
15 years ago
Imre Kaloz
06d8dc9329
get rid of even more 2.6.28 stuff
...
SVN-Revision: 18953
15 years ago
Nicolas Thill
fda45977ec
use a common site/linux config, since site/linux-gnu & site/linux-uclibc configs are identical
...
SVN-Revision: 18811
15 years ago
Felix Fietkau
3c74d0b385
do not download kernel sources when using an external kernel tree
...
SVN-Revision: 18777
15 years ago
Imre Kaloz
948ecb59d9
upgrade to 2.6.31.7
...
SVN-Revision: 18747
15 years ago
Jo-Philipp Wich
e830181f47
iptables: add comment match to the core package
...
SVN-Revision: 18706
15 years ago
Gabor Juhos
1b04095cb2
kernel: add md5sum for 2.6.32 final, and refresh patches
...
SVN-Revision: 18636
15 years ago
Florian Fainelli
a47b8566a1
update to 2.6.30, refresh patches
...
SVN-Revision: 18635
15 years ago
Imre Kaloz
b1b45530ab
upgrade x86 to 2.6.31.6, resync patches
...
SVN-Revision: 18609
15 years ago
Felix Fietkau
d55a046c48
ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k padding to the generic squashfs images and use them on 4k devices as well
...
SVN-Revision: 18526
15 years ago
Felix Fietkau
79fcadc146
hostapd: fix rebuild checks ( #6210 )
...
SVN-Revision: 18497
15 years ago
Felix Fietkau
f1da5431bb
build variants: only build opkg packages for the requested build variant (or any if no variant was specified for the package)
...
SVN-Revision: 18464
15 years ago
Imre Kaloz
0ebb9220a0
make lzo compressed initramfs selectable, too
...
SVN-Revision: 18457
15 years ago
Felix Fietkau
ea41d3a288
merge target kernel config files with subtarget config files and add a variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9)
...
SVN-Revision: 18362
15 years ago
Felix Fietkau
bf2fe7ea9a
automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)
...
SVN-Revision: 18361
15 years ago
Felix Fietkau
579d54038b
build system: introduce a new feature called build variants. it allows building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package
...
SVN-Revision: 18357
15 years ago
Felix Fietkau
cba2a6b1fd
fix one more instance of r18295
...
SVN-Revision: 18301
15 years ago