summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: add a new driver for the ar7240 switch using swconfig.nbd2010-08-161-5/+9
| | | | | | | | hooks 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add eap7660d board to diag.sh and sysupgradejuhosg2010-08-142-2/+5
| | | | | | | | This patch adds support for the Senao EAP7660D board to diag.sh and sysupgrade. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ar71xx: add nanostation-m signature (thanks Antonio Anselmi)acoul2010-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add uci-defaults script to migrate vlan 0 to vlan 1 after ↵jow2010-08-131-0/+13
| | | | | | sysupgrade on devices using the RTL8366s switch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix sysupgrade on the ubnt nanostation mnbd2010-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter ↵nbd2010-07-224-1/+23
| | | | | | "Fate" Hollants, from #7528, without the ethernet fifo cfg values) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix dir-825-b1 default network config after r21905jow2010-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: don't use vlan 0 for devices with rtl8366s switchjuhosg2010-06-262-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the Senao EAP7660D boardjuhosg2010-06-182-0/+15
| | | | | | | | | This patch adds support for the Senao EAP7660D board to trunk. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix RB750 LED configurationjuhosg2010-06-171-2/+2
| | | | | | | Patch-by: Ray Bellis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network config for the RB433UAH boardjuhosg2010-06-121-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration file for the RB450/RB433 boardsjuhosg2010-06-082-0/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Added preinit scriptlet to set vars based on cpuinfo during ↵cshore2010-05-301-0/+7
| | | | | | preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ar71xx.sh was sourced git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Make wget2nand fail if copying the kernel fails and use the correct ↵juhosg2010-05-141-2/+5
| | | | | | | | | | | | | | | file extension for the rootfs image wget2nand didnt check the exit status after copying the kernel, if the copying failed for some reason ( for example not enougs space on the kernel partition) it simply continued extracting the rootfs. I also changed the filename, which wget2nand trys to download ( .tar.gz instead of .tgz ). Signed-off-by: Marko Foerster <mrkfoerster@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boardsjuhosg2010-04-092-0/+36
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] Add support for the ar8316 switch.jow2010-04-052-0/+36
| | | | | | | | | | | | | This patch enhances the ar8216 driver 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add uci defaults to fix trx header on the WRT160NL boardsjuhosg2010-03-271-0/+16
| | | | | | | * patch by Otto Solares git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Add basic WLAN LED control to TL-WR1043NDjuhosg2010-03-251-0/+22
| | | | | | | | * thanks to KillaB * closes #6834 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix defconfig script to work with ImageBuilderjuhosg2010-03-151-2/+2
| | | | | | | * patch from #5722 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20231 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: don't break the existing network configuration in the wget2nand scriptjuhosg2010-03-151-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20228 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix sysupgrade on the LS-SR71 boardjuhosg2010-03-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration for the PB44 boardjuhosg2010-03-091-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add uci-defaults for the RB750 boardjuhosg2010-03-091-0/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: override lan port names on the RB750juhosg2010-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: improve wget2nand scriptjuhosg2010-03-091-28/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add missing protocol definitions to default network configurationsjuhosg2010-03-095-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add preliminary support for the RouterBOARD 750juhosg2010-03-072-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin)juhosg2010-03-051-1/+1
| | | | | | | * closes #6782 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix status led detection on the RB4xx boardsjuhosg2010-03-052-4/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration file for the TL-WR741ND boardjuhosg2010-03-011-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration file for the DIR-600 rev. A1 boardjuhosg2010-03-011-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration file for the TL-WR1043ND boardjuhosg2010-02-241-0/+31
| | | | | | | Thanks to Andrew Tarabaras. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the correct name for the status LED on the WRT400 boardjuhosg2010-02-241-1/+1
| | | | | | | (thanks to chuljin, patch from #6734) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update default network configuration file for the WNDR3700juhosg2010-02-241-0/+45
| | | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add uci configuration for the WAN LED on the WNDR3700juhosg2010-02-191-0/+22
| | | | | | | Based on a patch by Scott Dudley <spmsink@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* preinit: fix mixup between led and reset button enable on some platforms ↵nbd2010-01-281-2/+2
| | | | | | (thx, cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preinit modularization work by Daniel Dickinson (cshore)nbd2010-01-253-18/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: move RTL8366S driver into a separate filejuhosg2010-01-223-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: change failsafe messagejuhosg2010-01-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update default network configuration for the WNDR3700/DIR-825-B1juhosg2010-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add some default configs for rtl8366 based devicesnbd2010-01-182-0/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adjust switch default configs for the swconfig api changenbd2010-01-181-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix typos in the ar71xx.shjuhosg2010-01-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add preliminary support for the Buffalo WZR-HP-G300NHjuhosg2010-01-153-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the D-Link DIR-600 rev. A1 boardjuhosg2010-01-113-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create firmware images for the AP81/PB42/PB44 boardsjuhosg2010-01-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the TL-WR841N v1.5 boardjuhosg2009-12-224-1/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on thejuhosg2009-12-184-1/+11
| | | | | | | patch from #6186) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable diagnostic LED on the Routerstation Projuhosg2009-12-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix default network config after r18699jow2009-12-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18708 3c298f89-4303-0410-b956-a3cf2f4a3e73