aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: add diag support for the DB120 boardGabor Juhos2011-11-122-0/+6
| | | | SVN-Revision: 28975
* ar71xx: generate ubootenv from uci-defaults instead of providing defconfigGabor Juhos2011-11-122-5/+37
| | | | | | | | | | I noticed most of /etc/defconfig was replaced by /etc/uci-defaults, which is indeed much nicer. So I moved over ubootenv from having a defconfig-entry to also be generated from uci-defaults. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28971
* ar71xx: create TL-WA901ND network config from uci-defaultsGabor Juhos2011-11-072-16/+5
| | | | SVN-Revision: 28833
* ar71xx: create ALL0258N network config from uci-defaultsGabor Juhos2011-11-072-12/+4
| | | | SVN-Revision: 28832
* ar71xx: create NBG{460N,550N,550NH} network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28831
* ar71xx: create WZR-HP-G300NH network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28830
* ar71xx: create RB-493G network config from uci-defaultsGabor Juhos2011-11-072-41/+9
| | | | SVN-Revision: 28829
* ar71xx: create TL-WR1043ND network config from uci-defaultsGabor Juhos2011-11-072-31/+7
| | | | SVN-Revision: 28828
* ar71xx: create WRT160NL network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28827
* ar71xx: create PB92 network config from uci-defaultsGabor Juhos2011-11-072-31/+7
| | | | SVN-Revision: 28826
* ar71xx: create DIR-825-B1 network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28825
* ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaultsGabor Juhos2011-11-073-40/+17
| | | | SVN-Revision: 28824
* ar71xx: create RB-450 network config from uci-defaultsGabor Juhos2011-11-072-26/+6
| | | | SVN-Revision: 28823
* ar71xx: create RB-450G, RouterStation Pro network config from uci-defaultsGabor Juhos2011-11-073-52/+7
| | | | SVN-Revision: 28822
* ar71xx: create RB-433{,U} network config from uci defaultsGabor Juhos2011-11-073-52/+7
| | | | SVN-Revision: 28821
* ar71xx: create even more network configs from the uci-defaults scriptGabor Juhos2011-11-0717-394/+45
| | | | | | | | Create the default network configuration dynamically for the AR724x/AR9331 boards. Some other boards are using the same configuration, so convert those as well. SVN-Revision: 28820
* ar71xx: create more network configs from the uci-defaults scriptGabor Juhos2011-11-076-80/+8
| | | | | | | Create the default network configuration dynamically for the boards with swapped eth0, eth1 interfaces. SVN-Revision: 28819
* ar71xx: create a bunch of network configs from the uci-defaults scriptGabor Juhos2011-11-078-83/+10
| | | | | | | Create the default network configuration dynamically for the boards with a single ethernet interface. SVN-Revision: 28818
* ar71xx: create generic network config from an uci-defaults scriptGabor Juhos2011-11-073-17/+66
| | | | SVN-Revision: 28817
* ar71xx: remove AP81 defconfig, it is the same as the generic configGabor Juhos2011-11-071-16/+0
| | | | SVN-Revision: 28816
* ar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boardsGabor Juhos2011-11-071-0/+2
| | | | SVN-Revision: 28812
* ar71xx: wrap long lines in the upgrade scriptGabor Juhos2011-11-071-6/+45
| | | | SVN-Revision: 28811
* ar71xx: add default network configuration for the WHR-HP-GNGabor Juhos2011-11-071-0/+24
| | | | SVN-Revision: 28807
* ar71xx: add support for the Buffalo WHR-HP-GN boardGabor Juhos2011-11-072-0/+4
| | | | SVN-Revision: 28805
* ar71xx: add support for the Buffalo WHR-G301N boardGabor Juhos2011-11-073-0/+28
| | | | SVN-Revision: 28803
* ar71xx: add initial support for the TL-WR741ND v4 boardGabor Juhos2011-11-015-1/+31
| | | | | | The ethernet port LEDs are not working yet. SVN-Revision: 28706
* ar71xx: combine LEDs setup in one fileGabor Juhos2011-11-0113-305/+144
| | | | SVN-Revision: 28704
* ar71xx: unify LED names on Planex boardsGabor Juhos2011-11-012-5/+3
| | | | SVN-Revision: 28703
* 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