summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* ramips: add support for belkin F7C027 wemo/homeautomatisation plugJohn Crispin2013-06-107-0/+151
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 36897
* lantiq: fix formating in .dts filesLuka Perkov2013-06-0817-45/+46
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36882
* ar71xx: disable routerboard support in the generic subtarget, enable it for ↵Felix Fietkau2013-06-072-11/+12
| | | | | | | | the nand subtarget only Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36879
* kernel/generic: add a few missing kernel config symbolsFelix Fietkau2013-06-071-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36878
* brcm63xx: add user-space support for Netgear CVG834GFlorian Fainelli2013-06-062-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36877
* brcm63xx: add kernel space and image support for the Netgear CVG834GFlorian Fainelli2013-06-0643-96/+218
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36876
* brcm63xx: add Broadcom cable modem firmware format headerFlorian Fainelli2013-06-062-0/+130
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36875
* brcm63xx: add support for BCM3368Florian Fainelli2013-06-063-0/+1009
| | | | | | | | | | | | | Add support for the Broadcom BCM3368 cable modem chipset, includes: - Ethernet - SPI - UARTs - GPIOs - PCI Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36874
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-0526-26/+26
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* omap24xx: convert to use the new jffs2_nandJonas Gorski2013-06-052-4/+2
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36862
* kirkwood: convert to use the new jffs2_nandJonas Gorski2013-06-052-3/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36861
* there's no reason to have these generic files in the bin dir eitherImre Kaloz2013-06-051-11/+0
| | | | SVN-Revision: 36852
* only copy uImages to the bin dir on ramdisk buildsImre Kaloz2013-06-051-0/+2
| | | | SVN-Revision: 36851
* don't copy the zImages to the bin dir, factory u-boots can't use themImre Kaloz2013-06-051-2/+1
| | | | SVN-Revision: 36850
* ar71xx: add support for WIFI button on tp-link tl-mr3220v2Gabor Juhos2013-06-041-3/+23
| | | | | | | | | | | The TP-LINK TL-MR3220 v2 has a button on the left side labeled "WIFI". This is GPIO 24. This patch adds the support for this button. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36848
* generic: add port mirroring/monitoring capability to rtl8366rb switchGabor Juhos2013-06-041-1/+230
| | | | | | | | | | This patch adds swlib attributes to the RTL8366RB switch/PHY found in the TL-WR1043ND router that allow to mirror ethernet packets to a monitor port. Signed-off-by: Colin Leitner <colin.leitner@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36847
* versioned files and dirs still make no sense when you support only a single ↵Imre Kaloz2013-06-048-0/+0
| | | | | | kernel... SVN-Revision: 36836
* refresh patchesImre Kaloz2013-06-042-2/+2
| | | | SVN-Revision: 36835
* add some more symbolsImre Kaloz2013-06-041-0/+4
| | | | SVN-Revision: 36834
* move DT2 related kernel options into the harddist subtargetImre Kaloz2013-06-042-4/+8
| | | | SVN-Revision: 36833
* drop support for the dns323Imre Kaloz2013-06-047-133/+3
| | | | SVN-Revision: 36832
* lantiq: revert [36779] as it caused a regressionJohn Crispin2013-05-311-86/+34
| | | | | | | | | | submitter was informed of a endinaess swap regression and replied with "works on my board" revert the patch and make arv7518 wifi work again Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36807
* ar71xx: register USB port for RB2011U* devicesGabor Juhos2013-05-301-0/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36801
* ar71xx: create a separated network interface for the RB2011UAS SFP portGabor Juhos2013-05-301-0/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36800
* ar71xx: make the SFP port usable on RB2011*S boardsGabor Juhos2013-05-301-0/+35
| | | | | | | | | | | The port 6 of the switch is connected to the SFP cage on the RB2011*S boards. Add a helper function to correctly initialize the switch configuration data on those boards to make the SFP port usable. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36799
* generic: ar8216: allow to specify SGMII config via platform dataGabor Juhos2013-05-303-3/+34
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36798
* generic: ar8216: add get_port_link callbackGabor Juhos2013-05-302-2/+19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36797
* ar71xx: rb2011: add switch led control valuesGabor Juhos2013-05-301-1/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36796
* ar71xx: rb2011: update RGMII RX/TX delay valuesGabor Juhos2013-05-301-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36795
* ar71xx: rb2011: move NAND nCE init to rb2011_nand_initGabor Juhos2013-05-301-6/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36794
* ar71xx: add user-space support for RB2011UASGabor Juhos2013-05-302-0/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36793
* ar71xx: add kernel support for the RB2011UASGabor Juhos2013-05-302-0/+18
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36792
* generic: ar8216: show chip revision in the kernel logGabor Juhos2013-05-301-2/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36791
* ar71xx: add profile and build image for the Archer C7 boardGabor Juhos2013-05-302-0/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36790
* ar71xx: add user-space support for TP-LINK Archer C7 boardGabor Juhos2013-05-305-1/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36789
* ar71xx: add kernel support for the TP-LINK Archer C7 boardGabor Juhos2013-05-303-0/+281
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36788
* ar71xx: add USB workarounds for AR934x/QCA955x SoCsGabor Juhos2013-05-302-0/+187
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36787
* ar71xx: add profile and build image for the DIR-601-B1Gabor Juhos2013-05-302-0/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36786
* ar71xx: allow to build CameoHornet images for multiple regionsGabor Juhos2013-05-301-6/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36785
* ar71xx: allow to override fw version in CameoHornet profileGabor Juhos2013-05-301-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36784
* lantiq: ARV752DPW: fix reboot loop caused by wrong GPIO settingJohn Crispin2013-05-301-3/+3
| | | | | | | | | | | | | The GPIO buttons of ARV752DPW are active low. Treating them as active high caused a reboot loop as a reset-button press is detected by gpio-button-hotplug/gpio-keys-polled on startup. This fixes: https://dev.openwrt.org/ticket/12642 Signed-off-by: Rafael Gieschke <rafael@gieschke.de> SVN-Revision: 36783
* lantiq: Fix ar8216 switch configurationJohn Crispin2013-05-301-2/+2
| | | | | | | | On linux 3.8 the switch is named as "switch0", but the network configuration script names it as "eth0", causing no communication over ethernet due to no proper VLAN config. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36782
* lantiq: DGN3500 supportJohn Crispin2013-05-303-23/+15
| | | | | | | | | This requires all the preceding patches and finishes support for the DGN3500, also removing an obsolete file. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36781
* lantiq: enable retrieving kernel args from bootloaderJohn Crispin2013-05-303-0/+36
| | | | | | | | | | This patch is a device tree enhancement that IMHO is worthy of mainline. It allows the bootloader's commandline to be preserved even when the device tree specifies one. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36780
* lantiq: wifi calibration from MTDJohn Crispin2013-05-301-34/+86
| | | | | | | | | This patch enables retrieving the wifi calibration data from an MTD partition. It requires the previous patch. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36779
* lantiq: postpone PCI and wifi initJohn Crispin2013-05-301-2/+10
| | | | | | | | | This postpones the initialization of PCI and wifi until after the MTD initialization, so that calibration data may be loaded from there. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36778
* lantiq: fix LED-handling oversightsJohn Crispin2013-05-301-1/+1
| | | | | | | | | This reassigns the PPPoE status to the LED that was intended to indicate it, rather than the DSL sync light. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36777
* ramips: set correct description for rt305x subtargetJohn Crispin2013-05-301-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36775
* imx6: add new targetLuka Perkov2013-05-297-0/+510
| | | | SVN-Revision: 36753
* kernel: generic: remove upstream patches for 3.10-rc3 and refresh patchesLuka Perkov2013-05-297-840/+4
| | | | SVN-Revision: 36752