[commit] r2357 - in trunk: config user

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sun Oct 26 12:24:11 CET 2008


Author: dslinux_sonny_jim
Date: Sun Oct 26 12:24:11 2008
New Revision: 2357

Log:
Integrating replimenu into the build system

Modified:
   trunk/config/Configure.help
   trunk/config/config.in
   trunk/user/Makefile

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Sun Oct 26 12:24:11 2008
@@ -4010,6 +4010,10 @@
 CONFIG_USER_HINGED_EXAMPLE
   Example of how to use hinged
 
+CONFIG_USER_REPLIMENU
+  replimenu is a small menu program mainly for boot-diskettes. 
+  It's not as powerful as "dialog" but it's small and does the job 
+  
 #
 #
 # END of proprietary config help

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Sun Oct 26 12:24:11 2008
@@ -866,6 +866,7 @@
 bool 'pv'			CONFIG_USER_PV
 bool 'python'			CONFIG_USER_PYTHON_PYTHON
 bool 'readprofile'		CONFIG_USER_READPROFILE_READPROFILE
+bool 'replimenu'		CONFIG_USER_REPLIMENU
 bool 'rootloader'		CONFIG_USER_ROOTLOADER_ROOTLOADER
 bool 'rl'			CONFIG_USER_RL_RL
 bool 'sc'			CONFIG_USER_SC

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Sun Oct 26 12:24:11 2008
@@ -316,6 +316,7 @@
 dir_$(CONFIG_USER_RECOVER_RECOVER)          += recover
 dir_$(CONFIG_USER_RETAWQ_RETAWQ)            += retawq
 dir_$(CONFIG_USER_REISERFSPROGS)            += reiserfsprogs
+dir_$(CONFIG_USER_REPLIMENU)                += replimenu
 dir_$(CONFIG_USER_RL_RL)            		+= rl
 dir_$(CONFIG_USER_ROOTLOADER_ROOTLOADER)    += rootloader
 dir_$(CONFIG_USER_ROUTED_ROUTED)            += routed


More information about the dslinux-commit mailing list