summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* bcm63xx: enable bcm6328 support and required driversJonas Gorski2012-05-271-3/+6
| | | | | | | | | | | BCM6328 support is in a usable state, with the following issues * internal switch port not configurable * external phys not supported * broadcom wifis will probably not work correctly * and all other generic bcm63xx issues (so yes, still no ADSL) SVN-Revision: 31883
* bcm63xx: add support for DSL-274XB rev F1Jonas Gorski2012-05-278-6/+146
| | | | SVN-Revision: 31882
* bcm63xx: fix port state after network downJonas Gorski2012-05-271-0/+28
| | | | | | | | bcm_enetsw_probe did not properly reset port states, resulting in connected ports staying disabled after bringing up the interface the second time. SVN-Revision: 31881
* bcm63xx: add a fixup for ath9k devicesJonas Gorski2012-05-2723-63/+1447
| | | | SVN-Revision: 31880
* bcm63xx: add support for the HSSPI controllerJonas Gorski2012-05-2733-55/+1241
| | | | | | | Add support for the HSSPI controller found on bcm6328 and SPI attached flash. SVN-Revision: 31879
* bcm63xx: add preliminary support for bcm6328Jonas Gorski2012-05-2721-18/+1364
| | | | SVN-Revision: 31878
* bcm63xx: add flash type detectionJonas Gorski2012-05-2732-80/+414
| | | | SVN-Revision: 31877
* bcm63xx: pad Speedport W303 V images to 4 MiBJonas Gorski2012-05-271-1/+1
| | | | | | | Prevents CFE from flashing to the second image offset. Fix up the rootfs length on first boot else CFE will complain. SVN-Revision: 31876
* bcm63xx: add a default switch configuration for DSL-274XBJonas Gorski2012-05-271-1/+6
| | | | SVN-Revision: 31874
* bcm63xx: setup network config through uci-defaultsJonas Gorski2012-05-2711-159/+42
| | | | SVN-Revision: 31873
* bcm63xx: move the board name workaround to /lib/brcm63xx.shJonas Gorski2012-05-272-8/+8
| | | | SVN-Revision: 31872
* bcm63xx: use the exact board id as board identification stringJonas Gorski2012-05-272-14/+17
| | | | | | No need to keep the bcm63xx/ at the start or the chipid info at the end. SVN-Revision: 31871
* kernel: fix a warning in the connmark moduleFelix Fietkau2012-05-241-1/+1
| | | | SVN-Revision: 31856
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-2333-47/+40
| | | | SVN-Revision: 31848
* ar71xx: fix an insignificant typoGabor Juhos2012-05-232-2/+2
| | | | | | Patch from #11485. SVN-Revision: 31847
* ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnDGabor Juhos2012-05-231-0/+2
| | | | | | Patch by Kamil Trzciński <ayufan@osk-net.pl> SVN-Revision: 31846
* ar71xx: add support for TP-Link TL-MR3040Gabor Juhos2012-05-233-0/+20
| | | | | | | | | Support for TP-Link TL-MR3040. Power LED not working - always on red, after start should be green. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 31845
* ramips: Add byte queue limits support to net/ethernet/ramips_main.cGabor Juhos2012-05-231-0/+8
| | | | | | | | | | | | | | Add byte queue limits support to net/ethernet/ramips_main.c "Byte queue limits are a mechanism to limit the size of the transmit hardware queue on a NIC by number of bytes. The goal of these byte limits is too reduce latency (HOL blocking) caused by excessive queuing in hardware (aka buffer bloat) without sacrificing throughput." Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31844
* ramips: Enable sysupgrade for Sitecom WL-351Gabor Juhos2012-05-231-0/+1
| | | | | | | | | Sysupgrade works just fine on my Sitecom WL-351 after adding this oneliner. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31843
* linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driverGabor Juhos2012-05-231-0/+10
| | | | | | Should fix #11513. Tested with the x86/generic squashfs image within a VM. SVN-Revision: 31841
* lantiq: allow platforms with rt2x00 to override the mac address without ↵Felix Fietkau2012-05-204-4/+7
| | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835
* kernel: merge a net-next fq_codel backlog handling fixFelix Fietkau2012-05-181-0/+133
| | | | SVN-Revision: 31813
* omap24xx: add support for 3.3Gabor Juhos2012-05-1825-0/+13517
| | | | | | Compile tested only. SVN-Revision: 31810
* cns3xxx: add support for 3.3Gabor Juhos2012-05-1817-0/+27541
| | | | | | Compile tested only. SVN-Revision: 31809
* linux/2.6.39: R.I.P.Gabor Juhos2012-05-18131-71476/+0
| | | | SVN-Revision: 31808
* cns3xxx: sync kernel configGabor Juhos2012-05-181-12/+22
| | | | SVN-Revision: 31807
* cns3xxx: remove 2.6.39 supportGabor Juhos2012-05-1815-27379/+0
| | | | SVN-Revision: 31806
* cns3xxx: switch to 3.1Gabor Juhos2012-05-181-1/+1
| | | | | | Compile tested only. SVN-Revision: 31805
* x86: remove support for old kernelsGabor Juhos2012-05-1816-1916/+0
| | | | SVN-Revision: 31804
* x86: remove subtarget specific LINUX_VERSION overridesGabor Juhos2012-05-1810-11/+2
| | | | SVN-Revision: 31803
* x86/ep80579: switch to 3.3Gabor Juhos2012-05-182-0/+12
| | | | | | | Also fix build errors in the ep80579-drivers package. Compile tested only. SVN-Revision: 31802
* brcm47xx: fix nvram read out on devices with serial flashHauke Mehrtens2012-05-185-31/+36
| | | | | | detect nvram on Linksys E3200 SVN-Revision: 31790
* brcm47xx: bcma: fix null pointerHauke Mehrtens2012-05-181-0/+20
| | | | SVN-Revision: 31789
* brcm47xx: ssb: recognize ARM Cortex M3Hauke Mehrtens2012-05-181-0/+21
| | | | SVN-Revision: 31788
* brcm47xx: some fixes for the USB driverHauke Mehrtens2012-05-182-0/+22
| | | | SVN-Revision: 31787
* cobalt: remove 2.6.39 specific patchesGabor Juhos2012-05-181-370/+0
| | | | SVN-Revision: 31785
* x86/olpc: switch to 3.3Gabor Juhos2012-05-182-0/+123
| | | | | | Compile tested only. SVN-Revision: 31784
* x86: image: select bootscript images by default for OLPCGabor Juhos2012-05-181-0/+1
| | | | SVN-Revision: 31783
* adm5120: add missing config symbols for the rb1xx subtarget, fixes #11407Felix Fietkau2012-05-171-0/+8
| | | | SVN-Revision: 31781
* target: add a feature flag for RTC supportFelix Fietkau2012-05-171-0/+3
| | | | SVN-Revision: 31777
* kernel: add some missing config options added by r31756Hauke Mehrtens2012-05-171-0/+2
| | | | SVN-Revision: 31774
* kernel: ssb/bcma: update to version from wireless-testing tag ↵Hauke Mehrtens2012-05-1726-2412/+4598
| | | | | | master-2012-05-16-2 SVN-Revision: 31772
* brcm47xx: remove support for kernel 3.2Hauke Mehrtens2012-05-1760-11653/+0
| | | | SVN-Revision: 31771
* x86/thincan: switch to 3.3Gabor Juhos2012-05-172-0/+16
| | | | | | Compile tested only. SVN-Revision: 31765
* x86/xen_domu: switch to 3.3Gabor Juhos2012-05-172-0/+76
| | | | | | Compile tested only. SVN-Revision: 31764
* x86/kvm_guest: switch to 3.3Gabor Juhos2012-05-172-0/+77
| | | | | | Compile tested only. SVN-Revision: 31763
* x86/generic: switch to 3.3Gabor Juhos2012-05-172-0/+113
| | | | | | Compile tested only. SVN-Revision: 31762
* kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by ↵Felix Fietkau2012-05-168-1/+2050
| | | | | | | | | | | | | | | | | | | | | | | | | | Dave Täht) Codel is a new AQM algorithm and RED replacement designed by Kathie Nichols and Van Jacobson, and published in ACM queue: http://queue.acm.org/detail.cfm?id=2209336 Codel stands for "Controlled Delay", and needs no knobs in the general case, twiddled, for optimum results. It aims for 5ms of delay, at most, when in use. Additionally, fq_codel (by eric dumazet) builds on codel to provide fair queuing superior to what could be had with SFQ, and drop behavior saner than RED, BLUE, or choke. These patches are backported from net-next and are known to work on Linux 3.3.4 and later. Includes updates to codel for better portability and speed SVN-Revision: 31756
* x86/alix2: switch to 3.3Gabor Juhos2012-05-162-1/+26
| | | | | | Compile tested only. SVN-Revision: 31753
* x86/net5501: switch to 3.3Gabor Juhos2012-05-162-1/+20
| | | | | | Compile tested only. SVN-Revision: 31752