From 74663fdbbd1dc92dd91f6f88dbc4f972df12c404 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Dec 2015 22:40:55 +0100 Subject: Revert "rework prereq check" This reverts commit fba2ff31928b18364c1934654169806f5c800e23. --- Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 62838e64c..3eb25c58b 100644 --- a/Config.in +++ b/Config.in @@ -10,7 +10,7 @@ config ADK_MODULES default y config ADK_HAVE_DOT_CONFIG - bool + boolean default y source "target/config/Config.in.appliances" @@ -44,7 +44,7 @@ menu "Package options" visible if !ADK_CHOOSE_APPLIANCE config ADK_LEAVE_ETC_ALONE - bool "do not install anything into /etc" + boolean "do not install anything into /etc" default n help Enabling this option will prevent the ADK from installing anything @@ -60,7 +60,7 @@ config ADK_LEAVE_ETC_ALONE on will almost certainly render the resulting system unusable. config ADK_INSTALL_PACKAGE_INIT_SCRIPTS - bool "ship custom init-scripts along with packages" + boolean "ship custom init-scripts along with packages" default y depends on !ADK_LEAVE_ETC_ALONE help @@ -72,7 +72,7 @@ config ADK_INSTALL_PACKAGE_INIT_SCRIPTS off will almost certainly render the resulting system unusable. config ADK_INSTALL_PACKAGE_NETWORK_SCRIPTS - bool "ship custom network-scripts along with packages" + boolean "ship custom network-scripts along with packages" default y depends on !ADK_LEAVE_ETC_ALONE help -- cgit v1.2.3