aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ath79/patches-5.15/600-of_net-add-mac-address-ascii-support.patch
Commit message (Collapse)AuthorAge
* kernel: move mac-address-ascii patches to genericChukun Pan2022-10-23
| | | | | | | This enables other targets to use the mac-address-ascii feature. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* ath79: Convert incorrect 5.10 and 5.15 patchesOlliver Schinagl2022-10-01
| | | | | | | | | | | | | | | | | OpenWRT's developer guide prefers having actual patches so they an be sent upstream more easily. However, in this case, Adding proper fields also allows for `git am` to properly function. Some of these patches are quite old, and lack much traceable history. This commit tries to rectify that, by digging in the history to find where and how it was first added. It is by no means perfect and also shows some patches that should have been long gone. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* kernel: bump 5.15 to 5.15.35Rui Salvaterra2022-04-23
| | | | | | Patches automatically rebased. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* ath79: add nvmem cell mac-address-ascii supportYousong Zhou2022-04-16
This is needed for devices with mac address stored in ascii format, e.g. HiWiFi HC6361 to be ported in the following patch. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>