Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting ↵ | Jo-Philipp Wich | 2012-01-20 | 1 | -1/+1 |
| | | | | | | this SVN-Revision: 29835 | ||||
* | site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, ↵ | Jo-Philipp Wich | 2012-01-19 | 2 | -0/+10 |
| | | | | | | used by CodeSourcery toolchain SVN-Revision: 29794 | ||||
* | tools: clean up Makefiles / make ccache work | John Crispin | 2012-01-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 29754 | ||||
* | kernel: add support for linux 3.2.1 | Jonas Gorski | 2012-01-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 29730 | ||||
* | kernel: update linux 3.1 to 3.1.9 | Jonas Gorski | 2012-01-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 29726 | ||||
* | kernel: update linux 3.0 to 3.0.17 | Jonas Gorski | 2012-01-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 29725 | ||||
* | cmake.mk: fix passing of LDFLAGS | Jo-Philipp Wich | 2012-01-09 | 1 | -3/+4 |
| | | | | SVN-Revision: 29701 | ||||
* | make prepare_kernel_conf target depend on quilt instead of sed. Preparing ↵ | Jo-Philipp Wich | 2012-01-08 | 1 | -2/+2 |
| | | | | | | the source tree requires quilt and installing quilt implies installing sed. SVN-Revision: 29697 | ||||
* | include: calculate md5sum over sorted kernel config symbol list and ↵ | Jo-Philipp Wich | 2012-01-08 | 2 | -1/+6 |
| | | | | | | incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. SVN-Revision: 29686 | ||||
* | add CT target and TTL/HL match+target | Jo-Philipp Wich | 2012-01-04 | 1 | -0/+4 |
| | | | | | | | | This patch adds the CT target for conntrack (enables manipulation of conntrack events and supercedes NOTRACK) as well as the TTL/HL target and match. SVN-Revision: 29645 | ||||
* | remove current RTSP support | Jo-Philipp Wich | 2012-01-04 | 1 | -4/+0 |
| | | | | SVN-Revision: 29643 | ||||
* | package CT target | Jo-Philipp Wich | 2011-12-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 29609 | ||||
* | image: increase squashfs block size - visibly reduces image size in many cases | Felix Fietkau | 2011-12-13 | 1 | -1/+3 |
| | | | | SVN-Revision: 29519 | ||||
* | include/package-ipkg.mk: fix typo in r29449 | Nicolas Thill | 2011-12-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 29497 | ||||
* | linux: update 3.1 to 3.1.4 | Jonas Gorski | 2011-12-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 29470 | ||||
* | linux: update 3.0 to 3.0.12 | Jonas Gorski | 2011-12-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 29469 | ||||
* | include/package-ipkg.mk: don't add vi backup files to packages | Gabor Juhos | 2011-12-05 | 1 | -3/+3 |
| | | | | | | Also remove trailing whitespaces. SVN-Revision: 29449 | ||||
* | linux: update 3.0 to 3.0.9 | Jonas Gorski | 2011-11-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 29264 | ||||
* | include/kernel.mk: don't check for modules.builtin on 2.6.32- | Jonas Gorski | 2011-11-13 | 1 | -4/+8 |
| | | | | | | | modules.builtin is only available in 2.6.33 and later, so fall back to assuming it's built-in for older kernels. SVN-Revision: 29018 | ||||
* | linux: update 3.1 to 3.1.1 | Jonas Gorski | 2011-11-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 29007 | ||||
* | include/kernel.mk: enhance built-in/missing modules detection when packaging ↵ | Nicolas Thill | 2011-11-08 | 1 | -1/+4 |
| | | | | | | kmods SVN-Revision: 28856 | ||||
* | build: improve reliability of PKG_CONFIG_DEPENDS, remove old .configured_* ↵ | Felix Fietkau | 2011-11-05 | 1 | -0/+2 |
| | | | | | | stamps before creating a new one SVN-Revision: 28770 | ||||
* | package/blockmount: simplify extroot module loading logic | Nicolas Thill | 2011-10-28 | 1 | -1/+2 |
| | | | | SVN-Revision: 28650 | ||||
* | kernel: build kmod even for modules built-in | Nicolas Thill | 2011-10-28 | 1 | -14/+22 |
| | | | | SVN-Revision: 28649 | ||||
* | Fix kernel version check macro typo | Michael Büsch | 2011-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 28627 | ||||
* | include/package-ipkg.mk: fix typo | Nicolas Thill | 2011-10-26 | 1 | -1/+1 |
| | | | | | | | Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d directory when the package supplied conffiles SVN-Revision: 28595 | ||||
* | linux: add 3.1 checksum | Jonas Gorski | 2011-10-24 | 1 | -0/+3 |
| | | | | SVN-Revision: 28553 | ||||
* | autotools.mk: link config.rpath before running autoreconf, also touch ↵ | Jo-Philipp Wich | 2011-10-16 | 1 | -3/+3 |
| | | | | | | ABOUT-NLS - needed by minidlna CVS version SVN-Revision: 28464 | ||||
* | include: autotools.mk: do not fail in patch-libtool fixup if patch is ↵ | Jo-Philipp Wich | 2011-10-11 | 1 | -1/+1 |
| | | | | | | already applied SVN-Revision: 28419 | ||||
* | fix a small logic error in package download | Felix Fietkau | 2011-10-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 28395 | ||||
* | build system: add a feature that allows you to pull sources from a git tree ↵ | Felix Fietkau | 2011-10-09 | 1 | -1/+13 |
| | | | | | | instead of the usual tarball SVN-Revision: 28394 | ||||
* | kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI ↵ | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
| | | | | | | or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case SVN-Revision: 28361 | ||||
* | kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 28360 | ||||
* | build system: add support for download-time make hooks | Felix Fietkau | 2011-09-30 | 1 | -0/+5 |
| | | | | SVN-Revision: 28322 | ||||
* | image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs ↵ | Jo-Philipp Wich | 2011-09-26 | 1 | -1/+1 |
| | | | | | | -processors option SVN-Revision: 28305 | ||||
* | kernel: update to version 3.0.3 | Hauke Mehrtens | 2011-08-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 28043 | ||||
* | kernel: update kernel to version 2.6.39.4 | Hauke Mehrtens | 2011-08-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 28022 | ||||
* | include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xx | Felix Fietkau | 2011-08-12 | 2 | -0/+10 |
| | | | | SVN-Revision: 27969 | ||||
* | include/kernel.mk: fix download path for linux 3.x | Jonas Gorski | 2011-08-09 | 1 | -1/+5 |
| | | | | SVN-Revision: 27939 | ||||
* | kernel: update to kernel version 3.0.1 | Hauke Mehrtens | 2011-08-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 27918 | ||||
* | autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply ↵ | Jo-Philipp Wich | 2011-08-01 | 1 | -1/+37 |
| | | | | | | OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use. SVN-Revision: 27855 | ||||
* | only export GCC_HONOUR_COPTS for the built-in toolchain, fixes ↵ | Felix Fietkau | 2011-07-25 | 1 | -1/+3 |
| | | | | | | missing-fhonour-copts warnings with external toolchains SVN-Revision: 27771 | ||||
* | kernel.mk: Fix kernel module path for 3.0 | Jonas Gorski | 2011-07-24 | 1 | -3/+8 |
| | | | | | | | Linux 3.0 calls itself 3.0.0, so insmod expects the modules in /lib/modules/3.0.0. SVN-Revision: 27761 | ||||
* | default to using gzip with mksquashfs if lzma and xz are unavailable | Felix Fietkau | 2011-07-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 27748 | ||||
* | cmake: fix ccache command when using host ccache (patch from #9611) | Felix Fietkau | 2011-07-24 | 1 | -2/+6 |
| | | | | SVN-Revision: 27742 | ||||
* | kernel: update to linux-3.0 and refresh patches. | Hauke Mehrtens | 2011-07-22 | 1 | -0/+3 |
| | | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27722 | ||||
* | allow targets to define a default subtarget when using automatic subtarget ↵ | John Crispin | 2011-07-04 | 1 | -0/+1 |
| | | | | | | detection from r27407 SVN-Revision: 27444 | ||||
* | automatic subtarget enumaration | John Crispin | 2011-07-03 | 1 | -3/+6 |
| | | | | SVN-Revision: 27407 | ||||
* | extend squashfs padding for 256k flash sectors | John Crispin | 2011-07-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 27404 | ||||
* | generic: use padjffs2 in prepare_generic_squashfs | Gabor Juhos | 2011-07-02 | 1 | -9/+1 |
| | | | | SVN-Revision: 27356 |