summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* bcm63xx: add a default switch configuration for DSL-274XBJonas Gorski2012-05-271-1/+6
| | | | SVN-Revision: 31874
* bcm63xx: setup network config through uci-defaultsJonas Gorski2012-05-2711-159/+42
| | | | SVN-Revision: 31873
* bcm63xx: move the board name workaround to /lib/brcm63xx.shJonas Gorski2012-05-271-8/+4
| | | | SVN-Revision: 31872
* bcm63xx: use the exact board id as board identification stringJonas Gorski2012-05-271-2/+5
| | | | | | No need to keep the bcm63xx/ at the start or the chipid info at the end. SVN-Revision: 31871
* Merge branch 'bcm63xx'Florian Fainelli2012-03-052-1/+16
| | | | SVN-Revision: 30819
* add support for BT Voyager 2110 (#8810)Florian Fainelli2011-05-202-1/+15
| | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 26959
* add support for DSL-2640B rev B2Florian Fainelli2011-05-201-0/+14
| | | | | | Signed-off-by: Adrian Feliks <mexit@o2.pl> SVN-Revision: 26958
* add support for D-Link DVA-G3810BN/TLFlorian Fainelli2011-05-202-0/+33
| | | | | | | | This patch adds support for D-Link's DVA-G3810BN/TL product. Signed-off-by: Roman Dumycz <roman@secureas.com> SVN-Revision: 26956
* add support for BT Voyager 2500 (#9070)Florian Fainelli2011-05-201-1/+1
| | | | SVN-Revision: 26954
* bcm63xx: Add support for the T-Home Speedport W 303VFlorian Fainelli2011-05-111-0/+14
| | | | | | | | | Add the required board definition, default config and image generation for the T-Home Speedport W 303V Typ B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26878
* bcm63xx: Update support for the DSL-274xB revision CFlorian Fainelli2011-05-111-0/+0
| | | | | | | | | | | | | Rename the DSL-274xB rev C2's board ID to "AW4139" to match the one used for the rev C3 (same hardware) and add a fixup for C2. Also generate images for C3. While we are at it, rename the LEDs to conform to the Linux LED naming conventions. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26876
* bcm63xx: Accept any led with power in its name as power ledFlorian Fainelli2011-05-111-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26875
* add support for 'MAGIC' bcm6348-based boardFlorian Fainelli2011-02-191-1/+1
| | | | | | | | | | | | | | | I wrote a patch to add 96348SV board (aka MAGIC) support to trunk. In my case I've found it in a Telsey "Alice W-Gate" router, fairly common (in the past) in Italy. I used the board definition (GPIOs, leds, ...) from the Broadcom GPL-2 relased code (here is a mirror: http://beghiero.myftp.org/sorgenti/boardparms.c ) Thanks to KanjiMonster for the support on the IRC channel. Signed-off-by: Laurento Frittella <laurento.frittella@gmail.com> SVN-Revision: 25584
* fix T-Com Speedport W 500V default configFlorian Fainelli2011-02-091-0/+0
| | | | | | | | The device is called SPW500V, not SP500W. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 25431
* base-files: Added uci-defaults script to run mtd fixtrx on firstboot for ↵Daniel Dickinson2010-12-261-0/+20
| | | | | | | | devices that need it. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24836
* Fixed Comtrend CT536_CT5621 board settings. These boards are based on the ↵Daniel Dickinson2010-12-101-0/+14
| | | | | | 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network. SVN-Revision: 24442
* base-files: Added network defconfig because board only has one ethernet ↵Daniel Dickinson2010-12-061-0/+14
| | | | | | (4-port switch) SVN-Revision: 24273
* bcm63xx: Add support for the T-Com Speedport W 500V.Daniel Dickinson2010-11-281-0/+14
| | | | | | | | | | Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24190
* bcm63xx: Finalize support for DSL-274xB, rev C2.Daniel Dickinson2010-11-281-0/+14
| | | | | | | | | | | | The DSL-2740B/DSL-2741B rev C2 support was missing the board definition, resulting in a kernel panic on boot. This patch adds it, and also renames the generated image name to properly reflect that it is for the revision C2, and for both the DSL-2740B and DSL-2741B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24188
* bcm63xx: Allow 'colored' power leds.Daniel Dickinson2010-11-281-1/+1
| | | | | | | | | | | Since some devices have more than one power led, they might be separated by their color in the name. To also allow them to be on after leaving preinit, set any status led starting with 'power' to on instead of only those with the exact name of 'power'. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24187
* bcm63xx: Add defconfigs.Daniel Dickinson2010-11-282-1/+18
| | | | | | | | | | | Port the mechanism for different default configurations from ar71xx and use the old configuration as the default configuration. This should have no functional differences to before. While we are at it, remove the obsolete nat option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24185
* base-files: diag.sh: For power button as preinit status led, end with led ↵Daniel Dickinson2010-08-021-1/+5
| | | | | | left on, not off SVN-Revision: 22466
* brcm63xx: Added LED code for preinit (/etc/diag.sh) for 96348GW (Tecom 6x00)Daniel Dickinson2010-05-301-0/+67
| | | | SVN-Revision: 21627
* we are using the default-on trigger for power LEDs, no need to change their ↵Florian Fainelli2009-07-181-12/+0
| | | | | | state from userspace SVN-Revision: 16892
* register GPIO-connected LEDs for known boardsFlorian Fainelli2009-07-181-0/+12
| | | | SVN-Revision: 16887
* Make 4-port LAN and 1 port wan configurations workFlorian Fainelli2008-11-261-0/+19
SVN-Revision: 13362