summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* allow packages to override PKG_UNPACK, HOST_UNPACKFelix Fietkau2009-02-251-2/+2
| | | | SVN-Revision: 14659
* move common variables to a dedicated include fileNicolas Thill2009-02-231-0/+13
| | | | SVN-Revision: 14648
* initialize the url field for packagesFelix Fietkau2009-02-231-0/+1
| | | | SVN-Revision: 14643
* allow a separate patch directory for host patchesFelix Fietkau2009-02-221-1/+3
| | | | SVN-Revision: 14630
* fix the host vs native stampfile dependencies to improve quilt supportFelix Fietkau2009-02-221-2/+2
| | | | SVN-Revision: 14629
* only define unpack templates if PKG_SOURCE is setFelix Fietkau2009-02-221-1/+6
| | | | SVN-Revision: 14623
* allow concurrent use of host-build.mk and package.mk as well as their templatesFelix Fietkau2009-02-223-17/+26
| | | | SVN-Revision: 14621
* eliminate redundancy by creating the quilt_used stampfile in the right placeFelix Fietkau2009-02-223-2/+2
| | | | SVN-Revision: 14620
* fix missing change from r14610Felix Fietkau2009-02-221-1/+1
| | | | SVN-Revision: 14617
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-224-118/+151
| | | | | | host-build steps SVN-Revision: 14610
* fix typoFelix Fietkau2009-02-221-1/+1
| | | | SVN-Revision: 14609
* update to 2.6.28.7 and 2.6.27.19Hauke Mehrtens2009-02-211-4/+4
| | | | SVN-Revision: 14601
* remove support for ipp2p - it's unmaintained, broken, overmatching and ↵Felix Fietkau2009-02-211-1/+0
| | | | | | undermatching => not that useful for QoS SVN-Revision: 14596
* move the EABI config override to the generic kernel config overrides, as ↵Felix Fietkau2009-02-211-0/+2
| | | | | | it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI SVN-Revision: 14594
* avoid kernel version in target if sub-targets available (usefull if we have ↵Ralph Hempel2009-02-201-1/+1
| | | | | | 2.4 and 2.6 sub-targets in parallel) SVN-Revision: 14576
* change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)Ralph Hempel2009-02-201-1/+1
| | | | SVN-Revision: 14575
* fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)Felix Fietkau2009-02-191-1/+1
| | | | SVN-Revision: 14569
* make cvs checkouts more flexible. packages must now specify either -r <tag> ↵Felix Fietkau2009-02-191-1/+1
| | | | | | or -D <date> in their source revision specification. previously date based checkouts were not supported SVN-Revision: 14566
* update to 2.6.28.6Gabor Juhos2009-02-191-3/+0
| | | | SVN-Revision: 14565
* added 2.6.28.6 checksumMarkus Wigge2009-02-181-0/+3
| | | | SVN-Revision: 14552
* genext2fs: update to 1.4.1Nicolas Thill2009-02-171-1/+1
| | | | SVN-Revision: 14536
* update to 2.6.27.17Gabor Juhos2009-02-151-2/+2
| | | | SVN-Revision: 14513
* update to 2.6.28.5Gabor Juhos2009-02-151-3/+0
| | | | SVN-Revision: 14512
* kernel: add missing definition for CONFIG_KALLSYMS_ALLFelix Fietkau2009-02-141-0/+1
| | | | SVN-Revision: 14507
* Add 2.6.28.5 md5sumMichael Büsch2009-02-131-0/+3
| | | | SVN-Revision: 14502
* netfilter: remove CHAOS, TARPIT and DELUDE referencesGabor Juhos2009-02-091-4/+0
| | | | SVN-Revision: 14461
* update to 2.6.28.4Gabor Juhos2009-02-081-2/+2
| | | | SVN-Revision: 14441
* update to 2.6.27.15Gabor Juhos2009-02-081-2/+2
| | | | SVN-Revision: 14440
* strip the .note.gnu.build-id section from kernel images, which on some ↵Felix Fietkau2009-02-021-2/+4
| | | | | | platforms can lead to unusable 3.1G kernel image files SVN-Revision: 14357
* prevent quilt from loading any configuration file (closes: #4520)Nicolas Thill2009-02-021-9/+11
| | | | SVN-Revision: 14351
* Add menuconfig option for enabling profiling in the kernel.Lars-Peter Clausen2009-01-291-0/+1
| | | | SVN-Revision: 14272
* move IPKG_STATE_DIR from ./rules.mk to ./include/package-ipkg.mk and change ↵Nicolas Thill2009-01-291-0/+2
| | | | | | its value to suit opkg SVN-Revision: 14269
* update to 2.6.28.2Gabor Juhos2009-01-281-2/+2
| | | | SVN-Revision: 14247
* remove trailing whitespace from the md5sum of the 2.6.27.13 tarball (closes ↵Gabor Juhos2009-01-251-1/+1
| | | | | | #4502) SVN-Revision: 14185
* improve support for building on mac os x by improving detection of missing ↵Felix Fietkau2009-01-251-0/+14
| | | | | | components SVN-Revision: 14180
* update to 2.6.27.13Gabor Juhos2009-01-251-2/+2
| | | | SVN-Revision: 14179
* if quilt failed whilst patching, no output was shownJohn Crispin2009-01-251-1/+1
| | | | SVN-Revision: 14178
* switch to 2.6.27.12Gabor Juhos2009-01-231-2/+2
| | | | SVN-Revision: 14157
* do not ignore exit codes of quilt anymore (by nbd)Mirko Vogt2009-01-221-1/+1
| | | | SVN-Revision: 14149
* adjust site config files for uClibc ARM EABINicolas Thill2009-01-212-0/+0
| | | | SVN-Revision: 14137
* add a menuconfig option for enabling KALLSYMS for the kernelFelix Fietkau2009-01-201-0/+3
| | | | SVN-Revision: 14122
* update to 2.6.27.11Gabor Juhos2009-01-151-2/+2
| | | | SVN-Revision: 14043
* add support for an optional staging directory for debug binariesFelix Fietkau2009-01-132-1/+28
| | | | SVN-Revision: 14018
* add support for build-only packages which do not appear in menuconfigFelix Fietkau2009-01-132-0/+2
| | | | SVN-Revision: 14009
* fix LINUX_KARCH for x86Felix Fietkau2009-01-111-1/+1
| | | | SVN-Revision: 13986
* add missing 'ac_cv_sizeof_unsigned_long_long' variableNicolas Thill2009-01-111-0/+1
| | | | SVN-Revision: 13970
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-0829-4/+144
| | | | | | (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
* make config.{guess,sub} writable before attempting to overwrite them (many ↵Felix Fietkau2009-01-061-1/+1
| | | | | | packages have broken permissions in the tarball) SVN-Revision: 13887
* add MD5 for the kernel 2.6.28Matteo Croce2008-12-251-0/+3
| | | | SVN-Revision: 13744
* fix kernel version for 2.6.27.10Gabor Juhos2008-12-201-1/+1
| | | | SVN-Revision: 13700