Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS
authorJörg Krause <joerg.krause@embedded.rocks>
Tue, 3 Jan 2017 11:29:52 +0000 (12:29 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 10 Jan 2017 15:55:51 +0000 (16:55 +0100)
commit7bcc3c46a7749226697e8b4a486edadcac4f1723
treed6825c6559c5ee670560264d39ad5ea94879571d
parent9c806db4b744999213ddba755fff847d4525df9f
Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS

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.

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

Also, it drops dependency on UDHCPC: udhcpc on the target system
does not have to come from the _same_ binary.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/Config.src