summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/network
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: add user-space support for the OpenMesh MR600 boardGabor Juhos2012-11-181-0/+1
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34232
* ar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor boardGabor Juhos2012-11-131-1/+2
| | | | | | | Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34197
* ar71xx: add user-space part for the CAP4200AGGabor Juhos2012-10-271-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33957
* ar71xx: ew-dorin: added ethernet switch configurationGabor Juhos2012-10-141-1/+6
| | | | | | | Signed-off-by: embedded wireless GmbH <info at embeddedwireless.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33768
* ar71xx: user-space support for TL-WR841N/ND v8Gabor Juhos2012-10-041-0/+6
| | | | SVN-Revision: 33622
* ar71xx: use different machtype and setup for the TL-MR3040Gabor Juhos2012-09-241-0/+1
| | | | | | Should fix #12211. Compile tested only. SVN-Revision: 33535
* ar71xx: revert DIR-825-B1 wholeflash image support.Gabor Juhos2012-09-181-3/+0
| | | | | | | | | | It should be implemmented in a cleaner way. This reverts the following commits: [ar71xx] dir-825-b1: Fix wholeflash images [ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash" SVN-Revision: 33459
* dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵Daniel Dickinson2012-09-171-1/+2
| | | | | | (-openwrt) image from the normal image would brick (but recoverable via emergency flash) the router if the wholeflash image was larger than the maximum size for a normal image. First we rename the -openwrt images to -wholeflash since -openwrt is really too generic. We also revert the changes to the regular dir-825-b1 image, which now is the same as before, but add a -towholeflash image which is almost the same as the regular dir-825-b1 image, but copies caldata to new location and allows flashing of images that use the full flash (except u-boot, u-boot-env, and caldata paritition space) (these are the -wholeflash images). SVN-Revision: 33447
* ar71xx: add initial support for RB2011UAS-2HnDGabor Juhos2012-09-091-1/+2
| | | | SVN-Revision: 33349
* ar71xx: add preliminary support for Mikrotik RB2011LGabor Juhos2012-09-091-1/+2
| | | | | | | | | | | | | This patch adds preliminary support for the Mikrotik RB2011L. The NAND flash is not yet supported, so only the initramfs kernel can be used for now. [juhosg: remove unnecessary PCI/USB related stuff, the board does not use that, update commit message] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 33344
* dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be ↵Daniel Dickinson2012-09-061-0/+2
| | | | | | flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware. SVN-Revision: 33326
* ar71xx: detect ALL0315N boardGabor Juhos2012-08-271-0/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33282
* ar71xx: TEW-712BR user space supportGabor Juhos2012-08-221-0/+1
| | | | SVN-Revision: 33232
* ar71xx: add ALL0305 board aliasGabor Juhos2012-08-221-0/+1
| | | | | | | | | | For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33224
* ar71xx: ew-dorin: added router firmware generationGabor Juhos2012-08-011-1/+2
| | | | | | | | [juhosg: remove dead code] Signed-off-by: embedded wireless GmbH <info@embeddedwireless.de> SVN-Revision: 32934
* ar71xx: AP136 user-space supportGabor Juhos2012-07-051-0/+1
| | | | SVN-Revision: 32608
* ar71xx: add user space support for the TL-WDR4300Gabor Juhos2012-06-191-0/+1
| | | | SVN-Revision: 32460
* ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵Felix Fietkau2012-06-191-0/+6
| | | | | | embeddedwireless.de) SVN-Revision: 32447
* ar71xx: add support for the TP-Link TL-WR1041N v2 boardGabor Juhos2012-05-051-0/+7
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31608
* ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnDGabor Juhos2012-04-061-0/+2
| | | | | | | | | | | | | | | | | Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done and thank you everyone else who contributed. To-Do: LED for wlan is not yet activated To-Do: TxPower over 20dBm (RB751U) or 22dBm (RB751G) are not accepted by the router Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> [juhosg: fix line wrapped patch, fix checkpatch errors, add missing kernel patches] SVN-Revision: 31208
* ar71xx: add initial support for RB750GLGabor Juhos2012-03-191-0/+8
| | | | SVN-Revision: 31025
* ar71xx: use AR8327 on the DB120 boardGabor Juhos2012-03-181-3/+6
| | | | SVN-Revision: 31012
* ar71xx: add support for the jjPlus JA76PF2 boardGabor Juhos2012-03-161-1/+2
| | | | SVN-Revision: 30957
* ar71xx: add support for the TRENDNet TEW-673GRU boardGabor Juhos2012-02-081-1/+2
| | | | SVN-Revision: 30376
* ar71xx: support for D-LINK DIR-615 rev. E4Gabor Juhos2012-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | 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-311-0/+1
| | | | | | | | | | | | | | | | | | | 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
* add support for the Atheros AP113 reference boardFlorian Fainelli2012-01-281-1/+2
| | | | | | | | | This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch SVN-Revision: 29935
* ar71xx: add support for Compex WPE72/WPE72NXGabor Juhos2012-01-261-1/+2
| | | | | | | | | | | 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
* ar71xx: add initial support for the TL-WR2543N/ND boardGabor Juhos2012-01-071-0/+7
| | | | | | The WLAN LEDs are not working yet. SVN-Revision: 29680
* ar71xx: fix RB-750 network configurationGabor Juhos2012-01-061-1/+1
| | | | SVN-Revision: 29668
* ar71xx: add inital support for the ALFA Network AP96 boardGabor Juhos2012-01-041-0/+1
| | | | | | | | The microSD slot and the Real Time Clock is not working yet. The miniPCIe interface is not tested due to the lack of a suitable card. SVN-Revision: 29662
* ar71xx: use the TL-MR3x20 code for the TL-WR841N/ND v7Gabor Juhos2012-01-041-0/+1
| | | | | | | These models are based on the AP99 reference board, and uses the AR7241 SoC. SVN-Revision: 29658
* ar71xx: fix network configuration for the TL-WA901N/ND boardsGabor Juhos2012-01-041-5/+1
| | | | SVN-Revision: 29654
* ar71xx: add support for TP-Link TL-MR3020Gabor Juhos2012-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the TP-Link device TL-MR3020 which is very similiar to the TL-WR703N. The TL-MR3020 uses 5 LEDs, 1 push button and a switch with 3 positions. Only four LEDs can be controlled via GPIO. The power LED is connected to the power supply. The WPS push button has been mapped to KEY_WPS_BUTTON. The two GPIO signals of the sliding switch have been mapped to BTN_0 and BTN_1. I have also setup a wiki page with details here: http://wiki.openwrt.org/toh/tp-link/tl-mr3020 USB is working and has been tested with USB mass storage and USB UMTS stick. Wifi also seems to work. Ethernet is working too. Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29651
* ar71xx: add support for the ALFA Network N2/N5 boardsGabor Juhos2012-01-011-0/+1
| | | | SVN-Revision: 29635
* ar71xx: add default network config for buffalo WZR-HP-G300NH2 and WZR-HP-G450HJonas Gorski2011-12-211-0/+8
| | | | | | Thanks netprince for reporting and testing. SVN-Revision: 29595
* ar71xx: connect GMAC0 to the internal switch on DB120Gabor Juhos2011-12-151-0/+6
| | | | | | | | Because the external switch has no driver yet, connect GMAC0 to the PHY4 of the internal switch for now. This allows to use the DB120 board as a router with 4LAN+1WAN ports. SVN-Revision: 29557
* ar71xx: add support for Ubiquiti AirRouterGabor Juhos2011-12-011-0/+1
| | | | | | Signed-off-by: Gergely Barta <gergely.barta@printerfairkft.hu> SVN-Revision: 29395
* ar71xx: use /lib/functions/uci-defaults.shGabor Juhos2011-12-011-124/+49
| | | | SVN-Revision: 29385
* ar71xx: create TL-WA901ND network config from uci-defaultsGabor Juhos2011-11-071-0/+5
| | | | SVN-Revision: 28833
* ar71xx: create ALL0258N network config from uci-defaultsGabor Juhos2011-11-071-0/+4
| | | | SVN-Revision: 28832
* ar71xx: create NBG{460N,550N,550NH} network config from uci-defaultsGabor Juhos2011-11-071-0/+6
| | | | SVN-Revision: 28831
* ar71xx: create WZR-HP-G300NH network config from uci-defaultsGabor Juhos2011-11-071-0/+6
| | | | SVN-Revision: 28830
* ar71xx: create RB-493G network config from uci-defaultsGabor Juhos2011-11-071-0/+9
| | | | SVN-Revision: 28829
* ar71xx: create TL-WR1043ND network config from uci-defaultsGabor Juhos2011-11-071-0/+7
| | | | SVN-Revision: 28828
* ar71xx: create WRT160NL network config from uci-defaultsGabor Juhos2011-11-071-0/+6
| | | | SVN-Revision: 28827
* ar71xx: create PB92 network config from uci-defaultsGabor Juhos2011-11-071-0/+7
| | | | SVN-Revision: 28826
* ar71xx: create DIR-825-B1 network config from uci-defaultsGabor Juhos2011-11-071-0/+6
| | | | SVN-Revision: 28825
* ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaultsGabor Juhos2011-11-071-0/+17
| | | | SVN-Revision: 28824
* ar71xx: create RB-450 network config from uci-defaultsGabor Juhos2011-11-071-0/+6
| | | | SVN-Revision: 28823