aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4
Commit message (Collapse)AuthorAgeFilesLines
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-0/+0
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)Nicolas Thill2007-09-021-0/+30
| | | | SVN-Revision: 8573
* revert [8473] (see [8055])Nicolas Thill2007-08-271-1/+1
| | | | SVN-Revision: 8499
* Build the quota module for 2.4 targetsFlorian Fainelli2007-08-231-1/+1
| | | | SVN-Revision: 8473
* Add kmod-ppp-synctty (#2231)Florian Fainelli2007-08-221-1/+1
| | | | SVN-Revision: 8459
* Add the ipset missing file from #1970Florian Fainelli2007-08-211-0/+38
| | | | SVN-Revision: 8454
* Addd kernel modules for NTFS (#2181)Florian Fainelli2007-08-111-1/+1
| | | | SVN-Revision: 8396
* add missing dependencies and kernel config optionsFelix Fietkau2007-07-231-0/+2
| | | | SVN-Revision: 8112
* disable ipt_quota on linux 2.4 - iptables user space no longer compiles with itFelix Fietkau2007-07-191-1/+1
| | | | SVN-Revision: 8055
* Add ipt_random moduleFlorian Fainelli2007-07-171-0/+318
| | | | SVN-Revision: 8014
* unify sysctl.conf, add extra netfilter options (#1996)Felix Fietkau2007-06-301-12/+0
| | | | SVN-Revision: 7784
* Really apply the esfq patchFlorian Fainelli2007-06-131-747/+743
| | | | SVN-Revision: 7623
* Resync brcm-2.4 kernel config and enable syncookies (#1876)Florian Fainelli2007-06-131-1/+1
| | | | SVN-Revision: 7622
* Add support for Sierra Wireless Air Card 875 (#1882)Florian Fainelli2007-06-131-0/+42
| | | | SVN-Revision: 7619
* Change index numberFlorian Fainelli2007-06-131-0/+0
| | | | SVN-Revision: 7614
* Add esfq to iproute2 and 2.4 kernel (#1891)Florian Fainelli2007-06-131-0/+747
| | | | SVN-Revision: 7612
* Add iprange (#1799)Florian Fainelli2007-06-022-0/+173
| | | | SVN-Revision: 7462
* Build nls modules (#1647)Florian Fainelli2007-05-071-8/+8
| | | | SVN-Revision: 7128
* use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spamFelix Fietkau2007-04-241-0/+12
| | | | SVN-Revision: 7043
* Fix prompt on kernel config for brcm-2.4Florian Fainelli2007-04-221-0/+1
| | | | SVN-Revision: 7034
* add nfs kernel server kmod package (patch from #1524)Felix Fietkau2007-03-271-2/+2
| | | | SVN-Revision: 6729
* Forgot the patch for CLASSIFYFlorian Fainelli2007-02-281-0/+120
| | | | SVN-Revision: 6425
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)Florian Fainelli2007-02-281-0/+1
| | | | SVN-Revision: 6424
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-221-0/+730
| | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337
* add kernel branch emulation fix from #1345Felix Fietkau2007-02-121-0/+11
| | | | SVN-Revision: 6289
* forward port missing parts of the mtd permission change in whiterussian (and ↵Felix Fietkau2007-01-271-0/+22
| | | | | | add it to linux 2.6 as well) SVN-Revision: 6224
* upgrade to Linux 2.4.34Imre Kaloz2007-01-052-1827/+0
| | | | SVN-Revision: 6000
* fix pptp nat commit - committed the wrong fileFelix Fietkau2006-12-061-683/+684
| | | | SVN-Revision: 5696
* add pptp nat fix (should fix #571, needs to be tested)Felix Fietkau2006-12-051-687/+693
| | | | SVN-Revision: 5695
* move target/image/platform to target/linux/platform/image platform ↵Mike Baker2006-11-281-0/+1
| | | | | | directories are now self contained SVN-Revision: 5669
* portability fixFelix Fietkau2006-11-281-1/+1
| | | | SVN-Revision: 5665
* upgrade to linux 2.4.33.4Felix Fietkau2006-11-245-94/+0
| | | | SVN-Revision: 5634
* deny non-root access to /dev/mtd*roFelix Fietkau2006-11-231-0/+11
| | | | SVN-Revision: 5628
* remove outdated README fileFelix Fietkau2006-11-181-98/+0
| | | | SVN-Revision: 5573
* add mini_foFelix Fietkau2006-11-171-0/+7772
| | | | SVN-Revision: 5541
* fix the backport of ipt_string by adding the linux 2.6 textsearch code in a ↵Felix Fietkau2006-11-141-117/+750
| | | | | | way that does not require adding stuff to our kernel image - linux 2.6 compatible SVN-Revision: 5527
* remove obsolete patchFelix Fietkau2006-11-041-11/+0
| | | | SVN-Revision: 5438
* add a fix for tun/tap related crashes (backported by Carlos Sobrinho)Felix Fietkau2006-10-311-0/+102
| | | | SVN-Revision: 5352
* fix a timeout on amd flash chips (patch from #874)Felix Fietkau2006-10-221-0/+39
| | | | SVN-Revision: 5262
* add another parallel build fixFelix Fietkau2006-10-181-0/+21
| | | | SVN-Revision: 5209
* move sched_use_tsc patch to generic-2.4Felix Fietkau2006-10-171-0/+84
| | | | SVN-Revision: 5187
* finally move buildroot-ng to trunkFelix Fietkau2016-03-2058-0/+115700