summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: Add support for WZR-HP-G301NHGabor Juhos2011-04-121-0/+26
| | | | | | | | | | | | | | Add support for the Buffalo WZR-HP-G301NH. The only difference between it and the WZR-HP-G00NH is that it has a RTL8366RB instead of a RTL8366S. Since we don't do runtime detection of the switch, we need a separate machine definition for it. While we are at it, also rename the profile to reflect that it now is for more than one device. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26601
* ar71xx: add default configuration for the switch on AP96Felix Fietkau2011-03-151-0/+10
| | | | | | | Enables forwarding of frames between the switch ports (eth0). Patch by Jouni Malinen SVN-Revision: 26180
* ar71xx: add support for the TP-Link TL-WA901ND v2 boardGabor Juhos2011-03-131-0/+11
| | | | | | Patch-by: Jonathan Benett <jbscience87@gmail.com> SVN-Revision: 26119
* ar71xx: add support for the WNDR3700v2 boardGabor Juhos2011-01-261-0/+69
| | | | | | Based on a patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 25118
* ar71xx: add missing files for the JA76PF boardGabor Juhos2010-12-101-0/+26
| | | | SVN-Revision: 24444
* ar71xx: add support for the TP-LINK TL-MR3220 v1 boardGabor Juhos2010-12-101-0/+24
| | | | SVN-Revision: 24439
* ar71xx: add default network configuration file for the TL-MR3420Gabor Juhos2010-12-101-0/+24
| | | | SVN-Revision: 24437
* ar71xx: add nbg460n image generationGabor Juhos2010-12-101-0/+26
| | | | | | | | This adds image generation for NBG460N/550N/550NH boards. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 24419
* tune rtl8366s default config, make vlan 1 cpu port tagged and use eth0.1 for ↵Jo-Philipp Wich2010-12-023-6/+6
| | | | | | the lan interface - this brings the configuration more in line with other switch setups SVN-Revision: 24215
* ar71xx: Configure WNDR3700 switch LED colors properly (#8103)Felix Fietkau2010-11-041-10/+8
| | | | | | | | | | | For WNDR3700, use green for 1Gb/s and amber for 100Mb/s and 10Mb/s on the four LAN port switch LEDs. The LEDs will be lit to indicate a link and will blink to indicate activity. This matches the stock firmware and the description printed on the label on the unit's underside. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23879
* ar71xx: remove dev-ap91-eth.c. switch its only user (RB-750) to the new ↵Felix Fietkau2010-10-141-5/+9
| | | | | | switch driver SVN-Revision: 23439
* ar71xx: use the new ar7240 switch driver on the DIR-600-A1 as well (fixes #7563)Felix Fietkau2010-10-141-5/+9
| | | | SVN-Revision: 23432
* ar71xx: initial support for jjPlus JWAP003Gabor Juhos2010-10-011-0/+16
| | | | | | | | | Patch-by: Cezary Jackiewicz <cezary@eko.one.pl> (the GPIODEV code has been removed, the sysfs interface can be used to control the GPIO lines instead - juhosg) SVN-Revision: 23165
* Add support for Atheros AP96 reference boardFelix Fietkau2010-09-271-0/+16
| | | | | | | | | | | | This is still preliminary and not really tested much. Anyway, this version seems to be enough to get both wired and wireless interfaces working. Buttons and leds are also working. mach-ap96.c is based on mach-wndr3700.c. Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> SVN-Revision: 23125
* ar71xx: add a new driver for the ar7240 switch using swconfig. hooks ↵Felix Fietkau2010-08-161-5/+9
| | | | | | directly into the ethernet driver, as MAC resets also require switch reinitializations and the switch is part of the cpu core anyway switch only tl-wr741nd (and other devices using this board file, such as tl-wr841nd) over to using this by default, as other devices are still untested fixes #7563 SVN-Revision: 22675
* ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter ↵Felix Fietkau2010-07-221-0/+16
| | | | | | "Fate" Hollants, from #7528, without the ethernet fifo cfg values) SVN-Revision: 22353
* fix dir-825-b1 default network config after r21905Jo-Philipp Wich2010-07-011-1/+1
| | | | SVN-Revision: 22005
* ar71xx: don't use vlan 0 for devices with rtl8366s switchGabor Juhos2010-06-262-2/+2
| | | | SVN-Revision: 21905
* ar71xx: add support for the Senao EAP7660D boardGabor Juhos2010-06-181-0/+12
| | | | | | | | This patch adds support for the Senao EAP7660D board to trunk. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 21837
* ar71xx: add default network config for the RB433UAH boardGabor Juhos2010-06-121-0/+26
| | | | SVN-Revision: 21765
* ar71xx: add default network configuration file for the RB450/RB433 boardsGabor Juhos2010-06-082-0/+52
| | | | SVN-Revision: 21730
* ar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boardsGabor Juhos2010-04-092-0/+36
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20752
* Add support for the ar8316 switch. This patch enhances the ar8216 driver ↵Jo-Philipp Wich2010-04-052-0/+36
| | | | | | | | | | with ar8316 support and fixes some minor issues with the ar8216 driver itself. It should not break anything, but isn't tested on ar8216 devices. [PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g. Add the ar8216 driver to the ar71xx target, and add network configurations for the RouterStation Pro and the RouterBoard RB-450G. SVN-Revision: 20722
* ar71xx: add default network configuration for the PB44 boardGabor Juhos2010-03-091-0/+16
| | | | SVN-Revision: 20099
* ar71xx: override lan port names on the RB750Gabor Juhos2010-03-091-1/+1
| | | | SVN-Revision: 20096
* ar71xx: add missing protocol definitions to default network configurationsGabor Juhos2010-03-095-0/+5
| | | | SVN-Revision: 20091
* ar71xx: add preliminary support for the RouterBOARD 750Gabor Juhos2010-03-071-0/+19
| | | | SVN-Revision: 20029
* ar71xx: add default network configuration file for the TL-WR741ND boardGabor Juhos2010-03-011-0/+19
| | | | SVN-Revision: 19930
* ar71xx: add default network configuration file for the DIR-600 rev. A1 boardGabor Juhos2010-03-011-0/+19
| | | | SVN-Revision: 19929
* ar71xx: add default network configuration file for the TL-WR1043ND boardGabor Juhos2010-02-241-0/+31
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19840
* ar71xx: update default network configuration file for the WNDR3700Gabor Juhos2010-02-241-0/+45
| | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19830
* rtl8366_smi: move RTL8366S driver into a separate fileGabor Juhos2010-01-223-6/+6
| | | | SVN-Revision: 19279
* ar71xx: update default network configuration for the WNDR3700/DIR-825-B1Gabor Juhos2010-01-183-26/+20
| | | | | | | Also drop the default network configuration of the TL-WR1043ND, because the RTL8366RB switch is not yet supported by the rtl8366-smi driver. SVN-Revision: 19217
* ar71xx: add some default configs for rtl8366 based devicesFelix Fietkau2010-01-182-0/+52
| | | | SVN-Revision: 19210
* adjust switch default configs for the swconfig api changeFelix Fietkau2010-01-181-1/+2
| | | | SVN-Revision: 19209
* ar71xx: add support for the TL-WR841N v1.5 boardGabor Juhos2009-12-221-0/+19
| | | | SVN-Revision: 18893
* fix default network config after r18699Jo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18708
* ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the ↵Felix Fietkau2009-12-081-1/+1
| | | | | | wrt160nl, fixes wan port detection (#6309) SVN-Revision: 18699
* ar71xx: DIR-825 support cleanupGabor Juhos2009-12-031-0/+0
| | | | SVN-Revision: 18622
* ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)Gabor Juhos2009-12-031-0/+16
| | | | SVN-Revision: 18621
* ar71xx: add default network configuration file for the WNDR3700Gabor Juhos2009-11-271-0/+16
| | | | SVN-Revision: 18566
* ar71xx: add default network configuration for RS and RS-ProGabor Juhos2009-10-202-0/+32
| | | | SVN-Revision: 18103
* ar71xx: add default network configuration file for the WP543 boardGabor Juhos2009-10-201-0/+12
| | | | SVN-Revision: 18101
* add a defconfig for wrt160nl which contains switch settingsFelix Fietkau2009-10-021-0/+25
| | | | SVN-Revision: 17826
* ar71xx: add default network configuration for the Bullet MGabor Juhos2009-10-011-0/+12
| | | | SVN-Revision: 17810
* add default network configuration for the AP83 boardGabor Juhos2009-06-061-0/+16
| | | | SVN-Revision: 16360
* ap81: register ethernet devices, and add default network configuration fileGabor Juhos2009-03-171-0/+16
| | | | SVN-Revision: 14921
* pb42: fix ethernet, remove USB registration, add default network configurationGabor Juhos2009-03-141-0/+16
| | | | SVN-Revision: 14876
* tew-632brp: add default network configurationGabor Juhos2009-03-101-0/+16
| | | | SVN-Revision: 14830
* add default network configuration for the RB-411 boardGabor Juhos2009-02-281-0/+12
| | | | SVN-Revision: 14695