summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mvswitch: re-enable header modeFelix Fietkau2009-04-101-1/+1
| | | | SVN-Revision: 15186
* atheros: ignore reports about oversized ethernet frames, as can be caused by ↵Felix Fietkau2009-04-102-5/+4
| | | | | | the header mode of marvell 88e6060 switches (see https://dev.openwrt.org/ticket/3507#comment:16) SVN-Revision: 15185
* atheros: refresh failing kernel patch (#4916) and fix packet padding bugFelix Fietkau2009-04-101-11/+11
| | | | SVN-Revision: 15184
* cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfullyFlorian Fainelli2009-04-101-2/+3
| | | | SVN-Revision: 15183
* hostapd only supports either b or g as hwmode configuration variable. If bg ↵Hauke Mehrtens2009-04-091-0/+3
| | | | | | is set the scripts transfers it now to g mode. SVN-Revision: 15182
* fix source file vs library order in a few prereq checks (#4326)Felix Fietkau2009-04-091-3/+3
| | | | SVN-Revision: 15181
* In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.Hauke Mehrtens2009-04-091-0/+1
| | | | SVN-Revision: 15180
* mark uclibc nptl and snapshot as brokenFelix Fietkau2009-04-091-0/+2
| | | | SVN-Revision: 15179
* netfilter: merge some fixes from upstreamFelix Fietkau2009-04-091-0/+100
| | | | SVN-Revision: 15178
* netfilter: speed up packet matching by allowing default rules to bypass the ↵Felix Fietkau2009-04-091-0/+74
| | | | | | common checks SVN-Revision: 15177
* atheros: make use of netdev_alloc_skbFelix Fietkau2009-04-091-7/+4
| | | | SVN-Revision: 15176
* move iptable_raw to the conntrack-extra packageFelix Fietkau2009-04-091-1/+1
| | | | SVN-Revision: 15175
* patches for 2.6.28Claudio Mignanti2009-04-096-97/+189
| | | | SVN-Revision: 15174
* move etrax generic files to specific kernel versionClaudio Mignanti2009-04-097-0/+0
| | | | SVN-Revision: 15173
* dnsmasq: add more options for interface binding (#4900)Jo-Philipp Wich2009-04-093-1/+5
| | | | SVN-Revision: 15172
* fix ccache host installation (#4902)Florian Fainelli2009-04-091-0/+2
| | | | SVN-Revision: 15165
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.Michael Büsch2009-04-081-0/+177
| | | | SVN-Revision: 15160
* b44: use netdev_alloc_skbFelix Fietkau2009-04-081-0/+11
| | | | SVN-Revision: 15159
* kernel: increase skb padding for network devices to accomodate for headroom ↵Felix Fietkau2009-04-081-0/+16
| | | | | | requirements of eth->wifi routing and more SVN-Revision: 15158
* workaroun some stupid Kconfig bugs (#4895)Florian Fainelli2009-04-081-0/+23
| | | | SVN-Revision: 15157
* remove the b43 dependency on brcm47xx/brcm63xxFelix Fietkau2009-04-081-1/+1
| | | | SVN-Revision: 15156
* kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 ↵Felix Fietkau2009-04-081-6/+6
| | | | | | still relies on it) SVN-Revision: 15155
* cleanup etrax patchesClaudio Mignanti2009-04-089-5859/+0
| | | | SVN-Revision: 15154
* Fix kernel headers for cris (thanks hinkocevar)Claudio Mignanti2009-04-082-10/+54
| | | | SVN-Revision: 15153
* update e2fsprogs to 1.41.3Florian Fainelli2009-04-082-14/+2
| | | | SVN-Revision: 15151
* update ncurses to 5.7 (#4852)Florian Fainelli2009-04-085-7/+256
| | | | SVN-Revision: 15147
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-082-29/+31
| | | | SVN-Revision: 15146
* dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating ↵Jo-Philipp Wich2009-04-072-27/+72
| | | | | | to 0.52 - thanks maniac103! SVN-Revision: 15144
* Add some b43 firmware helptextMichael Büsch2009-04-071-0/+20
| | | | SVN-Revision: 15143
* Remove 500-b43-disable_qos_when_openfw.patchMichael Büsch2009-04-071-11/+0
| | | | | | | | | | | | | This patch is incorrect. It leaves mac80211 and b43 in different states. mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled inside of b43's queue handling. There currently is no way to disable QoS after loading the firmware. Buildroot should probably statically change the module parameter to QoS=0, if the opensource firmware is built into the image. SVN-Revision: 15142
* madwifi: remove braindead code that overwrote the user's antenna diversity ↵Felix Fietkau2009-04-071-0/+30
| | | | | | setting (thx, brainslayer) SVN-Revision: 15141
* revert changeset 15081 seems to break Alice box devicesFlorian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15140
* imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15133
* fix typo in 910-cryptodev_backport.patch (#3933)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15132
* kernel: tweak the maximum allocation size to improve memory allocator ↵Felix Fietkau2009-04-071-0/+13
| | | | | | performance SVN-Revision: 15130
* tweak some sysctl values for better performanceFelix Fietkau2009-04-071-0/+3
| | | | SVN-Revision: 15129
* kernel: replace jhash2 with the faster jhash3 algorithmFelix Fietkau2009-04-071-0/+227
| | | | SVN-Revision: 15128
* remove debugging codeFelix Fietkau2009-04-071-3/+1
| | | | SVN-Revision: 15127
* accomodate netfilter module (xt_recent) name change in 2.6.28, add missing ↵Nicolas Thill2009-04-062-0/+2
| | | | | | kconfig when xt_recent is enabled SVN-Revision: 15123
* 2.6.28: add Kconfig prompt for the old crypto symbolsGabor Juhos2009-04-062-2/+50
| | | | SVN-Revision: 15122
* b43: Add DMA poisoning patchesMichael Büsch2009-04-063-7/+186
| | | | SVN-Revision: 15121
* A patch which works around the issue is included in compat wireless.Michael Büsch2009-04-061-24/+0
| | | | SVN-Revision: 15120
* add a patch to disable compile-time buffer checks enabled by default on ↵Nicolas Thill2009-04-061-0/+11
| | | | | | Ubuntu 8.10 and later (closes: #4826) SVN-Revision: 15119
* ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom imagesFelix Fietkau2009-04-061-2/+0
| | | | SVN-Revision: 15118
* ixp4xx: don't leave zImage on the rootfs for images other than the freecom oneFelix Fietkau2009-04-061-0/+1
| | | | SVN-Revision: 15117
* wprobe: enable conditional compilationFelix Fietkau2009-04-061-5/+15
| | | | SVN-Revision: 15116
* ixp4xx: make apex optional, clean up the makefile - fixes spurious ↵Felix Fietkau2009-04-068-92/+67
| | | | | | recompilation issues SVN-Revision: 15115
* clean up gmp and mpfrFelix Fietkau2009-04-062-45/+9
| | | | SVN-Revision: 15114
* add check for common config variants for tools/installFelix Fietkau2009-04-061-1/+1
| | | | SVN-Revision: 15113
* add support for config options checking in top-level directory stampfilesFelix Fietkau2009-04-061-2/+2
| | | | SVN-Revision: 15112