diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 0d8f0b4..504f86a 100644 --- a/include/applets.h +++ b/include/applets.h @@ -41,6 +41,11 @@ #define APPLET_ODDNAME(a,b,c,d,e) {a,b,c,d}, #endif +#ifdef CONFIG_INSTALL_NO_USR +#define _BB_DIR_USR_BIN _BB_DIR_BIN +#define _BB_DIR_USR_SBIN _BB_DIR_SBIN +#endif + #ifdef CONFIG_TEST |