aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* [au1000] rename upgrade image to sysupgrade.bin for consistencyFlorian Fainelli2012-07-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] add missing configuration symbolsFlorian Fainelli2012-07-172-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* au1000: implement sysupgrade platform.shFlorian Fainelli2012-07-172-0/+37
| | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* au1000: clean up profilesFlorian Fainelli2012-07-172-6/+3
| | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* au1000: fix InternetBox idsel and remove broken flagFlorian Fainelli2012-07-172-1/+13
| | | | | | | | | | | | | The following patch is necessary for the InternetBox (Surfbox) board-specific idsel to work with newer kernels. Acutally I don't exactly understand why this was not necessary before, but without the udelay, the MiniPCI adapter in slot 3 is not detected and set up correctly. Also remove platform broken flag, it works. Signed-off-by: Bruno Randolf <br1@einfach.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable I2C_GPIO, the PB44 board needs thatGabor Juhos2012-07-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix PB44 board detectionGabor Juhos2012-07-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use gpio_set_value_cansleep on sleeping GPIOs in ath79_spiGabor Juhos2012-07-152-12/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add Marvell SoC built-in RTC to modulesLuka Perkov2012-07-151-1/+0
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] set DEVICE_TYPE to other to avoid pulling unecessary packagesFlorian Fainelli2012-07-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] add compatible property to pci nodeFlorian Fainelli2012-07-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] use ohci_err() instead of err()Florian Fainelli2012-07-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] make sure we properly unmap DMA mappings we createdFlorian Fainelli2012-07-151-6/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] nuport-mac: add definitions of the various bits/masks usedFlorian Fainelli2012-07-151-24/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: add support for seagate goflexnet and goflexhomeLuka Perkov2012-07-154-2/+331
| | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: revert config changes from r32053Luka Perkov2012-07-151-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0Gabor Juhos2012-07-123-1/+5
| | | | | | | | | | | | | | | | | The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is identical, but requires different firmware headers: TL-WDR4300: 00000040 43 00 00 01 00 00 00 01 00 00 00 00 76 fb 83 40 |C...........v..@| TL-WDR4310: 00000040 43 10 00 01 00 00 00 01 00 00 00 00 38 2b 50 6c |C...........8+Pl| [juhosg: change commit message, use a different model name] Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: rt305x: add support for Edimax 3G-6200NGabor Juhos2012-07-1213-1/+122
| | | | | | | | Support for Edimax 3G-6200N router with USB. Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ocf: restore terminating entry of pci_id_table in hifnHIPPGabor Juhos2012-07-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: select ATH79_DEV_M25P80 for the WRT400N boardGabor Juhos2012-07-121-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: airrouter power led supportGabor Juhos2012-07-121-1/+6
| | | | | | | | | | This patch adds support for power led to Unifi Airrouter AP. [juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: unifi reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti UniFi AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32677 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: airrouter reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti Airrouter AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf: update to version 20120127Luka Perkov2012-07-1149-1911/+5702
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: bcma: update to version from wireless-testing tag master-2012-07-11Hauke Mehrtens2012-07-114-63/+379
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove bcm63xx_pci_register() call in livebox boardFlorian Fainelli2012-07-111-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] use physmap-flash on livebox (#8677)Florian Fainelli2012-07-111-4/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] nuport-mac: check netif_receive_skb() return valueFlorian Fainelli2012-07-111-2/+1
| | | | | | | | We did not reassign status to netif_receive_skb() return value, we thus almost always incremented the dropped counter because the descriptor status value never matches the NET_RX_DROP. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] fix typo on of_node_put()Florian Fainelli2012-07-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Detect alternative "cfe-" version bootloaders (found in ↵Florian Fainelli2012-07-0616-22/+48
| | | | | | | | 963281T_TEF board) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: swizzle address for PCI byte/word access on AR71xxGabor Juhos2012-07-061-0/+111
| | | | | | Closes #11683. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P boardGabor Juhos2012-07-061-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge new board patches into the generic patchGabor Juhos2012-07-064-128/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: OM2P LC sysupgrade patchGabor Juhos2012-07-061-2/+4
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] call of_node_put() on ethernet nodeFlorian Fainelli2012-07-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] fix EPHY clock bit definition after r32489Florian Fainelli2012-07-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] give an unique partition identifier for dLAN USB Extender Combined ↵Florian Fainelli2012-07-051-1/+1
| | | | | | partition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: set firmware version for the TL-WR2543NGabor Juhos2012-07-051-4/+4
| | | | | | | | This ensures that the resulting firmware can be flashed from the latest (v3.13.17) offical firmware. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make 2.4GHz wlan LED work on the WR2543NGabor Juhos2012-07-051-0/+2
| | | | | | | | Because ath9k does not supports separate LEDs for different bands yet, the 2.4GHz LED will show the activity, even if the 5GHz band is selected. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: OM2P sysupgrade supportGabor Juhos2012-07-052-0/+176
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the OpenMesh OM2P-LC boardGabor Juhos2012-07-056-5/+71
| | | | | | Patch-by: Marek Linder <marek@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add profile and build image for the Atheros AP136 reference boardGabor Juhos2012-07-052-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: AP136 user-space supportGabor Juhos2012-07-054-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for the Qualcomm Atheros AP136 boardGabor Juhos2012-07-0521-43/+457
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for the QCA955X SoCsGabor Juhos2012-07-0523-28/+974
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refactor PCI code to allow registering multiple PCI controllersGabor Juhos2012-07-0517-15/+1739
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: start aneg on each PHY of the AR8327Gabor Juhos2012-07-051-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] add missing interrupts properties to some device nodesFlorian Fainelli2012-07-041-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update the EW Dorin MTD layout, increase kernel partition size ↵Felix Fietkau2012-07-041-2/+2
| | | | | | (requested by EW) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: bcm63xx-spi does not depend on spi-bitbangJonas Gorski2012-07-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32594 3c298f89-4303-0410-b956-a3cf2f4a3e73