Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target: use SPDX license identifiers on Makefiles | Adrian Schmutzler | 2021-02-10 | 4 | -16/+4 |
| | | | | | | Use SPDX license tags to allow machines to check licenses. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | treewide: use wpad-basic-wolfssl as default | Petr Štetiar | 2020-08-20 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | In order to support SAE/WPA3-Personal in default images. Replace almost all occurencies of wpad-basic and wpad-mini with wpad-basic-wolfssl for consistency. Keep out ar71xx from the list as it won't be in the next release and would only make backports harder. Build-tested (build-bot settings): ath79: generic, ramips: mt7620/mt76x8/rt305x, lantiq: xrx200/xway, sunxi: a53 Signed-off-by: Petr Štetiar <ynezz@true.cz> [rebase, extend commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | brcm47xx: rename target to bcm47xx | Adrian Schmutzler | 2020-02-14 | 6 | -0/+104 |
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> |