summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: add tplink header id to sysupgrade and fix a commentJohn Crispin2013-08-061-1/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37719
* lantiq: add (incomplete) support for Aztech GR7000Luka Perkov2013-08-061-0/+6
| | | | | | | | | | *) can not connect to switch chip *) only one usb port is working *) wifi is not working Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37712
* lantiq: several a803 related fixesJohn Crispin2013-08-052-2/+2
| | | | | | | | based on work from Matti Laasko that he posted in the wiki Signed-off-by: John Crispin <blogic@openwrt.or SVN-Revision: 37704
* lantiq: fix VG3503J ethernet/gphy led supportJohn Crispin2013-08-012-5/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37634
* lantiq: add a hook to make leds work on the secondary usb busJohn Crispin2013-07-251-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37538
* lantiq: update ralink wlan firmware hotplug script for new eeprom sizeFelix Fietkau2013-07-151-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37334
* lantiq: diag.sh with both red and green power LEDsJohn Crispin2013-06-101-0/+20
| | | | | | | | | | This provides a boot LED sequence suitable for devices with both red and green LEDs for power. This assumes no "default-on" settings in the device tree. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36899
* 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-302-19/+5
| | | | | | | | | 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: 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
* lantiq: make leds and network work on VG3503JJohn Crispin2013-04-252-0/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36445
* lantiq: fix board detection helpersJohn Crispin2013-04-251-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36444
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+4
| | | | SVN-Revision: 36278
* Migrate lantiq platform to common led helper functionsJohn Crispin2013-04-031-29/+11
| | | | | | | | http://patchwork.openwrt.org/patch/3316/ Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 36187
* add support for AudioCodes AC-252John Crispin2013-03-121-1/+1
| | | | | | | | | user-space support for extracting the EEPROM for the RaLink WiFi is still missing. Besides this, it's all working. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35990
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-183-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* default switch setup for WBMRJohn Crispin2012-12-211-0/+6
| | | | SVN-Revision: 34838
* adds script to set wps info on boards with a wps buttonJohn Crispin2012-12-211-0/+16
| | | | SVN-Revision: 34836
* improve button handlingJohn Crispin2012-12-211-11/+39
| | | | SVN-Revision: 34823
* Do not use deprecated path to functions.sh (/etc/functions.sh -> ↵Mirko Vogt2012-12-191-1/+1
| | | | | | /lib/functions.sh) SVN-Revision: 34793
* minor basefiles fixesJohn Crispin2012-12-192-2/+2
| | | | SVN-Revision: 34790
* cleanup basefilesJohn Crispin2012-12-159-88/+75
| | | | SVN-Revision: 34698
* lantiq: fix sx76x default uci network configurationLuka Perkov2012-09-061-1/+8
| | | | SVN-Revision: 33324
* uboot-envtools: update to 2012.04.01Luka Perkov2012-06-041-32/+0
| | | | SVN-Revision: 32051
* lantiq: use the generic uci-default functions for initial LED setupGabor Juhos2012-05-291-99/+26
| | | | SVN-Revision: 31995
* dgn3500 support with eeprom loading from sysfsJohn Crispin2012-05-271-0/+19
| | | | | | | | | | | | | | | | | WIFI eeprom: As discussed, it is impossible for nand and spi flash platforms to have the eeprom data available from mtd. I suggested to load the eeprom from user-space. I've looked into regular firmware loading but this is only possible when using modules. I've created a sysfs entry that allows reading and writing the eeprom data to the platform data. After loading the eeprom data I rely on pci-hotplug support to disable the bogus pci device and rescan the bus (with fixups and all). Because hotplug is not available, an init script is created that performs the copy from mtd to platform data. I think it is best to eventually move the sysfs functions to dev_wifi_athxk.c file, this would get rid of the external to the ath9k platform data. SPI flash: It seems that the spi-xway driver is not really working. It causes my kernel to crash in all sorts of ways. I added to bitbang SPI to be able to the calibration data mention above. I've kept the original mtd partitioning that Netgear uses. Buttons/LED: Both buttons are working properly. Two leds are not enabled: The red internet led is connected to the pci_gnt1 pin... I can't disable it because then DMA stops working. The green wifi led is connected to an unknown atheros gpio. Signed-off-by: Pieter Voorthuijsen <p.voorthuijsen at gmail.com> SVN-Revision: 31910
* 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
* update /etc/uci-defaults/*John Crispin2012-03-252-101/+53
| | | | SVN-Revision: 31062
* 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
* add annex selection support to ltq_dsl packageJohn Crispin2012-02-142-5/+27
| | | | SVN-Revision: 30518
* gigaset 76xJohn Crispin2012-01-171-0/+2
| | | | | | | | | | | * 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
* lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland ↵John Crispin2011-11-222-1/+12
| | | | | | | | 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-153-26/+130
| | | | SVN-Revision: 29161
* 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: 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-121-0/+22
| | | | SVN-Revision: 28999
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-291-2/+2
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* adds new lantiq kernel. once the codebase is fully tested and know to be ↵John Crispin2010-12-123-0/+55
working on all the devices previously supported by ifxmips, we will drop ifxmips support. SVN-Revision: 24526