summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the ↵nbd2009-12-081-1/+1
| | | | | | wrt160nl, fixes wan port detection (#6309) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: TL-WR1043ND support cleanupjuhosg2009-12-083-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: DIR-825 support cleanupjuhosg2009-12-034-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks tojuhosg2009-12-034-1/+23
| | | | | | | ValXdater) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18621 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create sysupgrade image for the WNDR3700juhosg2009-11-281-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix a typo in ar71xx.shjuhosg2009-11-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration file for the WNDR3700juhosg2009-11-271-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add sysupgrade support for Ubiquiti XM boardsjuhosg2009-11-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable failsafe on the Nanostation M/Rocket Mjuhosg2009-11-252-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create combined images for the RS, RS-PRO and LS-SR71 boards, and ↵juhosg2009-11-251-1/+83
| | | | | | add sysupgrade support for them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: register LEDs and buttons on the WNDR3700juhosg2009-11-161-0/+3
| | | | | | | Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add preliminary support for the Netgear WNDR3700juhosg2009-11-131-0/+3
| | | | | | | | Based on patches by Marco Porsch from: https://forum.openwrt.org/viewtopic.php?id=22311 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration for RS and RS-Projuhosg2009-10-203-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18103 3c298f89-4303-0410-b956-a3cf2f4a3e73