aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update linux 3.3 to 3.3.1Jonas Gorski2012-04-091-2/+2
| | | | SVN-Revision: 31223
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-091-2/+2
| | | | SVN-Revision: 31222
* Add git version check to prerequisite check (#11229)Vasilis Tsiligiannis2012-04-061-2/+6
| | | | SVN-Revision: 31214
* Fix typo in GNU Make prereq checkVasilis Tsiligiannis2012-04-061-2/+2
| | | | SVN-Revision: 31213
* define external cpioJohn Crispin2012-04-051-0/+16
| | | | | | | | Allow building image with an external cpio Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31204
* prevent distro default LPATH from interferingJohn Crispin2012-04-051-0/+3
| | | | | | | | | | Attach patch unsets LPATH flag (found configured in some custom host distributions) to make OpenWRT compile its toolchain without any issues. LPATH is used on some distros to define the linkers search path. Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31203
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-011-2/+2
| | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158
* add md5sum for linux-3.3Gabor Juhos2012-03-201-0/+3
| | | | SVN-Revision: 31046
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-191-2/+2
| | | | SVN-Revision: 31028
* Enable recursive download of git sources.Jens Muecke2012-03-171-2/+2
| | | | SVN-Revision: 30967
* fix ipt_ttl and ipt_TTL userspace library packagingJo-Philipp Wich2012-03-121-4/+4
| | | | SVN-Revision: 30897
* build: unexport C_INCLUDE_PATH to prevent user settings from interfering ↵Felix Fietkau2012-03-051-0/+2
| | | | | | with the build (fixes #9865) SVN-Revision: 30830
* build: remove redundant call to $(SH_FUNC) (#8042)Felix Fietkau2012-03-051-1/+1
| | | | SVN-Revision: 30818
* kernel: update linux 3.2 to 3.2.9Gabor Juhos2012-03-011-2/+2
| | | | SVN-Revision: 30767
* build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via ↵Felix Fietkau2012-03-011-2/+4
| | | | | | lazy evaluation. this allows adding c++ specific cflags SVN-Revision: 30760
* quilt: add a NO_RECONFIGURE override for compiling a package without ↵Felix Fietkau2012-02-131-1/+2
| | | | | | re-running Build/Configure SVN-Revision: 30500
* kernel: update linux 3.2 to 3.2.5Gabor Juhos2012-02-101-2/+2
| | | | SVN-Revision: 30401
* target.mk: Trivial comment typo fixVasilis Tsiligiannis2012-02-051-1/+1
| | | | SVN-Revision: 30310
* kernel: update module names and add new config symbols for linux 3.3Jonas Gorski2012-02-021-1/+6
| | | | SVN-Revision: 29985
* kernel: update linux 3.2 to 3.2.2Jonas Gorski2012-01-311-2/+2
| | | | SVN-Revision: 29967
* kernel: update linux 3.1 to 3.1.10Jonas Gorski2012-01-311-2/+2
| | | | SVN-Revision: 29966
* kernel: update linux 3.0 to 3.0.18Jonas Gorski2012-01-311-2/+2
| | | | SVN-Revision: 29965
* autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting ↵Jo-Philipp Wich2012-01-201-1/+1
| | | | | | this SVN-Revision: 29835
* site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, ↵Jo-Philipp Wich2012-01-192-0/+10
| | | | | | used by CodeSourcery toolchain SVN-Revision: 29794
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-0/+1
| | | | SVN-Revision: 29754
* kernel: add support for linux 3.2.1Jonas Gorski2012-01-131-0/+3
| | | | SVN-Revision: 29730
* kernel: update linux 3.1 to 3.1.9Jonas Gorski2012-01-131-2/+2
| | | | SVN-Revision: 29726
* kernel: update linux 3.0 to 3.0.17Jonas Gorski2012-01-131-2/+2
| | | | SVN-Revision: 29725
* cmake.mk: fix passing of LDFLAGSJo-Philipp Wich2012-01-091-3/+4
| | | | SVN-Revision: 29701
* make prepare_kernel_conf target depend on quilt instead of sed. Preparing ↵Jo-Philipp Wich2012-01-081-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 Wich2012-01-082-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+targetJo-Philipp Wich2012-01-041-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 supportJo-Philipp Wich2012-01-041-4/+0
| | | | SVN-Revision: 29643
* package CT targetJo-Philipp Wich2011-12-251-0/+1
| | | | SVN-Revision: 29609
* image: increase squashfs block size - visibly reduces image size in many casesFelix Fietkau2011-12-131-1/+3
| | | | SVN-Revision: 29519
* include/package-ipkg.mk: fix typo in r29449Nicolas Thill2011-12-101-1/+1
| | | | SVN-Revision: 29497
* linux: update 3.1 to 3.1.4Jonas Gorski2011-12-061-2/+2
| | | | SVN-Revision: 29470
* linux: update 3.0 to 3.0.12Jonas Gorski2011-12-061-2/+2
| | | | SVN-Revision: 29469
* include/package-ipkg.mk: don't add vi backup files to packagesGabor Juhos2011-12-051-3/+3
| | | | | | Also remove trailing whitespaces. SVN-Revision: 29449
* linux: update 3.0 to 3.0.9Jonas Gorski2011-11-191-2/+2
| | | | SVN-Revision: 29264
* include/kernel.mk: don't check for modules.builtin on 2.6.32-Jonas Gorski2011-11-131-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.1Jonas Gorski2011-11-131-2/+2
| | | | SVN-Revision: 29007
* include/kernel.mk: enhance built-in/missing modules detection when packaging ↵Nicolas Thill2011-11-081-1/+4
| | | | | | kmods SVN-Revision: 28856
* build: improve reliability of PKG_CONFIG_DEPENDS, remove old .configured_* ↵Felix Fietkau2011-11-051-0/+2
| | | | | | stamps before creating a new one SVN-Revision: 28770
* package/blockmount: simplify extroot module loading logicNicolas Thill2011-10-281-1/+2
| | | | SVN-Revision: 28650
* kernel: build kmod even for modules built-inNicolas Thill2011-10-281-14/+22
| | | | SVN-Revision: 28649
* Fix kernel version check macro typoMichael Büsch2011-10-271-2/+2
| | | | SVN-Revision: 28627
* include/package-ipkg.mk: fix typoNicolas Thill2011-10-261-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 checksumJonas Gorski2011-10-241-0/+3
| | | | SVN-Revision: 28553
* autotools.mk: link config.rpath before running autoreconf, also touch ↵Jo-Philipp Wich2011-10-161-3/+3
| | | | | | ABOUT-NLS - needed by minidlna CVS version SVN-Revision: 28464