summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* use := instead of = for PKG_CONFIG_PATH to prevent recursionnbd2011-02-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow packages to override/extend PKG_CONFIG_PATHnbd2011-02-061-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands ↵mb2011-02-051-0/+2
| | | | | | in a verbose openwrt build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.mb2011-02-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: -B is not passed on by autoreconf, use -I instead - ↵jow2011-02-021-1/+1
| | | | | | fixes PKG_MACRO_PATHS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] prepare support for libiconv, libintl stub/full switchingjow2011-02-021-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sitefile entries for ac_cv_func_creal,cimag - the functions are there, ↵nbd2011-02-011-0/+2
| | | | | | but configure tests in imagemagick fail to detect them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a template for cmake packagesnbd2011-01-311-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a missing wrapper for the refresh target for host buildsnbd2011-01-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup board specific KERNELNAME overrideskaloz2011-01-271-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.38 supports xz ramdisks, tookaloz2011-01-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] set Installed-Size to 0 when preparing control, its substituted by ↵jow2011-01-161-2/+1
| | | | | | ipkg-build later on git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add md5sum of kernel 2.6.37hauke2011-01-081-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which ↵jow2010-12-261-4/+7
| | | | | | default to ./m4, add LIBTOOL to AM_TOOL_PATHS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] netfilter.mk: fix connmark packaging for Kernels >= 2.6.35, thanks ↵jow2010-12-191-1/+2
| | | | | | Daniel Gimpelevich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: like libintl, make all libtool fixup packages depend ↵jow2010-12-191-2/+2
| | | | | | on the libiconv stub git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: add a (dummy) libintl build dependency to any ↵jow2010-12-191-2/+2
| | | | | | package using the libtool fixup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] download.mk: support https:// downloadsjow2010-12-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [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