summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-301-1/+1
| | | | SVN-Revision: 31541
* kernel: update linux 3.2 to 3.2.16Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31459
* Adding wifi eeprom extract for ARV752DPW - Easybox 802John Crispin2012-04-231-1/+1
| | | | | | Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com> SVN-Revision: 31443
* change /etc/config/network according to actual VLAN config to enable LAN ↵Mirko Vogt2012-04-211-1/+1
| | | | | | | | | | | | | | | | | port 4 on the ARV4520PW board The VLAN mapping on the ARV4520PW board is the following: port on Router: | VLAN in software: LAN 1 | 3 LAN 2 | 2 LAN 3 | 1 LAN 4 | 0 DSL | 4 So LAN4 is not VLAN4 but VLAN0 (VLAN4 is DSL port) -> set "3 2 1 0 5t" as default switch config. SVN-Revision: 31391
* kernel: also update the targets to use 3.2.15Jonas Gorski2012-04-171-1/+1
| | | | | | Thanks Gabor for spotting it. SVN-Revision: 31337
* kernel: update linux 3.3 to 3.3.2Jonas Gorski2012-04-1769-1012/+190
| | | | SVN-Revision: 31336
* kernel: update linux 3.2 to 3.2.15Jonas Gorski2012-04-1772-1066/+190
| | | | SVN-Revision: 31335
* adds 3.3 patches and filesJohn Crispin2012-04-1697-0/+56546
| | | | SVN-Revision: 31307
* update 3.2 patchesJohn Crispin2012-04-1275-318/+1524
| | | | | | sync with lantiq kernel series SVN-Revision: 31260
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-091-1/+1
| | | | SVN-Revision: 31222
* add Easybox 802 - ARV752DPWJohn Crispin2012-04-051-0/+29
| | | | | | | | Implements the ARV752DPW architecture in mach-arv.c Signed-off-by: Christian Rustmeier <rustmeier@gmail.com> SVN-Revision: 31206
* enable usb on dgn3500John Crispin2012-04-051-0/+3
| | | | | | | | A power-enable toggle gpio is not available, it is always on and protected with a resettable fuse. Signed-off-by: Pieter Voorthuijsen<p.voorthuijsen at gmail.com> SVN-Revision: 31205
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-0177-1118/+227
| | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158
* ath9k: make endian check optionalFelix Fietkau2012-03-271-0/+1
| | | | | | | Turns out it triggers on some AR71xx devices where no swapping should be done. Enable endian check for the lantiq target. SVN-Revision: 31084
* cleanup atheros wifi handlingJohn Crispin2012-03-254-4/+139
| | | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31064
* cleanup image makefileJohn Crispin2012-03-251-174/+44
| | | | SVN-Revision: 31063
* update /etc/uci-defaults/*John Crispin2012-03-252-101/+53
| | | | SVN-Revision: 31062
* update profilesJohn Crispin2012-03-252-6/+17
| | | | SVN-Revision: 31061
* bump kernel to 3.2.12John Crispin2012-03-25135-2275/+30640
| | | | SVN-Revision: 31060
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainedFelix Fietkau2012-03-191-3/+3
| | | | SVN-Revision: 31015
* lantiq: load dwc_otg earlyJonas Gorski2012-03-141-1/+1
| | | | | | | | Needed for using external rootfs on usb sticks. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 30940
* fixes etop locking issueJohn Crispin2012-02-231-6/+5
| | | | SVN-Revision: 30689
* generate uboot environment data in targetJohn Crispin2012-02-141-0/+32
| | | | | | | | | | | With this patch it is possible to generate uboot environment config file inside lantiq target. Currently it is only supporting GIGASX76X board. uboot environment config is used by fw_printenv fw_setenv tools. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30537
* fix compile error in previous commitJohn Crispin2012-02-141-10/+10
| | | | SVN-Revision: 30534
* Support booting the Speedport W502V using BRN-BOOT.John Crispin2012-02-143-7/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline patches the uncompressed kernel so the registeres a0 to a3 are initialized and the memory size is passed in. mkbrnboot takes the lzma compressed kernel and squashfs images and creates a firmware image that can be flashed using the BRN-BOOT recovery kernel, which is booted by holding both buttons when powering up the device and will listen on http://192.168.2.1. The firmware file from bin/lantiq/ to use is openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage The BRN-BOOT recovery kernel does size-check the image, so if it's too big to fit into flash it will complain accordingly. A second patch is needed to make the wired network interface work since there is no u-boot to pre-initialise it. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 30532
* fixes irq locking in ethernet driverJohn Crispin2012-02-141-0/+71
| | | | SVN-Revision: 30522
* fixes gpio_export patchJohn Crispin2012-02-141-8/+8
| | | | SVN-Revision: 30521
* add annex selection support to ltq_dsl packageJohn Crispin2012-02-142-5/+27
| | | | SVN-Revision: 30518
* kernel: update linux 3.1 to 3.1.10Jonas Gorski2012-01-311-1/+1
| | | | SVN-Revision: 29966
* gigaset 76xJohn Crispin2012-01-172-21/+17
| | | | | | | | | | | * fixes leds * adds all leds found on the sx763 board * removes board_config from flash layout because wireless data is stored in kernel (ath5k) * fix button handling Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 29763
* kernel: update linux 3.1 to 3.1.9Jonas Gorski2012-01-131-1/+1
| | | | SVN-Revision: 29726
* linux: update 3.1 to 3.1.4Jonas Gorski2011-12-063-29/+17
| | | | SVN-Revision: 29470
* lantiq: bump to 3.1.3John Crispin2011-11-281-1/+1
| | | | SVN-Revision: 29348
* lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patchJohn Crispin2011-11-231-51/+0
| | | | | | This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch SVN-Revision: 29294
* lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland ↵John Crispin2011-11-229-65/+404
| | | | | | | | api * minor style cleanups Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 29292
* lantiq: add runtime generation of /etc/config/networkJohn Crispin2011-11-154-26/+135
| | | | SVN-Revision: 29161
* lantiq: fix falcon build breakageJohn Crispin2011-11-144-18/+30
| | | | | | dev-wifi-rt2x00 fails to build on falcon due to missing pci SVN-Revision: 29129
* linux: update 3.1 to 3.1.1Jonas Gorski2011-11-137-67/+41
| | | | SVN-Revision: 29007
* lantiq: add uci-defaults code for handling ledsJohn Crispin2011-11-121-0/+102
| | | | SVN-Revision: 29004
* lantiq: add /lib/lantiq.sh and make hotplug handlers use itJohn Crispin2011-11-122-1/+12
| | | | SVN-Revision: 29003
* lantiq: rename ledsJohn Crispin2011-11-122-15/+15
| | | | SVN-Revision: 29002
* lantiq: split compat headers out of bsp header patchJohn Crispin2011-11-122-71/+31
| | | | SVN-Revision: 29001
* lantiq: adds hotplug handler for loading rt2x00 firmwareJohn Crispin2011-11-121-0/+39
| | | | SVN-Revision: 29000
* lantiq: adds hotplug handler for handling buttons and makes w303v work with itJohn Crispin2011-11-122-2/+39
| | | | SVN-Revision: 28999
* lantiq: cleanup default package selectionJohn Crispin2011-11-1210-39/+39
| | | | SVN-Revision: 28998
* lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how ↵John Crispin2011-11-124-16/+77
| | | | | | to use it SVN-Revision: 28994
* lantiq: improve falcon package selectionJohn Crispin2011-11-113-5/+2
| | | | SVN-Revision: 28962
* lantiq: fix breakage introduced in 3.1 bumpJohn Crispin2011-11-1110-5/+326
| | | | SVN-Revision: 28961
* lantiq: remove obseleted folder. we use 3.1 nowJohn Crispin2011-11-031-13/+0
| | | | SVN-Revision: 28728
* lantiq: bump to 3.1John Crispin2011-11-03113-47364/+1072
| | | | SVN-Revision: 28721