summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ssb: Move the generic ssb fixes patch to the generic kernel.Michael Büsch2008-02-191-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üsch2008-02-192-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üsch2008-02-1915-766/+577
| | | | SVN-Revision: 10490
* Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141Andy Boyett2008-02-191-0/+53
| | | | SVN-Revision: 10489
* change psk back to keyTravis Kemen2008-02-181-1/+1
| | | | SVN-Revision: 10488
* b43: Make probing of NPHY devices possible.Michael Büsch2008-02-183-1/+4
| | | | SVN-Revision: 10487
* Increased to five download attempts in download.plAndy Boyett2008-02-181-1/+1
| | | | SVN-Revision: 10486
* ssb: Fix serial console on new 47xx devices.Michael Büsch2008-02-182-16/+90
| | | | SVN-Revision: 10485
* upgrade apex to 1.5.13, fixup EABI supportImre Kaloz2008-02-181-2/+3
| | | | SVN-Revision: 10484
* generic-2.4: add ip6t_REJECT supportGabor Juhos2008-02-182-0/+361
| | | | SVN-Revision: 10482
* hostapd: Disable driver_nl80211 if mac80211 is not builtMichael Büsch2008-02-171-1/+1
| | | | SVN-Revision: 10481
* fixup ARM EABI on GCC 4.1.2Imre Kaloz2008-02-172-41/+65
| | | | SVN-Revision: 10480
* b43: Switch to latest firmware.Michael Büsch2008-02-171-4/+4
| | | | SVN-Revision: 10479
* hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵Michael Büsch2008-02-171-3/+3
| | | | | | it into the "key" variable. SVN-Revision: 10478
* mac80211 wifi script: Tell hostapd to use the nl80211 driver.Michael Büsch2008-02-171-3/+3
| | | | SVN-Revision: 10477
* bcm47xx: We can use the ssb-invariants callback now, as was changed to be ↵Michael Büsch2008-02-171-10/+3
| | | | | | called late enough. SVN-Revision: 10476
* hostapd: use patches to add the nl80211 driver instead of copying the files.Michael Büsch2008-02-1712-3781/+2968
| | | | SVN-Revision: 10475
* bcm47xx: Remove FIXME We don't want to move the board time init into SSB. ↵Michael Büsch2008-02-171-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üsch2008-02-161-8/+43
| | | | | | structure. SVN-Revision: 10473
* Whoops, forgot to add this file to the b43-update commit.Michael Büsch2008-02-161-0/+392
| | | | SVN-Revision: 10472
* mac80211: allow AP and VLAN modesMichael Büsch2008-02-161-0/+25
| | | | SVN-Revision: 10471
* Enable nl80211 support in hostapd.Michael Büsch2008-02-161-2/+26
| | | | SVN-Revision: 10470
* Add hostapd support for nl80211 (mac80211 stack)Michael Büsch2008-02-168-0/+2990
| | | | SVN-Revision: 10469
* Fix support for PCI devices behind a SSB->PCI bridge.Michael Büsch2008-02-163-111/+86
| | | | SVN-Revision: 10468
* Upgrade b43 and mac80211.Michael Büsch2008-02-15103-10167/+16995
| | | | | | | This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. SVN-Revision: 10466
* iptables: remove obsolete patchGabor Juhos2008-02-151-12/+0
| | | | SVN-Revision: 10464
* push a couple of fixes upstream from AcinonyxTravis Kemen2008-02-151-5/+8
| | | | SVN-Revision: 10463
* add eabi autoselection for the kernel as well - fixes iptables problemsFelix Fietkau2008-02-142-2/+8
| | | | SVN-Revision: 10461
* create the dhcp leasefile if it doesn't existTravis Kemen2008-02-141-0/+3
| | | | SVN-Revision: 10460
* add missing config change for OABIFelix Fietkau2008-02-141-0/+2
| | | | SVN-Revision: 10459
* revert ARM to oabi by default, add some eabi patches for fixing up the ↵Felix Fietkau2008-02-1410-5/+194
| | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458
* Upgrade brcm63xx to 2.6.24Florian Fainelli2008-02-1314-459/+483
| | | | SVN-Revision: 10455
* Upgrade rdc to 2.6.24Florian Fainelli2008-02-1317-923/+1299
| | | | SVN-Revision: 10453
* fix problems with the use of a passphrase, add option to use a key instead ↵Travis Kemen2008-02-131-5/+13
| | | | | | of passphrase SVN-Revision: 10450
* remove old profileJohn Crispin2008-02-131-23/+0
| | | | SVN-Revision: 10449
* upgrade uci to 0.3.0 - fix for adding changes to empty config files - better ↵Felix Fietkau2008-02-121-3/+3
| | | | | | error handling for invalid config pointers - create /tmp/.uci if it does not exist SVN-Revision: 10447
* resync kernel configGabor Juhos2008-02-111-34/+11
| | | | SVN-Revision: 10444
* upgrade & standardize kernel versionsImre Kaloz2008-02-1123-37/+30
| | | | SVN-Revision: 10443
* upgrade sibyte to 2.6.24Imre Kaloz2008-02-113-1117/+83
| | | | SVN-Revision: 10442
* Add missing bridge ioctls to make bluez-utils compile with brcm-3.4Florian Fainelli2008-02-101-0/+18
| | | | SVN-Revision: 10441
* upgrade iop32x to 2.6.24Imre Kaloz2008-02-102-1/+18
| | | | SVN-Revision: 10440
* update acx100Matteo Croce2008-02-103-56/+2
| | | | SVN-Revision: 10439
* prepare 2.6.24 on ixp4xxImre Kaloz2008-02-1035-0/+7945
| | | | SVN-Revision: 10438
* fix typoImre Kaloz2008-02-101-1/+1
| | | | SVN-Revision: 10437
* add missing dependency for the target metadata scanFelix Fietkau2008-02-091-1/+1
| | | | SVN-Revision: 10436
* use cp instead of $(CP), because bzImage might be a symlinkFelix Fietkau2008-02-091-1/+1
| | | | SVN-Revision: 10435
* commit after running uci_set_defaultFelix Fietkau2008-02-091-0/+1
| | | | SVN-Revision: 10434
* don't fail on uci_load() with nonexisting config files, but return the right ↵Felix Fietkau2008-02-091-1/+7
| | | | | | return code SVN-Revision: 10433
* make uci_add() create anonymous sections if requested and store the new ↵Felix Fietkau2008-02-091-1/+6
| | | | | | section name in a variable SVN-Revision: 10432
* bump uci to 0.2.5 - adds support for adding unnamed sectionsFelix Fietkau2008-02-091-2/+2
| | | | SVN-Revision: 10431