]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Silent boot.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 May 2009 08:29:50 +0000 (10:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 May 2009 08:29:50 +0000 (10:29 +0200)
lfs/bootutils

index bda6ba9c1904384f122050e1f6c01a6f29776a99..cce57944b85a237c7db8dd635652f6e06c4edbda 100644 (file)
@@ -54,7 +54,8 @@ endef
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE)
+objects = $(DL_FILE) \
+       $(THISAPP)-silent-boot-1.patch
 
 download: $(objects)
 
@@ -76,6 +77,7 @@ $(objects):
 $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-silent-boot-1.patch
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \