summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-25 09:44:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-25 09:44:40 +0100
commit69b5c88ac79ed1e1059d5c0038f6360135e56692 (patch)
tree6fb90f7986f09d23d7dbd030292a2bc61003ec48 /package/busybox
parent2df44ef167f084559dc3c19eb1660227f9bb564d (diff)
busybox: fix ifup dependency for udhcpc commandline options
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/patches/010-ifup-hotfix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/patches/010-ifup-hotfix.patch b/package/busybox/patches/010-ifup-hotfix.patch
new file mode 100644
index 000000000..3060b986c
--- /dev/null
+++ b/package/busybox/patches/010-ifup-hotfix.patch
@@ -0,0 +1,12 @@
+diff -Nur busybox-1.26.0.orig/networking/Config.src busybox-1.26.0/networking/Config.src
+--- busybox-1.26.0.orig/networking/Config.src 2016-12-12 08:46:14.000000000 +0100
++++ busybox-1.26.0/networking/Config.src 2016-12-25 09:39:42.715064866 +0100
+@@ -53,7 +53,7 @@
+ config IFUPDOWN_UDHCPC_CMD_OPTIONS
+ string "ifup udhcpc command line options"
+ default "-R -n"
+- depends on IFUPDOWN && UDHCPC
++ depends on IFUP && UDHCPC
+ help
+ Command line options to pass to udhcpc from ifup.
+ Intended to alter options not available in /etc/network/interfaces.