summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/lilo.in12
-rw-r--r--rules/lilo.make8
2 files changed, 16 insertions, 4 deletions
diff --git a/rules/lilo.in b/rules/lilo.in
index c7abf49dd..d167edc25 100644
--- a/rules/lilo.in
+++ b/rules/lilo.in
@@ -1,3 +1,15 @@
config LILO
bool "LILO"
depends on ARCH_X86
+ help
+ LInux LOader - The Classic OS loader
+ It can load Linux and others, this Package contains lilo
+ (the installer) and boot-record-images to install Linux,
+ OS/2, DOS and generic Boot Sectors of other OSes.
+
+ You can use LILO to manage your Master Boot Record
+ (with a simple text screen, text menu or colorful
+ splash graphics) or call LILO from other Boot-Loaders
+ to jump-start the Linux kernel.
+
+ Note: This Package is only running on x86-based plattforms
diff --git a/rules/lilo.make b/rules/lilo.make
index 933070964..535f06416 100644
--- a/rules/lilo.make
+++ b/rules/lilo.make
@@ -33,7 +33,7 @@ LILO_DIR = $(BUILDDIR)/$(LILO)
lilo_get: $(STATEDIR)/lilo.get
-$(STATEDIR)/lilo.get: $(LILO_SOURCE)
+$(STATEDIR)/lilo.get: $(lilo_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(LILO_SOURCE):
lilo_extract: $(STATEDIR)/lilo.extract
-$(STATEDIR)/lilo.extract: $(STATEDIR)/lilo.get
+$(STATEDIR)/lilo.extract: $(lilo_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(LILO_DIR))
@$(call extract, $(LILO_SOURCE))
@@ -84,7 +84,7 @@ $(STATEDIR)/lilo.compile: $(lilo_compile_deps_default)
lilo_install: $(STATEDIR)/lilo.install
-$(STATEDIR)/lilo.install: $(STATEDIR)/lilo.compile
+$(STATEDIR)/lilo.install: $(lilo_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -94,7 +94,7 @@ $(STATEDIR)/lilo.install: $(STATEDIR)/lilo.compile
lilo_targetinstall: $(STATEDIR)/lilo.targetinstall
-$(STATEDIR)/lilo.targetinstall: $(STATEDIR)/lilo.install
+$(STATEDIR)/lilo.targetinstall: $(lilo_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)