summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* [include] autotools.mk: remove HOST_BUILD_DEPENDS on libtooljow2010-12-181-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: set AUTOPOINT to "true", not all hosts have it ↵jow2010-12-181-1/+2
| | | | | | install and it makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: nuke 2.6.33 specific stuff, is not used by any platformjuhosg2010-12-171-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake ↵jow2010-12-151-0/+1
| | | | | | wants them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: always pass -I m4, some package don't seem to set ↵jow2010-12-151-1/+1
| | | | | | correct AMFLAGS (or any at all..) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: don't rely on shipped autogen.sh filesjow2010-12-151-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: explicately pass toolchain versions of automake, ↵jow2010-12-151-2/+12
| | | | | | autoconf, libtoolize, ... to autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add plemininary ultrasparc supportkaloz2010-12-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] jow2010-12-133-19/+69
| | | | | | | | | - implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: add yet another aclocal pathjow2010-12-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: support autoreconf at different paths, introduce ↵jow2010-12-131-10/+13
| | | | | | PKG_AUTOMAKE_PATHS which defaults to '.' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] Added autoconf flags for gettimeofday and psignal - uClibc has themcshore2010-12-121-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update kernel versionshauke2010-12-111-7/+4
| | | | | | | | Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] rework aclocal handling, packages have issues writing through ↵jow2010-12-111-0/+1
| | | | | | the symlink so keep the host aclocal as include path for now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4jow2010-12-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: remove autom4ate.cache directory when autoreconf-ingjow2010-12-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* support the autoreconf fixup without libtoolnbd2010-12-101-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: introduce PKG_REMOVE_FILES to delete certain files ↵jow2010-12-081-1/+3
| | | | | | after applying patches and before doing any fixups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: remove GNUmakefile before running autoreconf ↵jow2010-12-081-0/+1
| | | | | | (spotted libgcrypt++) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: allow disabling autoreconf, remove libdir fixupjow2010-12-081-9/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: allow autogen.sh / autoreconf to fail (for now)jow2010-12-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: if ./autogen.sh exists, call that. Call autoreconfig ↵jow2010-12-081-1/+8
| | | | | | only if configure.in or configure.ac exists git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] deploy the steamroller tactics and autoreconfigure any package ↵jow2010-12-081-37/+10
| | | | | | | | | | carring the libtool fixup, this should solve a number of issues ranging from linking into the host, syntax errors in libtool and missing make targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a ↵jow2010-12-041-14/+9
| | | | | | deprecation warning. Packages must specify PKG_BUILD_DEPENDS:=libtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [trunk/include/autotools.mk] ensure accidentally installed *.la-files (into ↵mirko2010-12-041-0/+8
| | | | | | $STAGING_DIR) are going to be removed afterwards - this actually should be done within respective package-Makefiles itself, however they need to stay compatible with libtool v1.5.x which is used in backfire, since it (may) require those files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [trunk/include/autotools.mk] disable libtool fixups in trunk globallymirko2010-12-041-13/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to the latest stable kernelskaloz2010-11-241-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the recursive dependency template to use more make evaluation - the ↵nbd2010-11-241-21/+22
| | | | | | shell command got so long that it triggered "Argument list too long" on some systems (#8231) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)nbd2010-11-221-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupkaloz2010-11-221-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportkaloz2010-11-221-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch from ext2 to ext4 (w/o) journalingkaloz2010-11-221-6/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] package-ipkg.mk: add support for "essential" package flag, fix typojow2010-11-111-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] make targets provide their KERNELNAMEflorian2010-11-081-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23919 3c298f89-4303-0410-b956-a3cf2f4a3e73
* InstallDev: Move the "find" out of the lock critical section.mb2010-11-041-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Lock copying of directory trees to the staging dir with the "staging-dir" ↵mb2010-11-041-2/+4
| | | | | | lock. This lock probably has to be taken elsewhere, too. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update kernels to 2.6.32.25 and 2.6.35.8kaloz2010-11-041-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Install of host tools has to be forced for every test, because the ↵mb2010-11-031-2/+2
| | | | | | host staging dir is cleaned prior a test. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Lock copying to STAGING_DIR_ROOT. This fixes build failures for parallelized ↵mb2010-10-291-1/+1
| | | | | | build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] add support for darcs repositoriesflorian2010-10-241-1/+18
| | | | | | | | | | | | | | | | | | | | This patch adds support for darcs repositories (as sources of packages). It does *not* add support for darcs:// URI scheme because such a scheme do not exist (AFAIK). You must therefore manually set PKG_SOURCE_PROTO to darcs in your Makefile (and use a regular http:// URI). You also have to set PKG_SOURCE_VERSION to a string matching a tag contained in the repository, and PKG_SOURCE_SUBDIR to something sensible ($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance). Same rationale as for the previous patch ("useless to most, but small and straightforward so why no add it?). Best regards, Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add md5sum for linux-2.6.36mb2010-10-201-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] netfilter: workaround a userspace/kernel mismatch on Linux 2.6.35 ↵jow2010-10-181-1/+6
| | | | | | and later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] make ModuleAutoLoad more readableflorian2010-10-181-6/+10
| | | | | | | | | | | | | | When doing a build with tracing on, the expansion of ModuleAutoLoad can get a little hairy. Using intermediate variables to name the arguments makes tracing more readable. One side effect is that if an argument is accidentally left out, we won't get all of the parameters shifted one over thanks to quoting (done in AutoLoad). Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typomb2010-10-162-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Support force-disabling per-package parallel build with ↵mb2010-10-162-2/+14
| | | | | | {PKG,HOST}_BUILD_PARALLEL:=0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set the umask in toplevel.mk instead of forcing the user to adjust itnbd2010-10-142-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] add a prereq check for umask 0022, other settings will result in ↵jow2010-10-141-0/+7
| | | | | | broken packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] quilt.mk: export PATCH for patch-kernel.shjow2010-10-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] host.mk: introduce PATCH which refers to either gpatch or patchjow2010-10-071-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] rename PATCH to KPATCHjow2010-10-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23286 3c298f89-4303-0410-b956-a3cf2f4a3e73