RFE: add /etc/iproute2 symlink to /storage/.config/iproute2

Please provide hint how to request simple new feature of /etc/iproute2 symlink to /storage/.config/iproute2 ?

ip command available on CE is sufficient enough to create policy based routing and easiest way is to name tables. Ip command uses statically folder /etc/iproute2/ and file rt_tables to check name to number mapping. On CE the /etc/ is RO, hence the need to add this symlink in original image.
No harm on systems where it won’t be used, but will help guys like me where CE is used for something more than just Kodi.

Thanks!

Open issue at LibreELEC or even better send PR there.

diff --git a/packages/sysutils/busybox/config/busybox-target.conf b/packages/sysutils/busybox/config/busybox-target.conf
index e8c6a58364..ab85f48922 100644
--- a/packages/sysutils/busybox/config/busybox-target.conf
+++ b/packages/sysutils/busybox/config/busybox-target.conf
@@ -903,7 +903,7 @@ CONFIG_IP=y
 CONFIG_FEATURE_IP_ADDRESS=y
 CONFIG_FEATURE_IP_LINK=y
 CONFIG_FEATURE_IP_ROUTE=y
-CONFIG_FEATURE_IP_ROUTE_DIR="/etc/iproute2"
+CONFIG_FEATURE_IP_ROUTE_DIR="/storage/.config/iproute2"
 CONFIG_FEATURE_IP_TUNNEL=y
 CONFIG_FEATURE_IP_RULE=y
 # CONFIG_FEATURE_IP_NEIGH is not set

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.