Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcm63xx: add support for Comtrend VR-3032u | Álvaro Fernández Rojas | 2020-05-18 | 3 | -2/+65 |
| | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | bcm63xx: use generic diag.sh | Adrian Schmutzler | 2020-05-12 | 1 | -167/+0 |
| | | | | | | | | | | | | | | | | This commit removes the target-specific diag.sh script. This way, the generic one is used for the target, which uses DT-aliases to specify the LEDs used. Though generic diag.sh allows to use different LEDs to indicate different states, this patch just moves the old assignment and does not try to "improve" the assignment by using additional colors. However, individual proposals to do so are welcome. For the few cases where status_led2 was used in old diag.sh, only the primary LED was migrated. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | brcm63xx: rename target to bcm63xx | Adrian Schmutzler | 2020-02-14 | 6 | -0/+486 |
This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> |