remove gettext-tiny, libintl is now included in uClibc-ng
[openadk.git] / package / busybox / patches / 010-ifup-hotfix.patch
blob3060b986cc39372ba3999de321a8c432162a0a78
1 diff -Nur busybox-1.26.0.orig/networking/Config.src busybox-1.26.0/networking/Config.src
2 --- busybox-1.26.0.orig/networking/Config.src 2016-12-12 08:46:14.000000000 +0100
3 +++ busybox-1.26.0/networking/Config.src 2016-12-25 09:39:42.715064866 +0100
4 @@ -53,7 +53,7 @@
5 config IFUPDOWN_UDHCPC_CMD_OPTIONS
6 string "ifup udhcpc command line options"
7 default "-R -n"
8 - depends on IFUPDOWN && UDHCPC
9 + depends on IFUP && UDHCPC
10 help
11 Command line options to pass to udhcpc from ifup.
12 Intended to alter options not available in /etc/network/interfaces.