Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the packages repo as it is not compatable with trunk | Travis Kemen | 2008-02-29 | 1 | -1/+0 |
| | | | | SVN-Revision: 10537 | ||||
* | Fix a wrong variable names (ifname, wan) and enhance httpd's init script by ↵ | Travis Kemen | 2008-02-28 | 1 | -4/+44 |
| | | | | | | more configurable options. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name> SVN-Revision: 10536 | ||||
* | SSB-GigE: Fix IRQ routing. This makes the device work. Yay! :) | Michael Büsch | 2008-02-28 | 1 | -5/+22 |
| | | | | SVN-Revision: 10532 | ||||
* | Fix the roboswitch code for the WRT350N | Michael Büsch | 2008-02-27 | 4 | -98/+275 |
| | | | | SVN-Revision: 10531 | ||||
* | add config file support for the adm5120 switch | Travis Kemen | 2008-02-27 | 3 | -0/+96 |
| | | | | SVN-Revision: 10529 | ||||
* | Adding rootdelay and quiet parameter (again) | Jens Muecke | 2008-02-25 | 1 | -1/+1 |
| | | | | | | | Rootdelay is required to boot from USB-Stick. Otherwise the rootfs was found to late. quit will also boot up faster SVN-Revision: 10522 | ||||
* | More SSB GigE fixes. | Michael Büsch | 2008-02-23 | 1 | -26/+396 |
| | | | | SVN-Revision: 10521 | ||||
* | sync with madwifi commit 3362 | Felix Fietkau | 2008-02-23 | 1 | -7/+1 |
| | | | | SVN-Revision: 10519 | ||||
* | madwifi 2.6.24 compile fix Signed-off-by: Alexandros C. Couloumbis ↵ | Travis Kemen | 2008-02-22 | 1 | -0/+15 |
| | | | | | | <alex@ozo.com> SVN-Revision: 10517 | ||||
* | *sigh* nuke more debug crap | Felix Fietkau | 2008-02-21 | 1 | -20/+29 |
| | | | | SVN-Revision: 10516 | ||||
* | Hopefully fix the PCI resource conflict and upgrade to .24.2 | Florian Fainelli | 2008-02-21 | 2 | -13/+23 |
| | | | | SVN-Revision: 10515 | ||||
* | madwifi: minor ap scanning bugfix | Felix Fietkau | 2008-02-21 | 1 | -0/+18 |
| | | | | SVN-Revision: 10513 | ||||
* | improve reliability of beacon transmissions after channel change | Felix Fietkau | 2008-02-20 | 1 | -0/+68 |
| | | | | SVN-Revision: 10512 | ||||
* | refresh madwifi patches, fix an issue with napi polling (thx SeG) | Felix Fietkau | 2008-02-20 | 27 | -546/+414 |
| | | | | SVN-Revision: 10511 | ||||
* | netfilter: update to the latest IMQ patch for 2.6.24 from ↵ | Gabor Juhos | 2008-02-20 | 1 | -81/+93 |
| | | | | | | http://www.actusa.net/~linuximq/ SVN-Revision: 10510 | ||||
* | bcm47xx: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, ↵ | Michael Büsch | 2008-02-20 | 7 | -0/+1216 |
| | | | | | | but let's commit what we have. SVN-Revision: 10509 | ||||
* | netfilter: fix IMQ bug on 2.6.24 | Gabor Juhos | 2008-02-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 10508 | ||||
* | napi polling fix | Felix Fietkau | 2008-02-20 | 1 | -13/+21 |
| | | | | SVN-Revision: 10507 | ||||
* | madwifi: remove a dangerous debugging define | Felix Fietkau | 2008-02-20 | 1 | -31/+44 |
| | | | | SVN-Revision: 10506 | ||||
* | improve reliability of the beaconcal patch | Felix Fietkau | 2008-02-20 | 1 | -14/+27 |
| | | | | SVN-Revision: 10505 | ||||
* | fix md5sum for v0.28.2 (closes: #3159) | Nicolas Thill | 2008-02-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 10498 | ||||
* | ssb: Fix the horrible crash of innocent cardbus cards. | Michael Büsch | 2008-02-19 | 2 | -0/+119 |
| | | | | | | No Animals were harmed in the production of this patch. SVN-Revision: 10497 | ||||
* | ssb: Make the GPIO API reentrancy safe. | Michael Büsch | 2008-02-19 | 4 | -72/+265 |
| | | | | SVN-Revision: 10496 | ||||
* | ssb: Update the GPIO API | Michael Büsch | 2008-02-19 | 6 | -245/+217 |
| | | | | SVN-Revision: 10495 | ||||
* | SSB: Update the watchdog fix to the patch version that will go upstream. | Michael Büsch | 2008-02-19 | 3 | -53/+130 |
| | | | | SVN-Revision: 10494 | ||||
* | Adding .24 support for olpc | Jens Muecke | 2008-02-19 | 28 | -2/+12422 |
| | | | | | | | | | | kernel compiles fine, but graphic support is broken to test new kernel version, change target/linux/olpc/Makefile from .23.16 to .24 SVN-Revision: 10493 | ||||
* | ssb: Move the generic ssb fixes patch to the generic kernel. | Michael Büsch | 2008-02-19 | 1 | -0/+0 |
| | | | | | | This should fix SSB for people using a b43 card on a non-47xx machine. SVN-Revision: 10492 | ||||
* | ssb: Workaround: Need subsys_initcall to be able to register a PCI bus. | Michael Büsch | 2008-02-19 | 2 | -11/+32 |
| | | | | | | This needs a different fix, but use this workaround for now. SVN-Revision: 10491 | ||||
* | ssb: Update to latest upstream version of ssb. | Michael Büsch | 2008-02-19 | 15 | -766/+577 |
| | | | | SVN-Revision: 10490 | ||||
* | Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141 | Andy Boyett | 2008-02-19 | 1 | -0/+53 |
| | | | | SVN-Revision: 10489 | ||||
* | change psk back to key | Travis Kemen | 2008-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10488 | ||||
* | b43: Make probing of NPHY devices possible. | Michael Büsch | 2008-02-18 | 3 | -1/+4 |
| | | | | SVN-Revision: 10487 | ||||
* | Increased to five download attempts in download.pl | Andy Boyett | 2008-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10486 | ||||
* | ssb: Fix serial console on new 47xx devices. | Michael Büsch | 2008-02-18 | 2 | -16/+90 |
| | | | | SVN-Revision: 10485 | ||||
* | upgrade apex to 1.5.13, fixup EABI support | Imre Kaloz | 2008-02-18 | 1 | -2/+3 |
| | | | | SVN-Revision: 10484 | ||||
* | generic-2.4: add ip6t_REJECT support | Gabor Juhos | 2008-02-18 | 2 | -0/+361 |
| | | | | SVN-Revision: 10482 | ||||
* | hostapd: Disable driver_nl80211 if mac80211 is not built | Michael Büsch | 2008-02-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 10481 | ||||
* | fixup ARM EABI on GCC 4.1.2 | Imre Kaloz | 2008-02-17 | 2 | -41/+65 |
| | | | | SVN-Revision: 10480 | ||||
* | b43: Switch to latest firmware. | Michael Büsch | 2008-02-17 | 1 | -4/+4 |
| | | | | SVN-Revision: 10479 | ||||
* | hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵ | Michael Büsch | 2008-02-17 | 1 | -3/+3 |
| | | | | | | it into the "key" variable. SVN-Revision: 10478 | ||||
* | mac80211 wifi script: Tell hostapd to use the nl80211 driver. | Michael Büsch | 2008-02-17 | 1 | -3/+3 |
| | | | | SVN-Revision: 10477 | ||||
* | bcm47xx: We can use the ssb-invariants callback now, as was changed to be ↵ | Michael Büsch | 2008-02-17 | 1 | -10/+3 |
| | | | | | | called late enough. SVN-Revision: 10476 | ||||
* | hostapd: use patches to add the nl80211 driver instead of copying the files. | Michael Büsch | 2008-02-17 | 12 | -3781/+2968 |
| | | | | SVN-Revision: 10475 | ||||
* | bcm47xx: Remove FIXME We don't want to move the board time init into SSB. ↵ | Michael Büsch | 2008-02-17 | 1 | -2/+1 |
| | | | | | | It's just fine as-is. Remove the FIXME. SVN-Revision: 10474 | ||||
* | bcm47xx: Extract all available information from NVRAM into the sprom data ↵ | Michael Büsch | 2008-02-16 | 1 | -8/+43 |
| | | | | | | structure. SVN-Revision: 10473 | ||||
* | Whoops, forgot to add this file to the b43-update commit. | Michael Büsch | 2008-02-16 | 1 | -0/+392 |
| | | | | SVN-Revision: 10472 | ||||
* | mac80211: allow AP and VLAN modes | Michael Büsch | 2008-02-16 | 1 | -0/+25 |
| | | | | SVN-Revision: 10471 | ||||
* | Enable nl80211 support in hostapd. | Michael Büsch | 2008-02-16 | 1 | -2/+26 |
| | | | | SVN-Revision: 10470 | ||||
* | Add hostapd support for nl80211 (mac80211 stack) | Michael Büsch | 2008-02-16 | 8 | -0/+2990 |
| | | | | SVN-Revision: 10469 | ||||
* | Fix support for PCI devices behind a SSB->PCI bridge. | Michael Büsch | 2008-02-16 | 3 | -111/+86 |
| | | | | SVN-Revision: 10468 |