summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-164-16/+22
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* autoconf preset for cris, so libpcap compilesJohn Crispin2007-06-121-0/+5
| | | | SVN-Revision: 7598
* fix a typoFelix Fietkau2007-06-121-1/+1
| | | | SVN-Revision: 7587
* upgrade to 2.6.21.5Imre Kaloz2007-06-121-2/+2
| | | | SVN-Revision: 7579
* only apply recursive deps if DUMP is unsetFelix Fietkau2007-06-111-6/+8
| | | | SVN-Revision: 7572
* upgrade to linux 2.6.21.4Felix Fietkau2007-06-111-2/+2
| | | | SVN-Revision: 7563
* force build of packages when using quiltFelix Fietkau2007-06-081-1/+1
| | | | SVN-Revision: 7539
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-082-0/+34
| | | | | | with wigyori SVN-Revision: 7533
* use newer config.guess and config.sub for packages then the shipped onesImre Kaloz2007-06-082-0/+2
| | | | SVN-Revision: 7532
* package ipset for useTim Yardley2007-06-071-0/+13
| | | | SVN-Revision: 7517
* add support for jffs2 filesystems with 256k blocksize, fix taishan supportImre Kaloz2007-06-051-0/+3
| | | | SVN-Revision: 7506
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵Felix Fietkau2007-06-041-1/+11
| | | | | | the patches. Also added a target package/refresh which will do this to all packages in the buildroot SVN-Revision: 7488
* more fixes for the patching stuff (was testing it on the wrong target)Felix Fietkau2007-06-031-1/+2
| | | | SVN-Revision: 7483
* revert bogus changeFelix Fietkau2007-06-031-3/+0
| | | | SVN-Revision: 7482
* fix quilt related unpack/patch errorFelix Fietkau2007-06-031-1/+0
| | | | SVN-Revision: 7481
* quilt is now a preriquisiteFlorian Fainelli2007-06-031-0/+4
| | | | SVN-Revision: 7480
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-033-22/+62
| | | | SVN-Revision: 7474
* enable quilt for host builds and add some additional checksFelix Fietkau2007-06-032-6/+12
| | | | SVN-Revision: 7473
* Improve quilt patch handling: All quilt managed patches are checked before ↵Felix Fietkau2007-06-031-5/+13
| | | | | | the package compile is attempted SVN-Revision: 7472
* Add quilt integration for packagesFelix Fietkau2007-06-033-6/+56
| | | | | | | | | | | | | make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). SVN-Revision: 7471
* Add iprange (#1799)Florian Fainelli2007-06-021-0/+3
| | | | SVN-Revision: 7462
* fix typo introduced in last commitFelix Fietkau2007-05-311-1/+1
| | | | SVN-Revision: 7416
* fix typoMike Baker2007-05-311-3/+3
| | | | SVN-Revision: 7415
* fix typoFelix Fietkau2007-05-311-2/+2
| | | | SVN-Revision: 7414
* netfilter dscp target/match is now in xtablesFelix Fietkau2007-05-301-0/+2
| | | | SVN-Revision: 7407
* Call the Initramfs template if existingFlorian Fainelli2007-05-301-0/+1
| | | | SVN-Revision: 7394
* fix up tcpmss for the new kernel versionFelix Fietkau2007-05-261-0/+1
| | | | SVN-Revision: 7345
* fix target rescan (version kernel changes)Felix Fietkau2007-05-231-2/+2
| | | | SVN-Revision: 7317
* break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7Imre Kaloz2007-05-231-2/+2
| | | | SVN-Revision: 7315
* fix pcmcia/pccard build defaultsFelix Fietkau2007-05-191-1/+1
| | | | SVN-Revision: 7275
* change handling of target/linux/generic-2.x/files to match other targets (#1648)Mike Baker2007-05-101-3/+2
| | | | SVN-Revision: 7158
* improve metadata scanning timeFelix Fietkau2007-05-101-1/+1
| | | | SVN-Revision: 7152
* fix recursive dependencies on build directories - should lead to fewer ↵Felix Fietkau2007-05-094-15/+16
| | | | | | spontaneous rebuilds SVN-Revision: 7151
* simplify handling of zcat - always use gzip -dc. zcat and gzcat are either ↵Felix Fietkau2007-05-052-6/+3
| | | | | | broken or nonexistant on some systems SVN-Revision: 7096
* fix make kernel_menuconfig (#1637)Felix Fietkau2007-05-051-1/+1
| | | | SVN-Revision: 7094
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-293-6/+13
| | | | SVN-Revision: 7065
* Small bugfix for dependency handling - mostly for base-files and symlinksFelix Fietkau2007-04-262-3/+3
| | | | SVN-Revision: 7058
* fix kmod-* build error when wildcards are being used in $(FILES)Felix Fietkau2007-04-261-1/+1
| | | | SVN-Revision: 7052
* add workaround for occasional kernel module build failures related to kernel ↵Felix Fietkau2007-04-251-0/+1
| | | | | | config changes SVN-Revision: 7050
* add missing dependencies for autorebuildFelix Fietkau2007-04-211-1/+1
| | | | SVN-Revision: 7022
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-183-3/+3
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998
* ignore errors in the find command for dep checksFelix Fietkau2007-04-181-1/+1
| | | | SVN-Revision: 6997
* hide some junk in non-verbose modeFelix Fietkau2007-04-162-2/+2
| | | | SVN-Revision: 6979
* remove reference to unused .kernel.mkFelix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6959
* clean up dependency handling for autorebuildsFelix Fietkau2007-04-154-37/+62
| | | | SVN-Revision: 6956
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-131-0/+2
| | | | SVN-Revision: 6945
* revert find | xargs => find | exec changes - this is completely unnecessary ↵Felix Fietkau2007-04-123-14/+6
| | | | | | and introduces additional dependencies that we do not need SVN-Revision: 6942
* prereq check for find -exec +Mike Baker2007-04-121-0/+8
| | | | SVN-Revision: 6940
* minor tweaks to the verbose systemMike Baker2007-04-111-1/+5
| | | | SVN-Revision: 6936
* fix dependencies for metadata scanningFelix Fietkau2007-04-091-2/+2
| | | | SVN-Revision: 6910