summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cmake: update to 2.8.7Florian Fainelli2012-04-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31168
* bison: update to 2.5Florian Fainelli2012-04-023-7/+7
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31167
* ccache: update to 3.1.7Florian Fainelli2012-04-021-4/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31166
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-0192-1142/+244
| | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158
* kernel: add some more missing kernel symbols for 3.2 and 3.3Jonas Gorski2012-04-012-0/+24
| | | | SVN-Revision: 31157
* libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a ↵Jo-Philipp Wich2012-04-012-3/+3
| | | | | | from libnl, fixes error on hostapd interface initialization SVN-Revision: 31155
* revert bad changeTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31154
* Disable xfs on avr32, it has been failing the build for at least a monthTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31153
* mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵Felix Fietkau2012-03-301-1/+1
| | | | | | target SVN-Revision: 31151
* kernel: add some more missing serial 8250 config symbolsJonas Gorski2012-03-3011-0/+55
| | | | SVN-Revision: 31149
* xfsprogs: update download locationFlorian Fainelli2012-03-291-1/+1
| | | | SVN-Revision: 31146
* wpa_supplicant: make key_mgmt default to NONEFelix Fietkau2012-03-291-4/+2
| | | | SVN-Revision: 31145
* ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN ↵Jo-Philipp Wich2012-03-2912-1/+71
| | | | | | network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation SVN-Revision: 31144
* brcm47xx: fix memory leak, backport from the mainline kernelHauke Mehrtens2012-03-291-0/+29
| | | | SVN-Revision: 31143
* brcm47xx: add missing breaks into the nvram read code in the switch case ↵Hauke Mehrtens2012-03-295-7/+12
| | | | | | statements SVN-Revision: 31142
* kernel: restore ebtables functionality by running netfilter hooks when the ↵Felix Fietkau2012-03-292-46/+94
| | | | | | ebtables module is loaded SVN-Revision: 31141
* hostapd: fix driver_madwifi compile issuesFelix Fietkau2012-03-291-18/+2
| | | | SVN-Revision: 31139
* madwifi: fix compile issues with linux 3.1/3.2Felix Fietkau2012-03-293-1/+67
| | | | SVN-Revision: 31138
* mac80211: allow NOHT for IBSS modeJo-Philipp Wich2012-03-291-1/+1
| | | | SVN-Revision: 31137
* soloscli: Add script to syslog ADSL line statsJohn Crispin2012-03-292-1/+21
| | | | | | | | | | I run this from cron. With remote syslog enabled, this means I have a record of ADSL line quality variation — which is useful when diagnosing and reporting faults. Signed-off-by: David Woodhouse <dwmw2@infradead.org> SVN-Revision: 31136
* package: kernel: add missing config symbols for serial-8250Jonas Gorski2012-03-281-1/+3
| | | | SVN-Revision: 31134
* bcm63xx: enable bcm6368 for linux 3.3 and build imagesJonas Gorski2012-03-282-2/+7
| | | | | | Only build bcm6368 images when building for linux 3.3. SVN-Revision: 31133
* bcm63xx: add initial support for bcm6368 boardsJonas Gorski2012-03-284-3/+225
| | | | SVN-Revision: 31132
* bcm63xx: add driver for the internal hw trng on bcm6368Jonas Gorski2012-03-289-7/+470
| | | | SVN-Revision: 31131
* bcm63xx: replace SPI driver with latest upstream versionJonas Gorski2012-03-2825-944/+1342
| | | | SVN-Revision: 31130
* bcm63xx: add ethernet support for bcm6368Jonas Gorski2012-03-2811-534/+2173
| | | | | | | | | Add basic support for the internal ethernet switch on bcm6368. It behaves as a dumb switch for now, but allows basic connectivity. Also drop the ethernet patch for bcm6345 for now, it needs rework. SVN-Revision: 31129
* bcm63xx: add missing bits from extirq supportJonas Gorski2012-03-284-3/+99
| | | | | | Add missing external IRQ code parts for older chips in the new code. SVN-Revision: 31128
* bcm63xx: reorder patchesJonas Gorski2012-03-2840-76/+76
| | | | | | | Reorder patches for a clearer distinction between the purposes of the different patches. SVN-Revision: 31127
* brcm47xx: update flash driversHauke Mehrtens2012-03-2819-692/+372
| | | | SVN-Revision: 31126
* netifd: update to latest version, fixes a segfault with non-bridge interface ↵Felix Fietkau2012-03-281-2/+2
| | | | | | hotplug SVN-Revision: 31125
* Revert commit 31091 - "[target/xburst] remove set but unused variable which ↵Mirko Vogt2012-03-281-13/+0
| | | | | | | | leads into compiling errors with GCC >= 4.6.0" 'set-but-unused-variable'-issues are dealt with in a generic way now SVN-Revision: 31124
* deal with 'set-but-unused-variables' in a more generic wayMirko Vogt2012-03-281-44/+12
| | | | SVN-Revision: 31123
* add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or ↵Felix Fietkau2012-03-286-0/+365
| | | | | | client mode devices over vlans to other hosts SVN-Revision: 31122
* uci: update to latest version, fixes return code of the cli on various failuresFelix Fietkau2012-03-281-3/+3
| | | | SVN-Revision: 31121
* brcm47xx: BCMA - Consolidate/reduce code in bcma_device_nameHauke Mehrtens2012-03-281-25/+10
| | | | | | | | Eliminate unneeded procedure by incorporating code into bcma_device_name Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31120
* brcm47xx: BCMA - Always map 4 bytesHauke Mehrtens2012-03-281-0/+29
| | | | | | | | | | This probably doesn't matter, but reads/writes are always 4 bytes, so always map 4 bytes. Changes since v1: Moved changes to new patch file (234-bcma-always-map-4-bytes.patch). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31119
* ar71xx: boost SPI flash read performanceGabor Juhos2012-03-2711-1/+504
| | | | | | | | | | | | | | | | mtd_speedtest results: page read speed old new delta DB120 929 KiB/s 2597 KiB/s +179.55% TL-WR1043ND v1 754 KiB/s 2166 KiB/s +187.27% TL-WR703N v1 745 KiB/s 2176 KiB/s +192.08% TL-MR3220 v1 752 KiB/s 2154 KiB/s +186.44% TL-WR2543ND v1 564 KiB/s 2130 KiB/s +277.66% TL-WR741ND v2 525 KiB/s 1767 KiB/s +236.57% ALFA-AP96 702 KiB/s 1977 KiB/s +181.62% WNDR3700 697 KiB/s 1965 KiB/s +181.92% SVN-Revision: 31118
* ar71xx: improve SPI flash read/write performanceGabor Juhos2012-03-2718-324/+514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mtd_speedtest results: page write speed old new delta DB120 209 KiB/s 226 KiB/s +8.13% TL-WR1043ND v1 122 KiB/s 148 KiB/s +21.31% TL-WR703N v1 153 KiB/s 194 KiB/s +26.80% TL-MR3220 v1 130 KiB/s 156 KiB/s +20.00% TL-WR2543ND v1 158 KiB/s 202 KiB/s +27.85% TL-WR741ND v2 122 KiB/s 152 KiB/s +24.59% ALFA AP96 229 KiB/s 260 KiB/s +13.54% WNDR3700 202 KiB/s 223 KiB/s +10.40% page read speed old new delta DB120 691 KiB/s 929 KiB/s +34.44% TL-WR1043ND v1 372 KiB/s 754 KiB/s +102.69% TL-WR703N v1 375 KiB/s 745 KiB/s +98.67% TL-MR3220 v1 372 KiB/s 752 KiB/s +102.15% TL-WR2543ND v1 307 KiB/s 564 KiB/s +83.71% TL-WR741ND v2 315 KiB/s 525 KiB/s +66.67% ALFA AP96 515 KiB/s 702 KiB/s +36.31% WNDR3700 515 KiB/s 697 KiB/s +35.34% SVN-Revision: 31117
* ar71xx: image: build initramfs images for more boardsGabor Juhos2012-03-271-0/+16
| | | | SVN-Revision: 31116
* ar71xx: image: add MkuImage{Gzip,Lzma}/initramfs helpersGabor Juhos2012-03-271-4/+12
| | | | SVN-Revision: 31115
* ar71xx: image: pass mtdlayout variables by valueGabor Juhos2012-03-271-16/+16
| | | | SVN-Revision: 31114
* ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfsGabor Juhos2012-03-271-1/+1
| | | | SVN-Revision: 31113
* ar71xx: remove the built-in MTD map of the AP96 boardGabor Juhos2012-03-272-35/+2
| | | | | | Pass the mtd_layout via the kernel command line instead. SVN-Revision: 31112
* ar71xx: remove the built-in MTD map of the PB92 boardGabor Juhos2012-03-272-36/+3
| | | | | | Pass the mtd_layout via the kernel command line instead SVN-Revision: 31111
* ar71xx: remove the built-in MTD map of the Zcomax devicesGabor Juhos2012-03-272-52/+4
| | | | | | Pass the mtd_layout via the kernel command line instead. SVN-Revision: 31110
* ar71xx: reclaim the 'user_property' partition on WHR-* boardsGabor Juhos2012-03-271-2/+2
| | | | SVN-Revision: 31109
* ar71xx: remove the built-in MTD maps of several boardsGabor Juhos2012-03-278-324/+8
| | | | | | | | | | | | | | | | | | | We are passing the MTD layout via the kernel command line, so it makes no sense to duplicate it in mach-* files. The patch removes the built-in MTD maps of the following boards: * AP113 * ALFA N2/N5 * DIR-600 * DIR-615 * DIR-825 * TEW-6{3,5}2BRP * TEW-673GRU * WHR-G301N * WHR-HP-GN * WHR-HP-G300N SVN-Revision: 31108
* ar71xx: use modules for LED triggersGabor Juhos2012-03-274-0/+9
| | | | SVN-Revision: 31107
* package/kernel: create packages for the LED Timer/Default ON triggersGabor Juhos2012-03-271-0/+31
| | | | SVN-Revision: 31106
* package/kernel: allow to build RTC modules for 3.xGabor Juhos2012-03-272-6/+26
| | | | SVN-Revision: 31105