[BusyBox] New feature for menuconfig

Nick Fedchik fnm at fusion.ukrsat.com
Sat Jan 25 05:37:03 UTC 2003


This patch add a new feature to configuration options - default
installation path. It so easy to do that, so I can't understand
why nobody was not realized this feature later.
As for me, it's very useful, because now it need no to type
make install PREFIX=/rootdir/where/to/place/my/busybox/
every time when I want to reinstall BB :)

#
# Installation Options
#
# CONFIG_INSTALL_NO_USR is not set
PREFIX="/my/custom/installation/path/for/busybox"


-- 
Nick Fedchik, FNM3-RIPE(UANIC)
Internet Dept./ISP UkrSat, Kiev, Ukraine
-------------- next part --------------
diff -urN busybox/sysdeps/linux/Config.in busybox-dirty/sysdeps/linux/Config.in
--- busybox/sysdeps/linux/Config.in	2003-01-19 14:55:13 +0200
+++ busybox-dirty/sysdeps/linux/Config.in	2003-01-25 14:24:59 +0200
@@ -166,6 +166,14 @@
 	  Disable use of /usr. Don't activate this option if you don't know,
 	  that you really want this behaviour.
 
+config PREFIX
+	string "BusyBox installation prefix"
+	default "./_install"
+	help
+	  Define Your directory to install BusyBox files/subdirs.
+
+
+
 endmenu
 
 source archival/Config.in


More information about the busybox mailing list