-----------------------
Add a compile option to turn off all the compiled in help
-andusage information. Some folks don't need or want it...
+and usage information. Some folks don't need or want it...
-----------------------
#ifdef BB_LENGTH
{"length", length_main, _BB_DIR_USR_BIN},
#endif
-#ifdef BB_FEATURE_LINUXRC //
+#ifdef BB_LINUXRC
{"linuxrc", init_main, _BB_DIR_ROOT},
#endif
#ifdef BB_LN
ln -fs /bin/busybox $1$i
done
rm -f $1/bin/busybox
+mkdir -p $1/bin
install -m 755 busybox $1/bin/busybox
exit 0
#ifdef BB_LENGTH
{"length", length_main, _BB_DIR_USR_BIN},
#endif
-#ifdef BB_FEATURE_LINUXRC //
+#ifdef BB_LINUXRC
{"linuxrc", init_main, _BB_DIR_ROOT},
#endif
#ifdef BB_LN
//---------------------------------------------------
// Nothing beyond this point should ever be touched by
// mere mortals so leave this stuff alone.
+//
#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
#define BB_MTAB
#endif
#ifdef BB_FEATURE_LINUXRC
#ifndef BB_INIT
#define BB_INIT
+#define BB_LINUXRC
+#endif
+#endif
+//
+#ifdef BB_GZIP
+#ifndef BB_GUNZIP
+#define BB_GUNZIP
#endif
#endif
//
ln -fs /bin/busybox $1$i
done
rm -f $1/bin/busybox
+mkdir -p $1/bin
install -m 755 busybox $1/bin/busybox
exit 0
#if defined (BB_CHMOD_CHOWN_CHGRP) \
- || defined (BB_CP_MV) \
- || defined (BB_FIND) \
- || defined (BB_LS) \
- || defined (BB_INSMOD)
+ || defined (BB_CP_MV) \
+ || defined (BB_FIND) \
+ || defined (BB_INSMOD) \
+ || defined (BB_RM) \
+ || defined (BB_TAR)
+
/*
* Walk down all the directories under the specified
* location, and do something (something specified