summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib
Commit message (Collapse)AuthorAgeFilesLines
* [bcm63xx] add support for Comtrend AR5381u.jogo2012-10-231-0/+5
| | | | | | | | | | Router: Comtrend AR5381u. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [bcm63xx] add support for Comtrend AR5387un.jogo2012-10-231-0/+5
| | | | | | | | | | Router: Comtrend AR5387un. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [bcm63xx] add support for HomeStation ADB P.DG A4001N.jogo2012-10-231-0/+5
| | | | | | | | | | Router: HomeStation ADB P.DG A4001N. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix entering failsafe through buttonjogo2012-10-081-0/+1
| | | | | | | gpio_keys_polled needs to be loaded in preinit for buttons to work for entering failsafe. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add nb6 support (BCM6362 SoC base boards)jogo2012-07-311-0/+4
| | | | | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> [jonas.gorski@gmail.com: add network config for nb6, make switch fix a platform patch] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: build images for 6328 reference boards with various flash sizesjogo2012-05-301-0/+8
| | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add support for DSL-274XB rev F1jogo2012-05-271-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: move the board name workaround to /lib/brcm63xx.shjogo2012-05-271-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: use the exact board id as board identification stringjogo2012-05-271-12/+12
| | | | | | No need to keep the bcm63xx/ at the start or the chipid info at the end. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for BT Voyager 2110 (#8810)florian2011-05-201-0/+5
| | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for DSL-2640B rev B2florian2011-05-201-0/+5
| | | | | | Signed-off-by: Adrian Feliks <mexit@o2.pl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add support for the T-Home Speedport W 303Vflorian2011-05-111-0/+5
| | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Update support for the DSL-274xB revision Cflorian2011-05-111-1/+6
| | | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Fixed Comtrend CT536_CT5621 board settings. These boards are ↵cshore2010-12-101-0/+5
| | | | | | based on the 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are ↵cshore2010-12-071-0/+10
| | | | | | different than the reference design 96348GW so we use fixup to allow us to define the correct ones, also the GW6000 has no GPIO-controlled leds. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Remove patch 140-new_bcm96348gw_leds because it is really the ↵cshore2010-12-071-2/+1
| | | | | | GW6200 leds, not the generic 96348GW. Another commit will add the GW6200 specific boardid and leds. This removal reverts the 96348GW leds to the reference design GPIOs. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] base-files: Added the preinit information for reset button and ↵cshore2010-12-061-0/+5
| | | | | | preinit indication led, and preinit interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add support for the T-Com Speedport W 500V.cshore2010-11-281-1/+1
| | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Finalize support for DSL-274xB, rev C2.cshore2010-11-281-0/+5
| | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Don't hardcode the switch ethernet interface in preinit.cshore2010-11-282-10/+10
| | | | | | | | | | Currently eth1 is hardcoded as the expected interface switches in diagmode. This patch replaces the eth1 with the ifname, and also directly tests if the interface specified by ifname has a switch attached. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] base-files: brcm63xx.sh: Added comtrend (96348GW-11) to routers ↵cshore2010-08-021-1/+6
| | | | | | with buttons and leds on preinit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx: Fixed vlan packet leakage in preinit for known devices with a ↵cshore2010-05-304-0/+97
| | | | | | switch on eth1 (currently only 96348GW - Tecom 6x00) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx: Added preinit reset button module loading for devices known to ↵cshore2010-05-301-0/+16
| | | | | | support it and for which /lib/brcm63xx.sh has the definitions (currently only 96348GW - Tecom 6x00) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom ↵cshore2010-05-302-0/+35
| | | | | | 6x00) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for sysupgrade (#5117)florian2009-05-171-0/+16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15900 3c298f89-4303-0410-b956-a3cf2f4a3e73