diff options
| author | John Audia <therealgraysky@proton.me> | 2023-08-03 13:53:47 -0400 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-08-09 22:06:23 +0200 |
| commit | 81c1172c3626157ff9a146430cd14e32c9c80a5a (patch) | |
| tree | 87c5089f1fb9ee999764a3843c08648e2458a030 /package/kernel/linux | |
| parent | 92602f823a5f29fee41209ccef53ddddb2e89222 (diff) | |
| download | upstream-81c1172c3626157ff9a146430cd14e32c9c80a5a.tar.gz upstream-81c1172c3626157ff9a146430cd14e32c9c80a5a.tar.bz2 upstream-81c1172c3626157ff9a146430cd14e32c9c80a5a.zip | |
kernel: bump 5.15 to 5.15.124
Changelog: https://lore.kernel.org/stable/2023080341-curliness-salary-4158@gregkh/
1. Needed to make a change to to package/kernel/linux/modules/netsupport.mk
due to upstream moving vxlan to its own directory[1]. @john-tho suggested
using the the 6.1 xvlan FILES to circumvent.
2. All patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.124&id=77396fa9096abdbfbb87d63e73ad44d5621cf103
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'package/kernel/linux')
| -rw-r--r-- | package/kernel/linux/modules/netsupport.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 35e627002ea..0187a058258 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -93,8 +93,7 @@ define KernelPackage/vxlan +IPV6:kmod-udptunnel6 KCONFIG:=CONFIG_VXLAN FILES:= \ - $(LINUX_DIR)/drivers/net/vxlan.ko@lt5.18 \ - $(LINUX_DIR)/drivers/net/vxlan/vxlan.ko@ge5.18 + $(LINUX_DIR)/drivers/net/vxlan/vxlan.ko AUTOLOAD:=$(call AutoLoad,13,vxlan) endef |
