summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: unify LED names on Buffalo boardsGabor Juhos2011-11-012-8/+6
| | | | SVN-Revision: 28702
* ar71xx: unify LED names on TP-Link boardsGabor Juhos2011-11-014-25/+14
| | | | SVN-Revision: 28701
* ar71xx/all0258n: sysupgrade supportGabor Juhos2011-11-012-0/+168
| | | | | | | | | | | | U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be stored in the U-Boot environment. If the checksums don't match during boot, a failsafe-system is booted instead. This patch adds a board-specific sysupgrade hack for the all0258n which calculates and updates the checksums for the U-Boot environment. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28700
* ar71xx/all0258n: add default configGabor Juhos2011-11-012-0/+17
| | | | | | | | This adds default network and uboot-env settings for the ALL0258N. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28699
* ar71xx: remove default network config of the mzk-w04nu board as wellGabor Juhos2011-11-011-16/+0
| | | | | | It works with the generic config. SVN-Revision: 28695
* ar71xx: remove LED setup of nonexistent interfaces on RB750Gabor Juhos2011-10-311-24/+0
| | | | SVN-Revision: 28693
* ar71xx: remove default network config of the wnr2000 boardGabor Juhos2011-10-311-16/+0
| | | | | | It is the same as the generic configuration. SVN-Revision: 28692
* ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a ↵Gabor Juhos2011-10-301-2/+2
| | | | | | | | | | | 32-bit value Aparently $magic_long was meant here instead of $magic when comparing with 32-bit values. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28678
* ar71xx: add initial support for the OpenMesh OM2P boardGabor Juhos2011-10-272-0/+6
| | | | | | Based on a patch by Marek Lindner <marek@open-mesh.com> SVN-Revision: 28617
* ar71xx: Buffalo WHR-HP-G300N kernel supportGabor Juhos2011-10-244-1/+31
| | | | | | | | | | | | | The initial support for the Buffalo WHR-HP-G300N box. The code was confirmed to boot and run, but not tested in depth. Known problem: iw phy phy0 info shows: Coverage class: 0 (up to 0m) Available Antennas: TX 0 RX 0 Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28567
* ar71xx: add kernel support for the Allnet ALL0258N boardGabor Juhos2011-10-241-0/+3
| | | | | | | | | | This patchs adds support for the Allnet ALL0258N outdoor AP/bridge. The ALL0258N is based on the AR7240 SoC paired with an AR9285 radio, it got 8MB of NOR and 32MB SDRAM. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28564
* base-files: make sure inittab-console-fixup returns with success (#10275)Jo-Philipp Wich2011-10-241-0/+2
| | | | SVN-Revision: 28562
* linux: ar71xx: add support for Mikrotik Routerboard RB493GJonas Gorski2011-10-112-0/+44
| | | | SVN-Revision: 28423
* ar71xx: enable login only on the system console by defaultGabor Juhos2011-09-232-2/+25
| | | | SVN-Revision: 28294
* ar71xx: add support for the TP-Link TL-WR703N v1 boardGabor Juhos2011-09-214-1/+19
| | | | | | Based on a patch by dongyuqi <729650915@qq.com> SVN-Revision: 28277
* ar71xx: enable sysupgrade on the AP96 and DB120 boardsGabor Juhos2011-08-041-1/+1
| | | | SVN-Revision: 27901
* ar71xx: use the same test for AP121 and Zcomax sysupgrade imagesGabor Juhos2011-08-041-9/+2
| | | | SVN-Revision: 27900
* ar71xx: merge WZR-HP-G301NH support into WZR-HP-G300NHJonas Gorski2011-07-286-35/+6
| | | | | | | | Now that we can use a generic name for the switch there is no need for a separate image for the WZR-HP-G301NH. Update the default network config and remove the extra image. SVN-Revision: 27814
* ar71xx: add wzr-hp-ag300h sysupgrade support (patch from #9650)Felix Fietkau2011-07-041-1/+1
| | | | SVN-Revision: 27434
* revert r27043 (#9513)Jo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27343
* revert r27341, it introduce wrong behaviour for other modelsJo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27342
* turn status LED off if device finished initializingJo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27341
* ar71xx: add default network config for wzr-hp-ag300h (based on a patch from ↵Felix Fietkau2011-06-252-0/+29
| | | | | | #9607) SVN-Revision: 27283
* Remove trailing spaces, convert spaces to tabsVasilis Tsiligiannis2011-06-0912-83/+83
| | | | SVN-Revision: 27153
* ar71xx: override inittab to enable login on ttyATH0Felix Fietkau2011-06-071-0/+4
| | | | SVN-Revision: 27128
* ar71xx: add sysupgrade support for the AP121 boardsGabor Juhos2011-05-311-0/+7
| | | | SVN-Revision: 27069
* ar71xx: add default network config for the AP121 boardsGabor Juhos2011-05-313-0/+54
| | | | SVN-Revision: 27068
* ar71xx: use the diag LED for diagnostic on the WZR-HP-G30XNH boardsGabor Juhos2011-05-311-1/+1
| | | | SVN-Revision: 27043
* ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boardsGabor Juhos2011-05-311-2/+2
| | | | SVN-Revision: 27042
* ar71xx: add uci config for the WLAN LED on the WRT160NLGabor Juhos2011-05-081-0/+11
| | | | | | Based on a patch by Magyar Szabolcs <mszabi@freemail.hu> SVN-Revision: 26861
* ar71xx: use phy0tpt trigger for the WLAN LEDsGabor Juhos2011-05-082-2/+2
| | | | SVN-Revision: 26860
* ar71xx: use the ar8316 switch driver on the PB92 board and add a matching ↵Felix Fietkau2011-04-282-0/+34
| | | | | | default network config SVN-Revision: 26779
* linux/ar71xx: update wget2nand scriptAlexandros C. Couloumbis2011-04-211-2/+2
| | | | SVN-Revision: 26747
* ar71xx: use the gpio_keys_polled driver instead of gpio_buttonsGabor Juhos2011-04-121-1/+1
| | | | SVN-Revision: 26603
* ar71xx: Add support for WZR-HP-G301NHGabor Juhos2011-04-125-3/+32
| | | | | | | | | | | | | | 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-134-1/+18
| | | | | | Patch-by: Jonathan Benett <jbscience87@gmail.com> SVN-Revision: 26119
* ar71xx: add support for the WNDR3700v2 boardGabor Juhos2011-01-265-3/+83
| | | | | | Based on a patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 25118
* ar71xx: make uci-default scripts executableGabor Juhos2011-01-045-0/+0
| | | | | | Reported-by: Nuno Gonçalves <nunojpg@gmail.com> SVN-Revision: 24897
* unifi: add sysupgrade and leds supportClaudio Mignanti2010-12-203-1/+7
| | | | SVN-Revision: 24737
* ar71xx: use usbdev trigger for USB LEDs by defaultGabor Juhos2010-12-176-2/+96
| | | | SVN-Revision: 24648
* ar71xx: populate LED configuration for WZR-HP-G300NHGabor Juhos2010-12-171-0/+30
| | | | | | | | Signed-off-by: Dave Lichterman <laviddichterman@gmail.com> [nand-disk trigger has been removed - juhosg] SVN-Revision: 24642
* ar71xx: add wlan led for the TL-WR941NDGabor Juhos2010-12-151-0/+22
| | | | SVN-Revision: 24612
* ar71xx: add missing files for the JA76PF boardGabor Juhos2010-12-101-0/+26
| | | | SVN-Revision: 24444
* ar71xx: add support for the jjPlus JA79PFGabor Juhos2010-12-103-2/+8
| | | | | | Patch-by: Cezary Jackiewicz SVN-Revision: 24440
* ar71xx: add support for the TP-LINK TL-MR3220 v1 boardGabor Juhos2010-12-104-3/+30
| | | | 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-105-1/+55
| | | | | | | | 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