udhcpc is supposed to be in /sbin, not /usr/sbin/
This commit is contained in:
parent
883d4842d2
commit
18d8a3b7e3
@ -563,7 +563,7 @@
|
|||||||
APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_UDHCPC
|
#ifdef CONFIG_UDHCPC
|
||||||
APPLET(udhcpc, udhcpc_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
|
APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_UDHCPD
|
#ifdef CONFIG_UDHCPD
|
||||||
APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
|
APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user