summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [include] add configure as package targetralph2010-10-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] package-ipkg.mk: build sysupgrade keepfile hints out of conffiles ↵jow2010-10-051-0/+15
| | | | | | | | | | not yet present in the package. This applies to config directories or files that do not exist but may be created by the user after package installation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] correct default package status info (install -> unknown) - fixes ↵jow2010-10-041-1/+1
| | | | | | "opkg_conf_write_status_files: Internal error: package ... has a NULL dest" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel]: upgrade kernel versions to the latest stable oneskaloz2010-10-041-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update 2.6.35.x to 2.6.35.7lars2010-10-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* optionally support parallel toolchain build. This defaults to off, because ↵mb2010-10-031-0/+2
| | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] prime .ipk control files with Status: field to introduce hold for ↵jow2010-10-021-0/+1
| | | | | | post flash installed packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] add support for flagging packagesjow2010-10-022-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is ↵juhosg2010-10-011-1/+1
| | | | | | not defined git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add maintainer information to menuconfig description dialogmb2010-09-301-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix build dependencies on packages with multiple variants but no selected ↵nbd2010-09-201-1/+1
| | | | | | virtual packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg:jow2010-09-121-10/+5
| | | | | | | | | | - implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] Implement an ARCH_PACKAGES variable which defaults to BOARD but ↵jow2010-09-122-3/+4
| | | | | | | | | | can be overridden on a per-subtarget basis. This is intended for targets such as adm5120 and malta which support both big and little endianess and will replace the target specific exceptions in package-defaults and Image Builder. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] pass opkg offline root as command line arg, solves caching issues ↵jow2010-09-091-2/+2
| | | | | | when switching between multiple subtargets, thanks Ralph Hempel for reporting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22990 3c298f89-4303-0410-b956-a3cf2f4a3e73