aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4
Commit message (Collapse)AuthorAgeFilesLines
* brcm-2.4: add support for 8-bit flash bus widthFelix Fietkau2010-01-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sort all target config filesImre Kaloz2009-11-111-58/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable multicast routing for linux 2.4 (#6037)Felix Fietkau2009-11-051-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ipset support from core, it is now provided by xtables-addons from ↵Nicolas Thill2009-10-0313-5763/+24
| | | | | | the packages feed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] refresh patchesAndy Boyett2009-09-1023-184/+139
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] remove nat pptp conntracking patchAndy Boyett2009-09-105-2563/+125
| | | | | | | | | | | | | | | Patch 603-netfilter_nat_pptp.patch appears to be the cause of the longstanding brcm-2.4 dnat off-by-one port forwarding bug. Months of testing builds with this patch removed have not been able to reproduce the issue. The 603 patch is rather large and we (the OpenWrt developers) have not been able to isolate the cause of the bug within the patch. The number of people have actually use pptp nat conntracking is far less than number of people that use port forwarding and as a result we must drop this patch to ensure proper behavior for the majority of users. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] patches/607-netfilter_connmark: fix typoAndy Boyett2009-09-101-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add patch from #4850 to make hdparm work on usb drivers (#4850)Florian Fainelli2009-07-251-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] update to 2.4.37, tested on wrt54gs (#4766)Florian Fainelli2009-05-2822-329/+85
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: fix conntrack structure inconsistency with iptables, which can ↵Felix Fietkau2009-05-281-0/+49
| | | | | | cause problems with port matching/forwarding and protocol matching git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.4: add missing missing <linux/types.h> include to ↵Nicolas Thill2009-05-271-0/+10
| | | | | | <linux/watchdog.h> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: potential fix for pptp natFelix Fietkau2009-05-211-0/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] revert r15861 for generic-2.4 configJo-Philipp Wich2009-05-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* config cleanupsImre Kaloz2009-05-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.4: refresh patchesAndy Boyett2009-05-1568-3453/+1624
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.4: renumber netfilter patchesAndy Boyett2009-05-153-0/+0
| | | | | | | both the netfilter_random and tc_esfq patches were numbered 621 in the patch series, bumped index of tc_esfq and all following 62x patches by one git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.4: fix ipt_random patch after removal of ipt_timeAndy Boyett2009-05-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded ↵Nicolas Thill2009-05-141-242/+0
| | | | | | by xt_limit (CONFIG_NETFILTER_XT_MATCH_TIME) in 2.6.24 and newer, remove ipt_limit in 2.4 since we don't have userland support for it in iptables v1.3.8 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] unset CONFIG_WATCHDOG_NOWAYOUT in default kernel configJo-Philipp Wich2009-05-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] include missing xt_layer7.h in 602-netfilter_layer7_2.21.patchJo-Philipp Wich2009-05-011-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 ↵Jo-Philipp Wich2009-04-291-161/+111
| | | | | | kernel patches and add packages for libiptc + libxtables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] move the mii_ioctl to generic patches, fixes (#1802)Florian Fainelli2009-03-261-0/+64
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* backport ipv6 security fix to 2.4 (#4245)Felix Fietkau2008-12-231-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing firewire configuration symbols to 2.4 as wellFlorian Fainelli2008-11-101-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-221-11/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)Florian Fainelli2008-08-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This series of patches closes the support gap on one of the explicitlyTravis Kemen2008-07-211-6/+2
| | | | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh generic-2.4 patchesGabor Juhos2008-05-1967-3767/+3767
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kmod-nls-* dependency under brcm-2.4Florian Fainelli2008-04-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix bridge ioctls patchFlorian Fainelli2008-04-011-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.4: add ip6t_REJECT supportGabor Juhos2008-02-182-0/+361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing bridge ioctls to make bluez-utils compile with brcm-3.4Florian Fainelli2008-02-101-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kernel config optionFelix Fietkau2008-02-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update ↵Felix Fietkau2008-01-0667-3032/+4002
| | | | | | broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert r9801 - fixes #2921Felix Fietkau2008-01-062-7126/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back kmod-ebtables for 2.4 kernelsFlorian Fainelli2007-12-192-0/+7126
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-14/+14
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-221-2/+2
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set CONFIG_JFFS2_FS_DEBUG=0 in generic 2.4 kconfigNicolas Thill2007-09-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove two ip6t modules on linux 2.4, because they're causing conflicts with ↵Felix Fietkau2007-09-201-2/+2
| | | | | | ipv4 stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge 3G usb serial card patches and move it at 802Nicolas Thill2007-09-172-24/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Merlin XU870 (#1303)Florian Fainelli2007-09-091-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8715 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)Nicolas Thill2007-09-021-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert [8473] (see [8055])Nicolas Thill2007-08-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build the quota module for 2.4 targetsFlorian Fainelli2007-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add kmod-ppp-synctty (#2231)Florian Fainelli2007-08-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the ipset missing file from #1970Florian Fainelli2007-08-211-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Addd kernel modules for NTFS (#2181)Florian Fainelli2007-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8396 3c298f89-4303-0410-b956-a3cf2f4a3e73