67ceee4079
Fork the package from Alpine and undefine IFA_F_NOPREFIXROUTE during compilation, so it works with the old downstream kernels that do not have this feature yet.
11 lines
301 B
Diff
11 lines
301 B
Diff
--- a/hooks/dhcpcd-run-hooks.in
|
|
+++ b/hooks/dhcpcd-run-hooks.in
|
|
@@ -179,7 +179,7 @@
|
|
*) echo "$interface: $*";;
|
|
esac
|
|
if type logger >/dev/null 2>&1; then
|
|
- logger -i -p daemon."$lvl" -t dhcpcd-run-hooks "$interface: $*"
|
|
+ logger -p daemon."$lvl" -t dhcpcd-run-hooks "$interface: $*"
|
|
fi
|
|
}
|
|
|