Advertisement
Guest User

Untitled

a guest
Dec 16th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. openwrt$ git log --follow target/linux/ath79/config-6.1
  2. commit 5f59d28bc3434d5b582310579096fa839f86e1df
  3. Author: Shiji Yang <[email protected]>
  4. Date: Wed May 31 11:14:04 2023 +0800
  5.  
  6. ath79: refresh patches and configs to introduce kernel 6.1 support
  7.  
  8. All kernel configs are refreshed by
  9. 'make kernel_oldconfig CONFIG_TARGET=target' and
  10. 'make kernel_oldconfig CONFIG_TARGET=subtarget'.
  11.  
  12. upstreamed patches:
  13. 010-v5.17-spi-ar934x-fix-transfer-and-word-delays.patch
  14. 011-v5.17-spi-ar934x-fix-transfer-size.patch
  15. 020-v5.18-spi-ath79-Implement-the-spi_mem-interface.patch
  16. 030-v5.18-ath79-add-support-for-booting-QCN550x.patch
  17.  
  18. build and run tested on:
  19. ath79/generic/ar7241
  20. ath79/generic/qca9563
  21. ath79/nand/ar9344
  22.  
  23. Signed-off-by: Shiji Yang <[email protected]>
  24.  
  25. commit d9a9caf3525899a74755bc4ea6ef3f7d4b049941
  26. Author: Shiji Yang <[email protected]>
  27. Date: Wed May 24 11:26:37 2023 +0000
  28.  
  29. ath79: copy patches and kernel config from 5.15 to 6.1
  30.  
  31. This is preparation for kernel 6.1 support.
  32.  
  33. Signed-off-by: Shiji Yang <[email protected]>
  34.  
  35. commit 496280ef4e0ce1d272e669eca4b63582229b65e4
  36. Author: Shiji Yang <[email protected]>
  37. Date: Tue May 30 15:05:06 2023 +0800
  38.  
  39. ath79: add missing symbols by refreshing kernel configs
  40.  
  41. Some symbols are outdated or missing due to daily kernel bumps. It's
  42. better to re-add them. All configs are automatically refreshed by
  43. 'make kernel_oldconfig CONFIG_TARGET=taget' and
  44. 'make kernel_oldconfig CONFIG_TARGET=subtarget'
  45.  
  46. Signed-off-by: Shiji Yang <[email protected]>
  47.  
  48. commit c170fc78ba6e4477cc06b2b77e11747da862dcf0
  49. Author: Christian Svensson <[email protected]>
  50. Date: Sat Jul 8 00:23:28 2023 +0200
  51.  
  52. kernel: remove CRYPTO_BLAKE2S from all >=5.15
  53.  
  54. This option was removed from upstream kernel back in 2022.
  55. See commits:
  56. 2d16803c562ecc644803d42ba98a8e0aef9c014e (>=6.0)
  57. 3dd33a09f5dc12ccb0902923c4c784eb0f8c7554 (>=5.15.61 backport)
  58.  
  59. Signed-off-by: Christian Svensson <[email protected]>
  60.  
  61. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement