mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 16:29:50 +00:00
fix applet order
This commit is contained in:
parent
992a58c216
commit
73b4710974
@ -375,13 +375,13 @@
|
|||||||
#ifdef CONFIG_LESS
|
#ifdef CONFIG_LESS
|
||||||
APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_FEATURE_INITRD
|
|
||||||
APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER)
|
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_SETARCH
|
#ifdef CONFIG_SETARCH
|
||||||
APPLET_NOUSAGE("linux32", setarch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
APPLET_NOUSAGE("linux32", setarch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||||
APPLET_NOUSAGE("linux64", setarch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
APPLET_NOUSAGE("linux64", setarch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_FEATURE_INITRD
|
||||||
|
APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER)
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_LN
|
#ifdef CONFIG_LN
|
||||||
APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user