summaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* fix imagebuilder compileFelix Fietkau2007-12-131-2/+2
| | | | SVN-Revision: 9736
* danube led cleanupJohn Crispin2007-12-131-15/+56
| | | | SVN-Revision: 9734
* danube led cleanupJohn Crispin2007-12-132-243/+69
| | | | SVN-Revision: 9733
* danube led cleanupJohn Crispin2007-12-131-357/+78
| | | | SVN-Revision: 9732
* add original danube led driverJohn Crispin2007-12-133-1/+1384
| | | | SVN-Revision: 9731
* cleanup danube watchdog timerJohn Crispin2007-12-131-27/+17
| | | | SVN-Revision: 9730
* cleanup danube watchdog timerJohn Crispin2007-12-131-27/+18
| | | | SVN-Revision: 9729
* cleanup danube watchdog timerJohn Crispin2007-12-131-105/+50
| | | | SVN-Revision: 9728
* initial merge of danube wdt codeJohn Crispin2007-12-136-10/+455
| | | | SVN-Revision: 9727
* add atheros reset button fixes from #2774Felix Fietkau2007-12-131-2/+2
| | | | SVN-Revision: 9721
* use a shadow value for the write-only GPIO_CONF2 registerGabor Juhos2007-12-121-16/+10
| | | | SVN-Revision: 9715
* use the right irq_handler in the CF driverGabor Juhos2007-12-121-2/+2
| | | | SVN-Revision: 9714
* fix mac address setup on RouterBOARDsGabor Juhos2007-12-123-17/+12
| | | | SVN-Revision: 9713
* Removing Grub for olpc (unnecessary) Adding Bootscript Some SD-Card fixes ↵Jens Muecke2007-12-127-177/+76
| | | | | | Config changes SVN-Revision: 9712
* remove an unused #include statement that is causing compile issues on osxFelix Fietkau2007-12-121-0/+12
| | | | SVN-Revision: 9711
* enable wait state pin for the CF slot on the RB153 boardGabor Juhos2007-12-112-1/+5
| | | | SVN-Revision: 9709
* RB153 CF driver fixesGabor Juhos2007-12-111-11/+18
| | | | SVN-Revision: 9708
* new experimental driver for the CF slot on the RouterBOARD 153Gabor Juhos2007-12-115-20/+350
| | | | SVN-Revision: 9707
* Replace deprecated DEBUG config symbolFlorian Fainelli2007-12-111-2/+2
| | | | SVN-Revision: 9706
* added CONFIG_DANUBE_PCI_HW_SWAPJohn Crispin2007-12-101-2/+17
| | | | SVN-Revision: 9705
* initial merge of danube, pci is still broken and the new dma code still ↵John Crispin2007-12-1026-0/+6384
| | | | | | needs to be tested, before the merge SVN-Revision: 9704
* add support for GPIO IRQsGabor Juhos2007-12-105-43/+95
| | | | SVN-Revision: 9700
* Enable SSB ohci driver (#2828)Florian Fainelli2007-12-101-0/+1
| | | | SVN-Revision: 9699
* Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race conditionFlorian Fainelli2007-12-101-1/+1
| | | | SVN-Revision: 9698
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-092-3/+3
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694
* suppress bug after compiling last package in kamikaze SDK.Felix Fietkau2007-12-091-3/+3
| | | | | | | | This patch corrects https://dev.openwrt.org/ticket/2508 An error was raised when no Config.in file was found in package/ Signed-off-by: Julien Pinon <julien.pinon@luceor.com> SVN-Revision: 9692
* Forgot removing that file while applying patch from #2757Florian Fainelli2007-12-091-254/+0
| | | | SVN-Revision: 9690
* Add bcm5354 patches from #2757Florian Fainelli2007-12-094-0/+463
| | | | SVN-Revision: 9685
* Add bcm5354 patch from #2754Florian Fainelli2007-12-091-0/+155
| | | | SVN-Revision: 9684
* Fix missing returnFlorian Fainelli2007-12-091-1/+1
| | | | SVN-Revision: 9683
* Setup MAC addresses for routerboardsFlorian Fainelli2007-12-092-2/+13
| | | | SVN-Revision: 9682
* bump kernel to 2.6.23.9 for x86Tim Yardley2007-12-081-1/+1
| | | | SVN-Revision: 9675
* updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵Tim Yardley2007-12-084-838/+757
| | | | | | been uncommitted for a bit SVN-Revision: 9674
* ixp4xx: Rename fsg3 subtarget to harddisk to better reflect the intention of ↵Rod Whitby2007-12-074-1/+1
| | | | | | the subtarget SVN-Revision: 9670
* ixp4xx: Split into two subtargets, one normal and one for boards which boot ↵Rod Whitby2007-12-079-0/+14
| | | | | | directly from attached storage (and therefore need most kernel modules compiled in) SVN-Revision: 9669
* add missing kernel config symbolFelix Fietkau2007-12-073-0/+3
| | | | SVN-Revision: 9668
* Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵Felix Fietkau2007-12-071-13/+20
| | | | | | | | | | | | | | | From the patch: This setup gives us 3.5 distinguishable states: - Solid OFF: Bootloader running, or kernel hung (timer task stalled) - Solid ON: Kernel hung (timer task stalled) - 5Hz blink: preinit - Heartbeat: normal operation Signed-off-by: oliver@opencloud.com SVN-Revision: 9666
* Reimplement rx ring with EOQ markers to avoid reset stormsFelix Fietkau2007-12-071-5/+102
| | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9665
* Fix race between device reset and start_xmitFelix Fietkau2007-12-071-32/+61
| | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9664
* add copyright header to the USB driver's filesGabor Juhos2007-12-058-47/+63
| | | | SVN-Revision: 9657
* Fix VLYNQ device enable for DG834Gv1Felix Fietkau2007-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | This patch allows VLYNQ devices on the DG834Gv1 to be successfully enabled. Currently the "__vlynq_enable_device" function attempts to set the VLYNQ device clock divisor to values from 1 through 8 until a link is successfully established. On the DG834Gv1 (but not the DG834Gv2), setting the VLYNQ device clock divisor to 1 (full rate) results in all further VLYNQ operations failing (including software reset), so the device is never enabled. This patches changes the function to only attempt divisors 2 through 8, and hence the device is successfully enabled. Signed-off-by: Nick Forbes <nick.forbes@huntsworth.com> --------- SVN-Revision: 9656
* switch to 2.6.23.9Gabor Juhos2007-11-291-1/+1
| | | | SVN-Revision: 9629
* add support for the PCEngines AlixTravis Kemen2007-11-282-1/+17
| | | | SVN-Revision: 9611
* add txpower patches and add uci configuration file From: Vasilis T. (aka ↵Travis Kemen2007-11-281-0/+160
| | | | | | Acinonyx) SVN-Revision: 9610
* ps3: use readable video mode descriptions in readmeFelix Fietkau2007-11-282-5/+8
| | | | | | | | | The ps3 video modes can be specified as readable names (eg "720p"), so use those instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9605
* ps3: build-in ps3 system managerFelix Fietkau2007-11-281-3/+3
| | | | | | | | | This changes the ps3 kernel config to build-in the System Manager module, which is required for proper shutdown and reboot. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9604
* add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ ↵Gabor Juhos2007-11-261-0/+16
| | | | | | (closes: #2756) SVN-Revision: 9600
* more USB driver fixes, now it passes usbtests 1-14Gabor Juhos2007-11-262-9/+30
| | | | SVN-Revision: 9599
* work around kernel config issues with sound modulesFelix Fietkau2007-11-251-0/+13
| | | | SVN-Revision: 9598
* fix USB driver to compile with ADMH_VERBOSE_DEBUG definedGabor Juhos2007-11-233-36/+34
| | | | SVN-Revision: 9593