package/busybox: add patch to fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS
authorJörg Krause <joerg.krause@embedded.rocks>
Thu, 29 Dec 2016 20:23:40 +0000 (21:23 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 30 Dec 2016 21:44:29 +0000 (22:44 +0100)
commit8d9937b61b78e7ff69debd5893e59b82adce02e2
tree2d7a72fd8ce0c182a37359961586858a3ba19ce7
parent8f55961eedc2138c59752d1af1ceff36c2824e99
package/busybox: add patch to fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS

Upstream commit a8c696bf09d8151323f6e99348c4bc8989f829c8 makes ifup and
ifdown individually selectable, but forgets to update the dependency to
IFUPDOWN_UDHCPC_CMD_OPTIONS, so it is not selectable anymore.

Add a patch which fixes the dependency by checking for IFUP or IFDOWN,
instead of the obsolete IFUPDOWN.

Upstream status: Pending
http://lists.busybox.net/pipermail/busybox/2016-December/085034.html

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/busybox/0004-Fix-dependency-for-IFUPDOWN_UDHCPC_CMD_OPTIONS.patch [new file with mode: 0644]