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)
|
||||
#endif
|
||||
#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
|
||||
#ifdef CONFIG_UDHCPD
|
||||
APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
|
||||
|
Loading…
Reference in New Issue
Block a user