]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/fireinfo
kernel: fix imq patch for 3.10.30.
[people/teissler/ipfire-2.x.git] / lfs / fireinfo
index a60aa537064648c4617ac5a6a29d5758ff74ed3e..f71437fb036fc65f3fa49533104d3cbdcf676b8f 100644 (file)
@@ -71,7 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo-2.1.8-Revert-Read-mounted-filesystems-from-proc-mounts-ins.patch
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)