summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: add support for hornet-ub-x2Luka Perkov2013-08-152-1/+11
| | | | | | | | The hornet-ub-x2 is hornet-ub variant with double more flash and ram. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37788
* ar71xx: fix TL-WR710N board detectionJohn Crispin2013-08-141-0/+3
| | | | | | | | | | Fix for recognize TL-WR710N http://patchwork.openwrt.org/patch/3946/ Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 37782
* ar71xx: remove duplicate dir505 entry from board detection codeJohn Crispin2013-08-061-3/+0
| | | | | | | | https://dev.openwrt.org/ticket/14006 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37723
* ar71xx: add support for dir 505 a1John Crispin2013-08-055-0/+16
| | | | | | | | | | this patch is based on ... -> https://forum.openwrt.org/viewtopic.php?pid=179902#p179902 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37703
* ar71xx: add user-space support for the WNR612 v2 boardGabor Juhos2013-07-284-2/+10
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3876/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37576
* ar71xx: add user-space support for the TL-WR710N boardGabor Juhos2013-07-284-0/+6
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37573
* ar71xx: add model detection for the MERCURY MW4530R boardGabor Juhos2013-07-281-0/+3
| | | | | | | | | | | | Mercury MW4530R is a TP-Link TL-WDR4310 clone but with a much lower price tag (~ $40). This patch is tested to work at trunk r37525. Signed-off-by: Leon Xu <ylxu72@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3856/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37570
* ar71xx: add user-space support for the TL-MR10U boardGabor Juhos2013-07-264-0/+6
| | | | | | | | | | | Based on andelf's patch: http://andelf.diandian.com/post/2013-05-22/40050677370 Signed-off-by: Oleg Titov <oleg.titov@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3840/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37548
* ar71xx: fix switch port map for the Archer C7Gabor Juhos2013-07-221-2/+8
| | | | | | | | | | | The correct port number for the WAN port is 1. Update the VLAN port maps to reflect that. https://forum.openwrt.org/viewtopic.php?pid=203755#p203755 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37507
* ar71xx: use mtd_get_part_size helperGabor Juhos2013-07-201-13/+1
| | | | | | | | | Drop the local get_mtd_part_size implementation and use the equivalent function provided by lib/functions.sh. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37476
* ar71xx: add carambola2 supportJohn Crispin2013-07-113-1/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37260
* base-files: input/button drivers get loaded before preinit by procdJohn Crispin2013-06-211-13/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37000
* base-files: diag does not need to insmod any drivers, procd already did it ↵John Crispin2013-06-211-3/+0
| | | | | | | | for us Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36999
* ar71xx: drop procd_init console hackJohn Crispin2013-06-212-27/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36992
* ar71xx: create a separated network interface for the RB2011UAS SFP portGabor Juhos2013-05-301-0/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36800
* ar71xx: add user-space support for RB2011UASGabor Juhos2013-05-302-0/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36793
* ar71xx: add user-space support for TP-LINK Archer C7 boardGabor Juhos2013-05-305-1/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36789
* ar71xx: typo in detect TL-MR10U/TL-MR11UGabor Juhos2013-05-261-2/+2
| | | | | | | | | | At offset 0x40, signature for TL-MR10U/TL-MR11U begin from 0x00, not 0x10/0x11. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36727
* ar71xx: add TP-LINK TL-MR10UGabor Juhos2013-05-261-0/+3
| | | | | | | | | | Small router with 4MB flash, 32MB RAM http://www.tp-link.com.cn/product_300.html Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36722
* ar71xx: add user-space model detection for the RNX-N360RT boardGabor Juhos2013-05-081-1/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36581
* ar71xx: add user-space support for Netgear WNDAP360Gabor Juhos2013-05-085-0/+12
| | | | | | | | | | [juhosg: this has been created from the following patch: http://patchwork.openwrt.org/patch/3620/ ] Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36579
* ar71xx: add user-space support for WNR2000v3Gabor Juhos2013-04-262-1/+5
| | | | | | | Signed-off-by: Mathieu Olivari <mathieu.olivari@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36461
* ar71xx: add user-space support for the TL-WR720N v3 boardGabor Juhos2013-04-264-1/+10
| | | | | | | Signed-off-by: yousong <yszhou4tech@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36457
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-221-1/+1
| | | | SVN-Revision: 36384
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+8
| | | | SVN-Revision: 36278
* ar71xx: add default LED configuration for the WL-WRD3500Gabor Juhos2013-03-241-0/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36120
* ar71xx: add diag support for the TL-WDR3500Gabor Juhos2013-03-241-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36117
* ar71xx: add default switch configuration for the TL-WDR3500Gabor Juhos2013-03-241-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36116
* make sure errors get sent to /dev/nullJohn Crispin2013-03-121-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35987
* ar71xx: add user-space support for MR3420v2Gabor Juhos2013-03-115-0/+16
| | | | | | | | Patch-by: Dmytro <dioptimizer@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3442/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35962
* ar71xx: add user space support for dir-835-a1Gabor Juhos2013-03-115-6/+9
| | | | | | | | Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Patchwork: http://patchwork.openwrt.org/patch/3425/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35958
* ar71xx: correct board name to make LEDs work on RB750Gabor Juhos2013-03-101-1/+1
| | | | | | | | Patch by: Denver A <denvera@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3419/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35919
* ar71xx: rework changes from r35840Luka Perkov2013-03-037-14/+5
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35865
* ar71xx: add support for Buffalo WZR 600DHPLuka Perkov2013-03-017-4/+13
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35840
* ar71xx: add model detection for the TL-WA830RE boardGabor Juhos2013-02-251-0/+3
| | | | | | | Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35788
* ar71xx: migrate to common led helper functionsGabor Juhos2013-02-181-29/+5
| | | | | | | | | [juhosg: migrate to status_led_blink_{preinit,failsafe} helpers] Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35650
* ar71xx: add user-space support for the Mikrotik RB951G boardGabor Juhos2013-02-172-0/+4
| | | | | | | | | | [juhosg: change rb-951g to rb-951g-2hnd in the scripts] Patchwork: http://patchwork.openwrt.org/patch/3257/ Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35634
* ar71xx: fix switch-config for dir-825-c1Gabor Juhos2013-02-131-7/+1
| | | | | | | Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35588
* ar71xx: add script for automatic switch name migrationGabor Juhos2013-02-111-0/+106
| | | | | | | | Thanks to Jonas Gorski for the help. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35567
* ar71xx: use switchX names in network configurationGabor Juhos2013-02-111-34/+34
| | | | | | | | | | | | Accessing the AR8xxx switches via the name of the attached ethernet device is not possible since r35560. Change the uci-defaults script to use switchX names in switch configurations. Reported-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35561
* ar71xx: sysupgrade - fix OpenMesh MR600 total flash sizeGabor Juhos2013-02-011-1/+3
| | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35433
* ar71xx: add sysupgrade support for OpenMesh MR600v2Gabor Juhos2013-02-012-0/+3
| | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35430
* ar71xx: add user-space support for OpenMesh MR600v2Gabor Juhos2013-02-013-0/+7
| | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35429
* ar71xx: remove unused OpenMesh MR600 led definitionsGabor Juhos2013-02-011-2/+0
| | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35427
* ar71xx: add user-space support for TL-WDR3500 boardGabor Juhos2013-02-012-0/+7
| | | | | | | | | | Based on http://patchwork.openwrt.org/patch/3208/ Thanks-to: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Gui Iribarren <gui@altermundi.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35424
* ar71xx: add user space support for dir-825-c1Gabor Juhos2013-01-295-0/+18
| | | | | | | | | [juhosg: fix whitespaces in some scripts] Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35402
* ar71xx: add user-space support for the AP132 boardGabor Juhos2013-01-294-0/+14
| | | | | | | | | Based on http://patchwork.openwrt.org/patch/3162/ Signed-off-by: Embedded Wireless GmbH <info at embeddedwireless.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35396
* ar71xx: add TP-LINK WA-801ND to run-time model detectionGabor Juhos2013-01-291-0/+3
| | | | | | | | | A small cosmetic fix to show the HW model name correctly in LuCI. Patch-by: Amir Sagie <openwrt-devel@taproot.org.il> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35365
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-185-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* ar71xx: Add userspace support for AP135Gabor Juhos2012-12-294-1/+9
| | | | | | | Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34918