aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add some sanity checkingFelix Fietkau2008-06-152-2/+4
| | | | SVN-Revision: 11473
* remove some unused crapFelix Fietkau2008-06-1512-2361/+0
| | | | SVN-Revision: 11472
* (6/6) bcm57xx: packageFelix Fietkau2008-06-1540-0/+27527
| | | | | | | | | | | | | | | | | | | | | | This is the bcm57xx package. I have tested default vlan functions, but I dont have the equipment to test more advanced setups. The default vlan setup seems to be working fine. I also added the activate_gpio parameter which will make the driver activate the switch via gpio before probing for it. I'm not sure which method is best for autoload. For the wrt350n, I need the activate_gpio parameter. But its probably not a good idea to add that to the autoload file. On a system without a bcm57xx switch, isn't it a bad idea to mess with the gpios looking for the switch? Ideally, wouldn't it be best to load the bcm57xx module from broadcom-diag, after it has determined which router its on? I tried using 'request_module' from there, but had no success. For now, I am relying on preinit to load the bcm57xx module with activate_gpio param, after it has failed to load switch_robo and switch_adm. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11471
* (5/6) bcm57xx: bcm4785 incomplete rebootFelix Fietkau2008-06-151-0/+13
| | | | | | | | | | | I noticed my wrt350n would not reliably reboot after entering the reboot command. I found this code in the source for the wrt600n. It corrects the problem, and the wrt350n reboots reliably now. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11470
* (4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registeredFelix Fietkau2008-06-153-1/+19
| | | | | | | | | | | | This patch prevents switch-robo.c from attempting robo_probe on a port that is already registered. robo_probe will adjust kernel reference counts if it detects a switch on the port. If this patch wasn't applied, the wrt350n would hang on reboot, waiting for the network driver reference count to reach zero indefinitely. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11469
* (3/6) bcm57xx: preinitFelix Fietkau2008-06-151-3/+14
| | | | | | | | | | | | | | | | | | This patch allows the bcm57xx module to work correctly with failsafe mode. insmod doesn't return an error when a module loads but doesn't detect a switch. I added the check_module function to load the module, then make sure it doesn't just exit immediately. This allows preinit to only attempt to load the bcm57xx module when switch-robo and switch-adm dont detect a switch. The activate_gpio parameter to bcm57xx simply instructs the module to attempt to activate the switch via gpio before probing for the switch. Tested on wrt350n. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11468
* (2/6) bcm57xx: netconfigFelix Fietkau2008-06-151-0/+5
| | | | | | | | | Update the netconfig script to support boardtype 0x478. I've tested this on the wrt350n, hopefully it will match the 600n as well. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11467
* (1/6) bcm57xx: init from diagFelix Fietkau2008-06-151-0/+3
| | | | | | | | | | | | | | | | | | | | I've been working to finish up the bcm57xx module package nbd posted a few months ago. I am no expert, just had some spare time and some motivation. Here is the background: https://dev.openwrt.org/ticket/2744 This first patch disables the bcm57xx gpio setup in broadcom-diag. The switch needs to be initialized by the driver so the driver can then reset the switch ASAP. If the switch isn't reset quickly enough, it will forward packets between the WAN and LAN, which will cause problems with modems that only allow one mac to access the internet. Tested on wrt350n. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11466
* Remove ssb headers from mac80211 to avoid conflict with in-kernel onesPeter Denison2008-06-131-0/+1
| | | | SVN-Revision: 11462
* remove accidentally committed swap fileFelix Fietkau2008-06-131-0/+0
| | | | SVN-Revision: 11461
* create a platform config-* file if there is none already when running ↵Felix Fietkau2008-06-133-1/+2
| | | | | | kernel_menuconfig or kernel_oldconfig SVN-Revision: 11460
* temporary hack to fixup the mach id for the wrt350nv2Imre Kaloz2008-06-131-6/+6
| | | | SVN-Revision: 11459
* openwrt partition map for the wrt350nv2Imre Kaloz2008-06-131-0/+25
| | | | SVN-Revision: 11458
* workaround bogus CFI version for the wrt350nv2Imre Kaloz2008-06-131-0/+14
| | | | SVN-Revision: 11457
* upgrade orion and sync to 2.6.26-rc6Imre Kaloz2008-06-132-2/+2
| | | | SVN-Revision: 11456
* another patch fixFelix Fietkau2008-06-131-7/+7
| | | | SVN-Revision: 11455
* fix a small commentFelix Fietkau2008-06-131-7/+7
| | | | SVN-Revision: 11454
* fix ANI and make use of it in all modes except for monitorFelix Fietkau2008-06-131-5/+280
| | | | SVN-Revision: 11453
* ar7: refresh patchesMatteo Croce2008-06-1212-122/+80
| | | | SVN-Revision: 11452
* avr32: clean and refresh patchMatteo Croce2008-06-121-34782/+235
| | | | SVN-Revision: 11451
* avr32: upgrade to 2.6.25.6Matteo Croce2008-06-124-10876/+39979
| | | | SVN-Revision: 11450
* use the european kernel.org mirror tooMatteo Croce2008-06-121-4/+2
| | | | SVN-Revision: 11448
* Use 2.6.25.6 for rdcFlorian Fainelli2008-06-121-1/+1
| | | | SVN-Revision: 11447
* make ip-up scripts aware of network settingsJohn Crispin2008-06-111-2/+1
| | | | SVN-Revision: 11446
* system now knows which timezone it is inJohn Crispin2008-06-113-1/+6
| | | | SVN-Revision: 11445
* fix missing package compile/installation issueFelix Fietkau2008-06-111-11/+12
| | | | SVN-Revision: 11441
* Use 2.6.25 for rdc321xFlorian Fainelli2008-06-1118-849/+394
| | | | SVN-Revision: 11439
* Add syskonnect yukon2 support (#2568)Florian Fainelli2008-06-111-0/+21
| | | | SVN-Revision: 11437
* upgrade orion to 2.6.26-rc5Imre Kaloz2008-06-114-14/+14
| | | | SVN-Revision: 11436
* upgrade to 2.6.25.6Imre Kaloz2008-06-1110-11/+11
| | | | SVN-Revision: 11435
* refresh patchImre Kaloz2008-06-111-5/+5
| | | | SVN-Revision: 11434
* add newer, fixed IMQ patch for 2.6.25 and 2.6.26Imre Kaloz2008-06-112-163/+261
| | | | SVN-Revision: 11433
* fix some previously ignored build dependencies (for example, uci->lua)Felix Fietkau2008-06-111-4/+14
| | | | SVN-Revision: 11429
* consider virtual dependencies (generated by using PROVIDES:=) when ↵Felix Fietkau2008-06-101-14/+32
| | | | | | generating the build dependencies (fixes python build dependency errors) SVN-Revision: 11428
* generic-2.6: revert yaffs changes [11378], the new code is not working ↵Gabor Juhos2008-06-1070-2306/+2967
| | | | | | correctly on RouterBoards SVN-Revision: 11427
* adds missing patch for native toolchainJohn Crispin2008-06-102-5/+13
| | | | SVN-Revision: 11425
* fix make menuconfig/oldconfigFelix Fietkau2008-06-091-2/+2
| | | | SVN-Revision: 11415
* large improvement for parallel builds. works without V=99 now and without ↵Felix Fietkau2008-06-0910-38/+45
| | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414
* add missing fix for etrax compile without axis toolchainFelix Fietkau2008-06-091-10/+20
| | | | SVN-Revision: 11413
* fix a small dep bug in the docs/ dirFelix Fietkau2008-06-091-1/+2
| | | | SVN-Revision: 11412
* allow parallel downloading for make downloadFelix Fietkau2008-06-091-4/+4
| | | | SVN-Revision: 11411
* set marvell switch ATU ageing time to minimum instead of maximum - hopefully ↵Felix Fietkau2008-06-096-3/+9
| | | | | | fixes some fonera 2.0 ethernet issues SVN-Revision: 11410
* madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for ↵Felix Fietkau2008-06-092-9/+13
| | | | | | future HALs SVN-Revision: 11409
* Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. ↵Peter Denison2008-06-081-1/+1
| | | | | | Fixes #3501 SVN-Revision: 11407
* remove proc and char dev from ifxmips gpio driverJohn Crispin2008-06-081-191/+4
| | | | SVN-Revision: 11406
* adds gpiodev support to ifxmipsJohn Crispin2008-06-083-4/+30
| | | | SVN-Revision: 11405
* add packages required by failsafe support to defaultsGabor Juhos2008-06-081-0/+5
| | | | SVN-Revision: 11404
* add initial failsafe supportGabor Juhos2008-06-081-0/+16
| | | | SVN-Revision: 11403
* add button devices to several boardsGabor Juhos2008-06-085-17/+76
| | | | SVN-Revision: 11402
* add button-hotplug driver, will be usable to check status of buttons ↵Gabor Juhos2008-06-074-0/+374
| | | | | | connected to GPIO lines SVN-Revision: 11401