Commit Graph

688 Commits (1685ce5f3d3c8805c9673445d9b62ce315b92997)

Author SHA1 Message Date
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
15 years ago
Hamish Guthrie ffc86f7e3a Update default configuration to use profiles
SVN-Revision: 15229
15 years ago
Felix Fietkau 4e49486b3c fix source file vs library order in a few prereq checks (#4326)
SVN-Revision: 15181
15 years ago
Felix Fietkau e744c3130a move iptable_raw to the conntrack-extra package
SVN-Revision: 15175
15 years ago
Nicolas Thill 3b53bd7ef3 accomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig when xt_recent is enabled
SVN-Revision: 15123
15 years ago
Felix Fietkau 167846e488 add support for config options checking in top-level directory stampfiles
SVN-Revision: 15112
15 years ago
Felix Fietkau 35073025b4 add a default template for Host/Install
SVN-Revision: 15110
15 years ago
Ralph Hempel e2c9a02b16 ooops, m4 is already part of the host tools
SVN-Revision: 15044
16 years ago
Ralph Hempel 1744ca64f2 added m4 to prereq check, thanks to Gerph
SVN-Revision: 15043
16 years ago
Hauke Mehrtens fc35fe7001 correct md5sum
SVN-Revision: 15025
16 years ago
Hauke Mehrtens 62595883fb update to kernel version 2.6.28.9
SVN-Revision: 15017
16 years ago
Felix Fietkau 9d8f81149f fix the path to the build dir for host packages
SVN-Revision: 14998
16 years ago
Felix Fietkau 0a81b47617 fix calling the update target for host-only builds
SVN-Revision: 14997
16 years ago
Felix Fietkau 3616727c87 fix HOST_QUILT override
SVN-Revision: 14996
16 years ago
Felix Fietkau 24dee6de52 speed up quilt imports
SVN-Revision: 14987
16 years ago
Felix Fietkau 227399122b add makefile target alias package/<name>/host/<target> for host builds
SVN-Revision: 14944
16 years ago
Hamish Guthrie b6d7bfc94f Final updates to default configuration of ps3 petitboot sub-target
SVN-Revision: 14918
16 years ago
Imre Kaloz 45a676441d update to 2.6.28.8
SVN-Revision: 14916
16 years ago
Felix Fietkau 9b96b24e32 fix quilt variable and stampfile usage for host builds
SVN-Revision: 14910
16 years ago
Felix Fietkau 510bdd3f0e fix download reverse depends
SVN-Revision: 14907
16 years ago
Felix Fietkau 7ec4ad271e add PKG_HOST_ONLY variable to prevent target builds
SVN-Revision: 14906
16 years ago
Felix Fietkau ddcfaeb1e5 move host build in packages into a separate namespace: package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants
SVN-Revision: 14905
16 years ago
Felix Fietkau 1c7a03659c remove autoconf from prereq-build.mk, as it is part of the tools/ build
SVN-Revision: 14901
16 years ago
Lars-Peter Clausen cd53668352 Bison is not a prerequirement since it's build as part of the openwrt toolchain.
SVN-Revision: 14900
16 years ago
Felix Fietkau 72faa09dff move cflags default setting to target makefiles
SVN-Revision: 14866
16 years ago
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
16 years ago
Felix Fietkau b29f9112df make the compile: host-install dependency independent of the order in which the makefiles were included
SVN-Revision: 14853
16 years ago
Felix Fietkau 252c2229f8 enable Host/Install on compile: if package.mk is included
SVN-Revision: 14852
16 years ago
Felix Fietkau 76683dc7b2 move the CONFIG_SITE export to target-local exports
SVN-Revision: 14851
16 years ago
Felix Fietkau 5810934476 fix KERNEL_PATCHVER for rc kernels
SVN-Revision: 14808
16 years ago
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
16 years ago
Felix Fietkau f00754d191 allow uml to access host.mk at DUMP time
SVN-Revision: 14743
16 years ago
Felix Fietkau 015dff9d7d get rid of one more $(shell) instance
SVN-Revision: 14741
16 years ago
Felix Fietkau 88f6e9f9fd optimize the .config dependency chain in the toplevel makefile
SVN-Revision: 14740
16 years ago
Felix Fietkau 431c9267b4 replace a few unnecessary $(shell) calls
SVN-Revision: 14739
16 years ago
Felix Fietkau f3c14b3de8 avoid repeating the same dependency multiple times
SVN-Revision: 14738
16 years ago
Felix Fietkau 882190b198 avoid implicit rules in even more places
SVN-Revision: 14737
16 years ago
Felix Fietkau 7aae9d3725 avoid using implicit rules during metadata dump to speed up the process even more
SVN-Revision: 14736
16 years ago
Felix Fietkau 127296bc45 speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions
SVN-Revision: 14734
16 years ago
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
16 years ago
Andy Boyett 4911754522 readd $(HOST_CONFIGURE_VARS) to Host/Configure/Default, missed in r14699
SVN-Revision: 14724
16 years ago
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
16 years ago
Felix Fietkau 333fc3f7e1 adjust host-build.mk to bring it closer to package.mk
SVN-Revision: 14699
16 years ago
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
16 years ago
Felix Fietkau e8b6104dde allow packages to override PKG_UNPACK, HOST_UNPACK
SVN-Revision: 14659
16 years ago
Nicolas Thill 8a2030ff3d move common variables to a dedicated include file
SVN-Revision: 14648
16 years ago
Felix Fietkau f0bc868861 initialize the url field for packages
SVN-Revision: 14643
16 years ago
Felix Fietkau f684d0a47b allow a separate patch directory for host patches
SVN-Revision: 14630
16 years ago
Felix Fietkau fb4a318970 fix the host vs native stampfile dependencies to improve quilt support
SVN-Revision: 14629
16 years ago
Felix Fietkau 610e45ae5c only define unpack templates if PKG_SOURCE is set
SVN-Revision: 14623
16 years ago
Felix Fietkau aa0778f77e allow concurrent use of host-build.mk and package.mk as well as their templates
SVN-Revision: 14621
16 years ago
Felix Fietkau bc6fcb0067 eliminate redundancy by creating the quilt_used stampfile in the right place
SVN-Revision: 14620
16 years ago
Felix Fietkau e7b01c6aa1 fix missing change from r14610
SVN-Revision: 14617
16 years ago
Felix Fietkau 7eb1589875 build system refactoring in preparation for allowing packages to do host-build steps
SVN-Revision: 14610
16 years ago
Felix Fietkau 6ccc1c8e3c fix typo
SVN-Revision: 14609
16 years ago
Hauke Mehrtens 3f085cd501 update to 2.6.28.7 and 2.6.27.19
SVN-Revision: 14601
16 years ago
Felix Fietkau 68d73be80c remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS
SVN-Revision: 14596
16 years ago
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
16 years ago
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
16 years ago
Ralph Hempel 6e590d85f3 change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)
SVN-Revision: 14575
16 years ago
Felix Fietkau 6b6c8fd100 fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)
SVN-Revision: 14569
16 years ago
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
16 years ago
Gabor Juhos 1b55cf14cc update to 2.6.28.6
SVN-Revision: 14565
16 years ago
Markus Wigge c0ac3512d9 added 2.6.28.6 checksum
SVN-Revision: 14552
16 years ago
Nicolas Thill 9b759f26c9 genext2fs: update to 1.4.1
SVN-Revision: 14536
16 years ago
Gabor Juhos 47665da430 update to 2.6.27.17
SVN-Revision: 14513
16 years ago
Gabor Juhos 97dde3b72d update to 2.6.28.5
SVN-Revision: 14512
16 years ago
Felix Fietkau 18441c327a kernel: add missing definition for CONFIG_KALLSYMS_ALL
SVN-Revision: 14507
16 years ago
Michael Büsch e2737772c2 Add 2.6.28.5 md5sum
SVN-Revision: 14502
16 years ago
Gabor Juhos e5c9f00637 netfilter: remove CHAOS, TARPIT and DELUDE references
SVN-Revision: 14461
16 years ago
Gabor Juhos a7782176f9 update to 2.6.28.4
SVN-Revision: 14441
16 years ago
Gabor Juhos 7f04c52b92 update to 2.6.27.15
SVN-Revision: 14440
16 years ago
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
16 years ago
Nicolas Thill 1f5c64d436 prevent quilt from loading any configuration file (closes: #4520)
SVN-Revision: 14351
16 years ago
Lars-Peter Clausen 24f02449ff Add menuconfig option for enabling profiling in the kernel.
SVN-Revision: 14272
16 years ago
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
16 years ago
Gabor Juhos 85963798be update to 2.6.28.2
SVN-Revision: 14247
16 years ago
Gabor Juhos e1eab1038d remove trailing whitespace from the md5sum of the 2.6.27.13 tarball (closes #4502)
SVN-Revision: 14185
16 years ago
Felix Fietkau ca8486a632 improve support for building on mac os x by improving detection of missing components
SVN-Revision: 14180
16 years ago
Gabor Juhos 2a0825b4d3 update to 2.6.27.13
SVN-Revision: 14179
16 years ago
John Crispin 3ec3f111ff if quilt failed whilst patching, no output was shown
SVN-Revision: 14178
16 years ago
Gabor Juhos 0c2e187f54 switch to 2.6.27.12
SVN-Revision: 14157
16 years ago
Mirko Vogt 35e3dbab79 do not ignore exit codes of quilt anymore (by nbd)
SVN-Revision: 14149
16 years ago
Nicolas Thill cc3e46f28e adjust site config files for uClibc ARM EABI
SVN-Revision: 14137
16 years ago
Felix Fietkau b271605228 add a menuconfig option for enabling KALLSYMS for the kernel
SVN-Revision: 14122
16 years ago
Gabor Juhos 3ca7f3bd6f update to 2.6.27.11
SVN-Revision: 14043
16 years ago
Felix Fietkau eb1c4db039 add support for an optional staging directory for debug binaries
SVN-Revision: 14018
16 years ago
Felix Fietkau 7502d4bd61 add support for build-only packages which do not appear in menuconfig
SVN-Revision: 14009
16 years ago
Felix Fietkau cdca343745 fix LINUX_KARCH for x86
SVN-Revision: 13986
16 years ago
Nicolas Thill da4a1c6b44 add missing 'ac_cv_sizeof_unsigned_long_long' variable
SVN-Revision: 13970
16 years ago
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
16 years ago
Felix Fietkau 238304231d make config.{guess,sub} writable before attempting to overwrite them (many packages have broken permissions in the tarball)
SVN-Revision: 13887
16 years ago
Matteo Croce 76ec5d14cf add MD5 for the kernel 2.6.28
SVN-Revision: 13744
16 years ago
Gabor Juhos 0675e10e68 fix kernel version for 2.6.27.10
SVN-Revision: 13700
16 years ago
Gabor Juhos 1079743cad oops, forgot the md5 of the 2.6.27.10 tarball
SVN-Revision: 13696
16 years ago
Gabor Juhos e7336673b1 update to 2.6.27.9 and refresh patches
SVN-Revision: 13659
16 years ago
Florian Fainelli ea81df0c2d Add sizeof of unsigned long long
SVN-Revision: 13627
16 years ago
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
16 years ago
Imre Kaloz 24e299f95d defrag needs to be loaded before conntrack_ipv4
SVN-Revision: 13585
16 years ago
Imre Kaloz a7cac1dc31 fix conntrack on 2.6.28
SVN-Revision: 13582
16 years ago