aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* automake: forcibly disable perl ithreads support The SDK when build on a ↵Jo-Philipp Wich2012-02-011-1/+2
| | | | | | machine with perl ithreads enabled will fail to run on many Gentoo systems because perl is usually built without thread capability there. In order to circumvent this issue forcibly disable the ithreads support, tested on CentOS 5.6, Ubuntu 10.04 LTS and Gentoo. SVN-Revision: 29979
* ar71xx: fix ethernet LEDs on the WHR-{G301N,HP-G300N,HP-GN} boardsGabor Juhos2012-01-313-15/+89
| | | | SVN-Revision: 29978
* ar71xx: merge DIR-600 A1 and DIR-615 E4 supportGabor Juhos2012-01-319-390/+25
| | | | SVN-Revision: 29976
* ar71xx: fix ethernet LEDs on the DIR-600-A1 boardGabor Juhos2012-01-313-0/+73
| | | | SVN-Revision: 29975
* ar71xx: unify LED names on D-Link boardsGabor Juhos2012-01-3110-63/+61
| | | | SVN-Revision: 29974
* ar71xx: support for D-LINK DIR-615 rev. E4Gabor Juhos2012-01-3115-7/+428
| | | | | | | | | | | | | | | | | | | | This patch adds support for D-LINK DIR-615 E4 board. It's mostly based on the existing support for DIR-600 A1, with some changes in the leds configuration. It's an updated version of the patch that reliably works on my hw for about a year (it was built from trunk on Jan 2011). When I decided to update the firmware and checked for the current support for that device, I also found previously posted patches by Alexey Loukianov that mentioned some stability issues. I'm not sure where could be the difference, the patches are very similar except the wmac led pin number - I was using 1, and those patches used 17. [juhosg: add 3.2 support] Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com> SVN-Revision: 29973
* ar71xx: add support for TP-Link TL-MR11UGabor Juhos2012-01-3114-7/+272
| | | | | | | | | | | | | | | | | | | Adds support for TL-MR11U, a portable router with very similar hardware to the TL-WR703N and TL-MR3020, but with an onboard 2000mAh battery. Tested, working: All interfaces (Ethernet, 802.11n, USB) WPS & Reset switches (Power appears to be a hardware slider) Ethernet, Wifi, 3G LEDs (Power & charging LEDs hardware controlled) Sysupgrade [juhosg: fix indentations to use TABs instead of spaces, fix 3.2 patch breakage] Signed-off-by: Simon Taylor <simon.taylor.uk@gmail.com> SVN-Revision: 29972
* ar71xx: compress kernel binaries in Image/Prepare stageGabor Juhos2012-01-311-2/+2
| | | | | | The lzma compressed kernel is used by one of the loaders. SVN-Revision: 29971
* ar71xx: use dynamically allocated partitions in wrt160nl_partGabor Juhos2012-01-312-5/+15
| | | | SVN-Revision: 29970
* ramips: change vlan_config for the ALFA W502U boardGabor Juhos2012-01-311-1/+1
| | | | | | This change moves the WAN port into a separate VLAN. SVN-Revision: 29969
* kernel: update linux 3.2 to 3.2.2Jonas Gorski2012-01-318-25/+15
| | | | SVN-Revision: 29967
* kernel: update linux 3.1 to 3.1.10Jonas Gorski2012-01-315-6/+6
| | | | SVN-Revision: 29966
* kernel: update linux 3.0 to 3.0.18Jonas Gorski2012-01-3110-12/+12
| | | | SVN-Revision: 29965
* build 96348R imagesFlorian Fainelli2012-01-301-0/+1
| | | | SVN-Revision: 29960
* remove support for 2.6.39Florian Fainelli2012-01-3040-5202/+0
| | | | SVN-Revision: 29959
* bump to 3.0.17Florian Fainelli2012-01-301-1/+1
| | | | SVN-Revision: 29958
* fix wprobe build for arm on 3.2Florian Fainelli2012-01-301-0/+3
| | | | SVN-Revision: 29957
* ebtales: update to v2.0.10-4Florian Fainelli2012-01-301-3/+3
| | | | SVN-Revision: 29956
* add missing config symbolsFlorian Fainelli2012-01-302-0/+10
| | | | | | Thanks KanjiMonster SVN-Revision: 29955
* fix gpiommc build failure with 3.2Florian Fainelli2012-01-301-1/+2
| | | | SVN-Revision: 29954
* create a config-3.2 for upcoming changes, rebase config-default to 2.6.39Jo-Philipp Wich2012-01-302-130/+442
| | | | SVN-Revision: 29953
* rules.mk: filter "." and "./" entries from $PATH, prevents toolchain build ↵Jo-Philipp Wich2012-01-291-1/+1
| | | | | | issues and likely other problems SVN-Revision: 29951
* patch-specs.sh: gcc 3.4.6 has an additional "(OpenWrt-2.0)" after the ↵Jo-Philipp Wich2012-01-291-1/+1
| | | | | | version tag, cope with that SVN-Revision: 29948
* download.pl: remove ftp.geo.kernel.org mirror, it does not resolveJo-Philipp Wich2012-01-291-2/+0
| | | | SVN-Revision: 29947
* ext-toolchain.sh: rework generated gcc wrapper Only append -L and ↵Jo-Philipp Wich2012-01-291-13/+44
| | | | | | -Wl,-rpath-link flags if the command line contains -l, -L, -shared or -static flags; this is needed to suppress "-rpath-link: linker input file unused because linking not done" on each cc invocation. SVN-Revision: 29946
* patch-specs.sh: fallback to ext-toolchain.sh --wrap if spec file patching is ↵Jo-Philipp Wich2012-01-291-35/+61
| | | | | | not possible (gcc < 4.3.0) SVN-Revision: 29945
* ext-toolchain.sh: support --wrap with src == destJo-Philipp Wich2012-01-291-3/+9
| | | | SVN-Revision: 29944
* add default and Sim.One profilesFlorian Fainelli2012-01-292-0/+39
| | | | SVN-Revision: 29942
* add 3.2 supportFlorian Fainelli2012-01-295-1/+1528
| | | | SVN-Revision: 29941
* add another 3.2 framebuffer symbolFlorian Fainelli2012-01-291-0/+1
| | | | SVN-Revision: 29940
* add support for 3.2 kernelFlorian Fainelli2012-01-295-1/+319
| | | | SVN-Revision: 29939
* switch: fix some memory leaks in switch_parse_vlan()Hauke Mehrtens2012-01-283-7/+8
| | | | SVN-Revision: 29936
* add support for the Atheros AP113 reference boardFlorian Fainelli2012-01-2814-12/+316
| | | | | | | | | This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch SVN-Revision: 29935
* refresh 3.2 patchesFlorian Fainelli2012-01-2812-19/+20
| | | | SVN-Revision: 29934
* autoconf: another relocatability fix for autom4te, substitute hardcoded ↵Jo-Philipp Wich2012-01-281-0/+13
| | | | | | prefix with $STAGING_DIR when reading autom4te.cfg SVN-Revision: 29931
* automake: generate relative aclocal symlinks in staging_dirJo-Philipp Wich2012-01-281-4/+4
| | | | SVN-Revision: 29929
* make sure .config gets copied as file When using scripts/env, .config is ↵Jo-Philipp Wich2012-01-281-1/+1
| | | | | | most likely a symbolic link pointing to env/.config. Previously the symbolic link got copied as-is into the SDK tarball, leading to a dangling .config symlink on the target system which prevented the SDK from working. SVN-Revision: 29927
* brcm47xx: add fix for cardbus host controllerHauke Mehrtens2012-01-272-0/+44
| | | | | | These devices have two devices on the bus, the host controller itself and the device. SVN-Revision: 29923
* mac80211: fix patch when running on ssb based devicesHauke Mehrtens2012-01-271-5/+6
| | | | SVN-Revision: 29922
* ath9k: revert one more linux upstream commit in the initvals to fully fix ↵Felix Fietkau2012-01-271-96/+112
| | | | | | the ar938x tx power issue SVN-Revision: 29920
* ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo ↵Felix Fietkau2012-01-271-0/+192
| | | | | | wzr-hp-g450h SVN-Revision: 29918
* ar71xx: use 64k block size for WZR-HP-AG300HGabor Juhos2012-01-271-1/+1
| | | | SVN-Revision: 29917
* ar71xx: fix sysupgrade image building of atheros boards after r29899Gabor Juhos2012-01-271-10/+10
| | | | SVN-Revision: 29916
* ar71xx: create the temporary directory before building initramfs imagesGabor Juhos2012-01-261-1/+1
| | | | | | Thanks to Florian for reporting. SVN-Revision: 29915
* ar71xx: create a profile and build images for Compex WPE72Gabor Juhos2012-01-262-0/+17
| | | | | | | | | [juhosg: remove ath9k from the the profile package list, build WPE72 image with the Default profile as well] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29914
* firmware-utils/mkmylofw: add WPE72 supportGabor Juhos2012-01-262-0/+4
| | | | | | Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29913
* ar71xx: add support for Compex WPE72/WPE72NXGabor Juhos2012-01-2611-4/+230
| | | | | | | | | | | This patch adds support for Compex WPE72 bare board and Compex WPE72NX Indoor Access Point. [juhosg: add support to 3.2 as well] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29912
* generic: add WPE72 ID to myloader.hGabor Juhos2012-01-261-0/+1
| | | | | | Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29911
* ramips: add support for Sitecom WL-341v3 and other Sercomm IP1006RRv2 boardsGabor Juhos2012-01-2611-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the Sitecom WL-341 v3 and other Sercomm IP1006RRv2 based boards for sysupgrade support and for the initial flash through pushbutton initiated recovery mode with the special partition table and fixes for the quirks and things required by the modified bootloader. There is a known bug, Wi-Fi is not working on my board probably because of the lack of RAM (the board only has 16MiB ram -- half of the normal amount for non rebadged versions, but there is an empty slot for another ram chip,) but I don't know for sure. The driver loads but hostapd fails to load so I think it's not related to the specific device except for the lack of RAM. Moreover, only 7 of the 11 onboard leds are confirmed working, it seems that one of the others is always on and the remaining ones are connected to the wireless card leds already recognized by OpenWrt [juhosg: reordered some parts in order to keep things sorted alphabetically] Signed-off-by: Marco Antonio Mauro <marcus90@gmail.com> SVN-Revision: 29910
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbGabor Juhos2012-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi! On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote: > The driver works quite nice and stable for me using a RaLink Rt5370 USB device. > > Signed-off-by: Daniel Golle <dgolle@allnet.de> > > Index: package/mac80211/Makefile > =================================================================== > --- package/mac80211/Makefile (revision 29114) > +++ package/mac80211/Makefile (working copy) > @@ -1147,6 +1147,7 @@ > CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \ > CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \ > CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \ > + CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \ > CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \ > CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \ > CONFIG_RTL8192CE= \ Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370. Thanks to actmnophn for the hint! This reverts changeset 29116 and adds it to the right section in the Makefile. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29906