summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
* host.mk: Don't use bash-ismmb2010-09-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: add --force-run-hooks option to run postinstall scripts in ↵jow2010-09-061-1/+2
| | | | | | offline root mode, utilize it for host package install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] use opkg/host for package installationjow2010-09-061-7/+13
| | | | | | | | | - speeds up rebuild operations - aligns generated package list format with the one created by opkg on the target - fixes broken dependency handling in imagebuilder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)nbd2010-09-051-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] ignore vim .swp files when scanning for updates (#7867)jow2010-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a command for printing a cleaned up make target database - will be used ↵nbd2010-09-012-5/+11
| | | | | | to analyze package dependencies at some point git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Update 2.6.35.x to 2.6.35.4lars2010-08-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.33.7florian2010-08-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.32.20florian2010-08-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update kernel version to 2.6.34.5hauke2010-08-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update to 2.6.35.3mb2010-08-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an option to default the default build rule to parallel build.mb2010-08-202-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix libtool fixup for libstdc++nbd2010-08-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile errors by forcing bash to be used as a shell in all submake ↵nbd2010-08-191-1/+0
| | | | | | processes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up the ipkg build process some more by reordering commandsnbd2010-08-191-14/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up the build system by including include/shell.sh on shell commands ↵nbd2010-08-197-10/+11
| | | | | | only where necessary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also support parallel build for host-packagesmb2010-08-181-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Support parallel build of certain packagesmb2010-08-182-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add build variants support to InstallDevlars2010-08-161-4/+6
| | | | | | | | Before building a build variant would have removed the staging files installed by the previous build variant from the same makefile. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: fix kernel version check for 2.6.35juhosg2010-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add 2.6.35 md5sumflorian2010-08-081-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add kernel_nconfig make targetlars2010-08-062-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] support unpacking of .tar.xz archives, no prereq on xzcat for nowjow2010-08-061-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildsystem] revert r22372 and r22405, dependency on host libtool causes ↵jow2010-07-281-14/+8
| | | | | | problems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildsystem] use host opkg for installing packages in buildroot and ↵jow2010-07-231-8/+14
| | | | | | ImageBuilder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a build system option for collecting all kernel debug information ↵nbd2010-07-211-0/+14
| | | | | | (including modules) in a tarball git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't care about the md5sums for -rc kernelskaloz2010-07-191-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update kernel versionskaloz2010-07-191-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finalize r22241 fixesacoul2010-07-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external ↵nico2010-07-121-0/+2
| | | | | | modules in ./packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950claudio2010-07-121-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to kernel 2.6.34.1hauke2010-07-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename target/linux/generic-2.6 to genericnbd2010-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove linux 2.4 specific build system codenbd2010-06-264-22/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21951 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove linux 2.4 kernel versionsnbd2010-06-261-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] package TPROXY target and module infrastructurejow2010-06-221-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include/netfilter.mk fix typo on r21795acoul2010-06-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21796 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include/netfilter.mk: add 2.6.35 kernel supportacoul2010-06-141-3/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic-2.6: add kernel 2.6.35 preliminary supportacoul2010-06-071-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update linux kernel to 2.6.32.14nico2010-05-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update kernel to version 2.6.32.13 and 2.6.33.4hauke2010-05-231-8/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add checksum for 2.6.34, refresh 2.6.34 patches and update targets ↵lars2010-05-171-2/+3
| | | | | | from 2.6.34-rcX to 2.6.34 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build bin packages for the selected build variants (same behaviour as ↵nbd2010-05-151-0/+2
| | | | | | with ipkg builds) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* image/ext2: fix rootfs partition size after [21362]nico2010-05-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildsystem: add a macro to test options supported by the host compilernico2010-05-021-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include: rearrange image.mk, indent, reorder, change some ifeq/ifneq testsnico2010-04-291-79/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21244 3c298f89-4303-0410-b956-a3cf2f4a3e73