diff options
author | Simon Rettberg | 2024-06-10 16:28:16 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-06-10 16:28:16 +0200 |
commit | 36a3ffd27e40a4703e8138fb89dfd9ff0bc652be (patch) | |
tree | d432c5b1912be12ed75367122322ad5fff004977 /core | |
parent | [dhcpc-busybox] Use separate routing table for additional nics in same subnet (diff) | |
download | mltk-36a3ffd27e40a4703e8138fb89dfd9ff0bc652be.tar.gz mltk-36a3ffd27e40a4703e8138fb89dfd9ff0bc652be.tar.xz mltk-36a3ffd27e40a4703e8138fb89dfd9ff0bc652be.zip |
[busybox] Bump to 1.36.1
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/busybox/module.conf | 2 | ||||
-rw-r--r-- | core/modules/busybox/openslx-busybox-config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/busybox/module.conf b/core/modules/busybox/module.conf index 6bd50337..e3034d22 100644 --- a/core/modules/busybox/module.conf +++ b/core/modules/busybox/module.conf @@ -1,5 +1,5 @@ #!/bin/bash -REQUIRED_GIT="https://git.busybox.net/busybox||1_31_1" +REQUIRED_GIT="https://git.busybox.net/busybox||1_36_1" REQUIRED_BINARIES="busybox" REQUIRED_DIRECTORIES=" / diff --git a/core/modules/busybox/openslx-busybox-config b/core/modules/busybox/openslx-busybox-config index c6a2b8a6..ba565355 100644 --- a/core/modules/busybox/openslx-busybox-config +++ b/core/modules/busybox/openslx-busybox-config @@ -936,7 +936,7 @@ CONFIG_FEATURE_IP_LINK=y CONFIG_FEATURE_IP_ROUTE=y CONFIG_FEATURE_IP_ROUTE_DIR="/etc/iproute2" CONFIG_FEATURE_IP_TUNNEL=y -# CONFIG_FEATURE_IP_RULE is not set +CONFIG_FEATURE_IP_RULE=y CONFIG_FEATURE_IP_NEIGH=y # CONFIG_FEATURE_IP_RARE_PROTOCOLS is not set CONFIG_IPCALC=y |