Lars-Peter Clausen
|
cd53668352
|
Bison is not a prerequirement since it's build as part of the openwrt toolchain.
SVN-Revision: 14900
|
2009-03-16 18:54:35 +00:00 |
Felix Fietkau
|
72faa09dff
|
move cflags default setting to target makefiles
SVN-Revision: 14866
|
2009-03-14 03:17:06 +00:00 |
Felix Fietkau
|
e4a5d86b54
|
fix the target-local CONFIG_SITE export. apparently make can't do more than one of them in a single line
SVN-Revision: 14863
|
2009-03-13 16:16:54 +00:00 |
Felix Fietkau
|
b29f9112df
|
make the compile: host-install dependency independent of the order in which the makefiles were included
SVN-Revision: 14853
|
2009-03-12 14:07:08 +00:00 |
Felix Fietkau
|
252c2229f8
|
enable Host/Install on compile: if package.mk is included
SVN-Revision: 14852
|
2009-03-12 14:00:26 +00:00 |
Felix Fietkau
|
76683dc7b2
|
move the CONFIG_SITE export to target-local exports
SVN-Revision: 14851
|
2009-03-12 13:57:56 +00:00 |
Felix Fietkau
|
5810934476
|
fix KERNEL_PATCHVER for rc kernels
SVN-Revision: 14808
|
2009-03-09 15:05:57 +00:00 |
Felix Fietkau
|
b6f0cb5366
|
prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile targets, should fix usage of cross tools with host builds
SVN-Revision: 14800
|
2009-03-09 01:15:59 +00:00 |
Felix Fietkau
|
f00754d191
|
allow uml to access host.mk at DUMP time
SVN-Revision: 14743
|
2009-03-03 15:45:15 +00:00 |
Felix Fietkau
|
015dff9d7d
|
get rid of one more $(shell) instance
SVN-Revision: 14741
|
2009-03-03 15:28:57 +00:00 |
Felix Fietkau
|
88f6e9f9fd
|
optimize the .config dependency chain in the toplevel makefile
SVN-Revision: 14740
|
2009-03-03 15:08:55 +00:00 |
Felix Fietkau
|
431c9267b4
|
replace a few unnecessary $(shell) calls
SVN-Revision: 14739
|
2009-03-03 14:55:53 +00:00 |
Felix Fietkau
|
f3c14b3de8
|
avoid repeating the same dependency multiple times
SVN-Revision: 14738
|
2009-03-03 14:54:19 +00:00 |
Felix Fietkau
|
882190b198
|
avoid implicit rules in even more places
SVN-Revision: 14737
|
2009-03-03 14:16:48 +00:00 |
Felix Fietkau
|
7aae9d3725
|
avoid using implicit rules during metadata dump to speed up the process even more
SVN-Revision: 14736
|
2009-03-03 14:07:39 +00:00 |
Felix Fietkau
|
127296bc45
|
speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions
SVN-Revision: 14734
|
2009-03-03 13:54:29 +00:00 |
Ralph Hempel
|
47c78e48bd
|
don't abort if the operation is failing ( if the board is connected via NFS files might be created by root and can't be changed at this point of time )
SVN-Revision: 14729
|
2009-03-02 17:42:29 +00:00 |
Andy Boyett
|
4911754522
|
readd $(HOST_CONFIGURE_VARS) to Host/Configure/Default, missed in r14699
SVN-Revision: 14724
|
2009-03-02 03:03:21 +00:00 |
Ralph Hempel
|
6ae7a0f94f
|
added source distribution to package dump, used by our SDK (include source distributions for offline usage) added bugfix for sub-targets added bugfix for help info (thanks to Thomas)
SVN-Revision: 14703
|
2009-03-01 09:35:53 +00:00 |
Felix Fietkau
|
333fc3f7e1
|
adjust host-build.mk to bring it closer to package.mk
SVN-Revision: 14699
|
2009-02-28 21:03:17 +00:00 |
Felix Fietkau
|
5dcaa510e8
|
add staging_dir/host/lib to LD_LIBRARY_PATH so that host-built applications can install and make use of shared libraries
SVN-Revision: 14698
|
2009-02-28 21:03:06 +00:00 |
Felix Fietkau
|
e8b6104dde
|
allow packages to override PKG_UNPACK, HOST_UNPACK
SVN-Revision: 14659
|
2009-02-25 21:43:04 +00:00 |
Nicolas Thill
|
8a2030ff3d
|
move common variables to a dedicated include file
SVN-Revision: 14648
|
2009-02-23 23:52:27 +00:00 |
Felix Fietkau
|
f0bc868861
|
initialize the url field for packages
SVN-Revision: 14643
|
2009-02-23 18:51:12 +00:00 |
Felix Fietkau
|
f684d0a47b
|
allow a separate patch directory for host patches
SVN-Revision: 14630
|
2009-02-22 23:54:17 +00:00 |
Felix Fietkau
|
fb4a318970
|
fix the host vs native stampfile dependencies to improve quilt support
SVN-Revision: 14629
|
2009-02-22 23:54:05 +00:00 |
Felix Fietkau
|
610e45ae5c
|
only define unpack templates if PKG_SOURCE is set
SVN-Revision: 14623
|
2009-02-22 18:27:53 +00:00 |
Felix Fietkau
|
aa0778f77e
|
allow concurrent use of host-build.mk and package.mk as well as their templates
SVN-Revision: 14621
|
2009-02-22 18:10:05 +00:00 |
Felix Fietkau
|
bc6fcb0067
|
eliminate redundancy by creating the quilt_used stampfile in the right place
SVN-Revision: 14620
|
2009-02-22 17:50:31 +00:00 |
Felix Fietkau
|
e7b01c6aa1
|
fix missing change from r14610
SVN-Revision: 14617
|
2009-02-22 16:49:21 +00:00 |
Felix Fietkau
|
7eb1589875
|
build system refactoring in preparation for allowing packages to do host-build steps
SVN-Revision: 14610
|
2009-02-22 04:37:20 +00:00 |
Felix Fietkau
|
6ccc1c8e3c
|
fix typo
SVN-Revision: 14609
|
2009-02-22 04:36:56 +00:00 |
Hauke Mehrtens
|
3f085cd501
|
update to 2.6.28.7 and 2.6.27.19
SVN-Revision: 14601
|
2009-02-21 18:53:05 +00:00 |
Felix Fietkau
|
68d73be80c
|
remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS
SVN-Revision: 14596
|
2009-02-21 16:30:44 +00:00 |
Felix Fietkau
|
08b408a4c5
|
move the EABI config override to the generic kernel config overrides, as it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI
SVN-Revision: 14594
|
2009-02-21 16:26:27 +00:00 |
Ralph Hempel
|
3d0285a783
|
avoid kernel version in target if sub-targets available (usefull if we have 2.4 and 2.6 sub-targets in parallel)
SVN-Revision: 14576
|
2009-02-20 10:32:45 +00:00 |
Ralph Hempel
|
6e590d85f3
|
change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)
SVN-Revision: 14575
|
2009-02-20 10:30:21 +00:00 |
Felix Fietkau
|
6b6c8fd100
|
fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)
SVN-Revision: 14569
|
2009-02-19 17:19:29 +00:00 |
Felix Fietkau
|
71f2a68d52
|
make cvs checkouts more flexible. packages must now specify either -r <tag> or -D <date> in their source revision specification. previously date based checkouts were not supported
SVN-Revision: 14566
|
2009-02-19 17:16:25 +00:00 |
Gabor Juhos
|
1b55cf14cc
|
update to 2.6.28.6
SVN-Revision: 14565
|
2009-02-19 16:11:07 +00:00 |
Markus Wigge
|
c0ac3512d9
|
added 2.6.28.6 checksum
SVN-Revision: 14552
|
2009-02-18 17:42:32 +00:00 |
Nicolas Thill
|
9b759f26c9
|
genext2fs: update to 1.4.1
SVN-Revision: 14536
|
2009-02-17 03:05:10 +00:00 |
Gabor Juhos
|
47665da430
|
update to 2.6.27.17
SVN-Revision: 14513
|
2009-02-15 07:47:12 +00:00 |
Gabor Juhos
|
97dde3b72d
|
update to 2.6.28.5
SVN-Revision: 14512
|
2009-02-15 06:26:27 +00:00 |
Felix Fietkau
|
18441c327a
|
kernel: add missing definition for CONFIG_KALLSYMS_ALL
SVN-Revision: 14507
|
2009-02-14 14:10:44 +00:00 |
Michael Büsch
|
e2737772c2
|
Add 2.6.28.5 md5sum
SVN-Revision: 14502
|
2009-02-13 17:55:28 +00:00 |
Gabor Juhos
|
e5c9f00637
|
netfilter: remove CHAOS, TARPIT and DELUDE references
SVN-Revision: 14461
|
2009-02-09 13:27:39 +00:00 |
Gabor Juhos
|
a7782176f9
|
update to 2.6.28.4
SVN-Revision: 14441
|
2009-02-08 13:01:28 +00:00 |
Gabor Juhos
|
7f04c52b92
|
update to 2.6.27.15
SVN-Revision: 14440
|
2009-02-08 12:32:39 +00:00 |
Felix Fietkau
|
7b1820a1b7
|
strip the .note.gnu.build-id section from kernel images, which on some platforms can lead to unusable 3.1G kernel image files
SVN-Revision: 14357
|
2009-02-02 16:39:28 +00:00 |
Nicolas Thill
|
1f5c64d436
|
prevent quilt from loading any configuration file (closes: #4520)
SVN-Revision: 14351
|
2009-02-02 07:41:01 +00:00 |
Lars-Peter Clausen
|
24f02449ff
|
Add menuconfig option for enabling profiling in the kernel.
SVN-Revision: 14272
|
2009-01-29 23:52:35 +00:00 |
Nicolas Thill
|
1be5092692
|
move IPKG_STATE_DIR from ./rules.mk to ./include/package-ipkg.mk and change its value to suit opkg
SVN-Revision: 14269
|
2009-01-29 20:13:01 +00:00 |
Gabor Juhos
|
85963798be
|
update to 2.6.28.2
SVN-Revision: 14247
|
2009-01-28 15:47:34 +00:00 |
Gabor Juhos
|
e1eab1038d
|
remove trailing whitespace from the md5sum of the 2.6.27.13 tarball (closes #4502)
SVN-Revision: 14185
|
2009-01-25 20:31:26 +00:00 |
Felix Fietkau
|
ca8486a632
|
improve support for building on mac os x by improving detection of missing components
SVN-Revision: 14180
|
2009-01-25 19:00:43 +00:00 |
Gabor Juhos
|
2a0825b4d3
|
update to 2.6.27.13
SVN-Revision: 14179
|
2009-01-25 18:33:19 +00:00 |
John Crispin
|
3ec3f111ff
|
if quilt failed whilst patching, no output was shown
SVN-Revision: 14178
|
2009-01-25 17:28:11 +00:00 |
Gabor Juhos
|
0c2e187f54
|
switch to 2.6.27.12
SVN-Revision: 14157
|
2009-01-23 13:30:27 +00:00 |
Mirko Vogt
|
35e3dbab79
|
do not ignore exit codes of quilt anymore (by nbd)
SVN-Revision: 14149
|
2009-01-22 22:01:39 +00:00 |
Nicolas Thill
|
cc3e46f28e
|
adjust site config files for uClibc ARM EABI
SVN-Revision: 14137
|
2009-01-21 16:48:45 +00:00 |
Felix Fietkau
|
b271605228
|
add a menuconfig option for enabling KALLSYMS for the kernel
SVN-Revision: 14122
|
2009-01-20 21:09:04 +00:00 |
Gabor Juhos
|
3ca7f3bd6f
|
update to 2.6.27.11
SVN-Revision: 14043
|
2009-01-15 13:40:35 +00:00 |
Felix Fietkau
|
eb1c4db039
|
add support for an optional staging directory for debug binaries
SVN-Revision: 14018
|
2009-01-13 03:21:25 +00:00 |
Felix Fietkau
|
7502d4bd61
|
add support for build-only packages which do not appear in menuconfig
SVN-Revision: 14009
|
2009-01-13 02:02:56 +00:00 |
Felix Fietkau
|
cdca343745
|
fix LINUX_KARCH for x86
SVN-Revision: 13986
|
2009-01-11 21:35:26 +00:00 |
Nicolas Thill
|
da4a1c6b44
|
add missing 'ac_cv_sizeof_unsigned_long_long' variable
SVN-Revision: 13970
|
2009-01-11 01:23:38 +00:00 |
Nicolas Thill
|
a3edea1b91
|
add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
SVN-Revision: 13931
|
2009-01-08 01:49:11 +00:00 |
Felix Fietkau
|
238304231d
|
make config.{guess,sub} writable before attempting to overwrite them (many packages have broken permissions in the tarball)
SVN-Revision: 13887
|
2009-01-06 15:08:27 +00:00 |
Matteo Croce
|
76ec5d14cf
|
add MD5 for the kernel 2.6.28
SVN-Revision: 13744
|
2008-12-25 17:09:30 +00:00 |
Gabor Juhos
|
0675e10e68
|
fix kernel version for 2.6.27.10
SVN-Revision: 13700
|
2008-12-20 13:02:11 +00:00 |
Gabor Juhos
|
1079743cad
|
oops, forgot the md5 of the 2.6.27.10 tarball
SVN-Revision: 13696
|
2008-12-19 19:31:45 +00:00 |
Gabor Juhos
|
e7336673b1
|
update to 2.6.27.9 and refresh patches
SVN-Revision: 13659
|
2008-12-16 10:37:14 +00:00 |
Florian Fainelli
|
ea81df0c2d
|
Add sizeof of unsigned long long
SVN-Revision: 13627
|
2008-12-14 17:10:15 +00:00 |
Nicolas Thill
|
0bbd70070f
|
add an "Installed-Size" field to package control files, so that opkg could check needed vs. available storage space before installing a package
SVN-Revision: 13602
|
2008-12-11 20:15:41 +00:00 |
Imre Kaloz
|
24e299f95d
|
defrag needs to be loaded before conntrack_ipv4
SVN-Revision: 13585
|
2008-12-10 18:44:46 +00:00 |
Imre Kaloz
|
a7cac1dc31
|
fix conntrack on 2.6.28
SVN-Revision: 13582
|
2008-12-10 16:00:04 +00:00 |
Gabor Juhos
|
4992a87aeb
|
update to 2.6.27.8 and refresh patches
SVN-Revision: 13528
|
2008-12-06 09:59:55 +00:00 |
Imre Kaloz
|
8375b83015
|
use the default kernel target on powerpc
SVN-Revision: 13357
|
2008-11-26 09:51:36 +00:00 |
Imre Kaloz
|
752054346a
|
update to 2.6.27.7
SVN-Revision: 13347
|
2008-11-25 13:54:46 +00:00 |
Nicolas Thill
|
6b392a4f9f
|
allow cvs/git/hg/svn wrap_mirror to work for host tools as well
SVN-Revision: 13313
|
2008-11-22 04:38:20 +00:00 |
Imre Kaloz
|
7d09c0b086
|
update to 2.6.27.6
SVN-Revision: 13261
|
2008-11-17 17:22:30 +00:00 |
Gabor Juhos
|
88cda758c3
|
update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a patch by Hauke Mehrtens * closes #4193
SVN-Revision: 13192
|
2008-11-12 17:49:01 +00:00 |
Steven Barth
|
9d0f42d50a
|
Disable LuCI in default build config as it should be enabled manually for building release builds
SVN-Revision: 13187
|
2008-11-11 21:44:58 +00:00 |
Nicolas Thill
|
3691a072cc
|
bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - bumb busybox release number
SVN-Revision: 13180
|
2008-11-11 03:02:26 +00:00 |
Gabor Juhos
|
d35bad03e3
|
update to 2.6.25.19, and refresh patches
SVN-Revision: 13137
|
2008-11-07 08:44:56 +00:00 |
Felix Fietkau
|
2c638cf43b
|
enable luci-admin-mini by default as suggested by cyrus
SVN-Revision: 13133
|
2008-11-06 19:36:08 +00:00 |
Florian Fainelli
|
aa90a702db
|
Use 2.6.27.4 kernel version
SVN-Revision: 13055
|
2008-10-28 11:19:24 +00:00 |
Felix Fietkau
|
38b513811c
|
fix conditional depends in ipkg control files
SVN-Revision: 13051
|
2008-10-27 17:24:27 +00:00 |
Florian Fainelli
|
1ac53fbf06
|
Update to 2.6.26.7
SVN-Revision: 13036
|
2008-10-23 09:16:00 +00:00 |
Florian Fainelli
|
30d2200e7d
|
Update targets to 2.6.27.3
SVN-Revision: 13035
|
2008-10-23 09:11:10 +00:00 |
Felix Fietkau
|
40b5e7a30d
|
fix prepare error with brcm-2.4 and missing files/ (thx, thepeople)
SVN-Revision: 13021
|
2008-10-21 19:26:36 +00:00 |
Felix Fietkau
|
1e570a9288
|
change the way ./files* and the generic kernel files are applied. ./files now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers.
SVN-Revision: 13010
|
2008-10-18 21:43:30 +00:00 |
Felix Fietkau
|
cd35be21af
|
one more instance of r13005
SVN-Revision: 13007
|
2008-10-18 20:16:40 +00:00 |
Felix Fietkau
|
87e0a3cf0f
|
don't overwrite .config if it's a symlink (fixes scripts/env problems)
SVN-Revision: 13005
|
2008-10-18 19:37:34 +00:00 |
Gabor Juhos
|
19b0e56ba7
|
refresh patches against 2.6.27 final
SVN-Revision: 12987
|
2008-10-15 19:30:21 +00:00 |
Felix Fietkau
|
b08f551711
|
add md5sum for final linux 2.6.27
SVN-Revision: 12982
|
2008-10-14 12:29:41 +00:00 |
Hamish Guthrie
|
86ac8bc7ea
|
Adds support for using a local clone of a git tree
SVN-Revision: 12941
|
2008-10-10 10:07:45 +00:00 |
Felix Fietkau
|
beb83c1e59
|
add function names to quilt-generated patch files to make patches more readable
SVN-Revision: 12938
|
2008-10-10 01:44:55 +00:00 |
Felix Fietkau
|
cb73e4ad91
|
fix inotify detection for linux 2.4 (fixes glib2 and packages that depend on it on brcm-2.4)
SVN-Revision: 12896
|
2008-10-08 12:07:14 +00:00 |