aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix error in mksquashfs4 when data can't be compressedMatteo Croce2009-09-151-33/+51
| | | | SVN-Revision: 17585
* base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵Jo-Philipp Wich2009-09-142-3/+3
| | | | | | condition between revert state and hotplug handlers SVN-Revision: 17582
* firewall: move the config_get out of the loop, no need to call it multiple timesJo-Philipp Wich2009-09-141-2/+3
| | | | SVN-Revision: 17581
* firewall: properly dispatch delif events if the network has a different name ↵Jo-Philipp Wich2009-09-142-2/+2
| | | | | | then the corresponding zone SVN-Revision: 17580
* madwifi: fix a wds related race conditionFelix Fietkau2009-09-1412-24/+25
| | | | SVN-Revision: 17578
* madwifi: remove an unimportant part of the ibss node handling fix, which led ↵Felix Fietkau2009-09-142-12/+1
| | | | | | to a regression in ap-to-ap wds operation SVN-Revision: 17576
* build prereq: look for tar under the name "gnutar" as wellFelix Fietkau2009-09-141-0/+1
| | | | SVN-Revision: 17575
* Backport arm ppoll()/pselect6() etc. implementation from linux-next@36984265a3Peter Denison2009-09-121-0/+354
| | | | SVN-Revision: 17573
* base-files: add /etc/rc.local to the default save file listJo-Philipp Wich2009-09-121-1/+1
| | | | SVN-Revision: 17572
* base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵Jo-Philipp Wich2009-09-113-1/+10
| | | | | | commands on init without creating custom init scripts SVN-Revision: 17571
* kernel: wrong image_cmdline patches has been sent by accidentaly, replace themGabor Juhos2009-09-114-124/+0
| | | | SVN-Revision: 17570
* update to 2.6.27.33Florian Fainelli2009-09-113-4/+4
| | | | SVN-Revision: 17569
* kernel: add missing symbols to the 2.6.31 configGabor Juhos2009-09-101-0/+2
| | | | SVN-Revision: 17568
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-1031-254/+2
| | | | SVN-Revision: 17567
* ar71xx: rewrite prom code (based on a patch by Jeff Hansen)Gabor Juhos2009-09-104-70/+117
| | | | SVN-Revision: 17566
* rb532: use the generic image_cmdline hackGabor Juhos2009-09-102-18/+4
| | | | SVN-Revision: 17565
* adm5120: use the generic image_cmdline hackGabor Juhos2009-09-105-35/+9
| | | | SVN-Revision: 17564
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-1033-24/+285
| | | | SVN-Revision: 17563
* add comments & fix descriptions in toolchain config itemsNicolas Thill2009-09-103-4/+17
| | | | SVN-Revision: 17561
* prepare for upcoming external toolchain support: move config items not ↵Nicolas Thill2009-09-102-34/+39
| | | | | | strictly toolchain related out of the toolchain submenu SVN-Revision: 17560
* ar71xx: refresh patchesGabor Juhos2009-09-106-11/+11
| | | | SVN-Revision: 17559
* kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patchesGabor Juhos2009-09-104-3/+6
| | | | SVN-Revision: 17558
* kernel: refresh 2.6.30 patchesGabor Juhos2009-09-102-2/+2
| | | | SVN-Revision: 17557
* bump some revisions and update copyrightsAndy Boyett2009-09-109-20/+20
| | | | SVN-Revision: 17554
* refresh patchesAndy Boyett2009-09-1023-184/+139
| | | | SVN-Revision: 17553
* 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. SVN-Revision: 17552
* patches/607-netfilter_connmark: fix typoAndy Boyett2009-09-101-2/+1
| | | | SVN-Revision: 17551
* fix wrong description for CONFIG_SSPNicolas Thill2009-09-091-2/+2
| | | | SVN-Revision: 17550
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-0923-24/+24
| | | | SVN-Revision: 17549
* update to 2.6.27.32Florian Fainelli2009-09-093-4/+4
| | | | SVN-Revision: 17548
* madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)Felix Fietkau2009-09-091-1/+1
| | | | SVN-Revision: 17546
* madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵Felix Fietkau2009-09-0921-117/+165
| | | | | | and high system load SVN-Revision: 17545
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵Felix Fietkau2009-09-093-17/+0
| | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544
* ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵Gabor Juhos2009-09-083-0/+21
| | | | | | testing) SVN-Revision: 17543
* prevent gpio-buttons registration failureFlorian Fainelli2009-09-081-3/+5
| | | | SVN-Revision: 17542
* package/mac80211: add menuconfig option for enabling debug support via debugfsGabor Juhos2009-09-084-83/+115
| | | | SVN-Revision: 17541
* add menuconfig option for enabling debugfs support in the kernelGabor Juhos2009-09-082-0/+11
| | | | SVN-Revision: 17540
* ar71xx: the adm6996 phy driver does not work with the RouterStation, disable ↵Gabor Juhos2009-09-083-3/+0
| | | | | | it until we find a better solution SVN-Revision: 17539
* fix typos against the gpio buttons driver (#5804)Florian Fainelli2009-09-071-2/+3
| | | | SVN-Revision: 17538
* firmware-utils: raise the default trx image size limit for something more ↵Felix Fietkau2009-09-071-1/+1
| | | | | | appropriate for devices with 8M flash SVN-Revision: 17537
* bcm47xx: Fix EHCI/OHCI dependenciesMichael Büsch2009-09-061-4/+8
| | | | SVN-Revision: 17536
* bcm47xx: Fix EHCI/OHCI dependenciesMichael Büsch2009-09-061-4/+8
| | | | SVN-Revision: 17535
* Fix merge errorMichael Büsch2009-09-061-1/+1
| | | | SVN-Revision: 17534
* bcm47xx: Port usb fixes to .30Michael Büsch2009-09-064-57/+117
| | | | SVN-Revision: 17533
* do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging ↵Felix Fietkau2009-09-061-2/+0
| | | | | | symbols can be useful even if they are not put on the device (e.g. remote cross-gdb) SVN-Revision: 17532
* bcm47xx: Apply bcm5354 USB fixMichael Büsch2009-09-061-0/+63
| | | | SVN-Revision: 17531
* bcm47xx: Clean up USB patchesMichael Büsch2009-09-063-56/+53
| | | | SVN-Revision: 17530
* move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵Felix Fietkau2009-09-062-5/+6
| | | | | | other ppp based protocols as well SVN-Revision: 17529
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵Felix Fietkau2009-09-062-3/+3
| | | | | | board name around in kmod-* package versions anymore SVN-Revision: 17528
* fix nonhotpluggable networks not being brought up. Closes #2781Travis Kemen2009-09-063-0/+17
| | | | SVN-Revision: 17527