]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/v4l-dvb
Updated clamav to current stable
[people/pmueller/ipfire-2.x.git] / lfs / v4l-dvb
index 18496c5c9b3f0b5e0ed287d01a73abb986eda18a..925c0414f59c5d2eb138466aa63f8761a82463c9 100644 (file)
@@ -78,15 +78,14 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -N -p1 \
-        < $(DIR_SRC)/src/patches/v4l-dvb-kernel2.6.16-disabledvideodev.patch
-       cp -f $(DIR_SRC)/config/v4l-dvb/.config $(DIR_APP)/v4l/.config
+       cp -f $(DIR_SRC)/config/v4l-dvb/config $(DIR_APP)/v4l/.config
 ifeq "$(SMP)" "1"
-       cd $(DIR_APP) && make release VER=2.6.16.57-ipfire-smp
+       cd $(DIR_APP) && make release VER=$(KVER)-ipfire-smp
 else
-       cd $(DIR_APP) && make release VER=2.6.16.57-ipfire
+       cd $(DIR_APP) && make release VER=$(KVER)-ipfire
 endif
        cd $(DIR_APP) && make $(MAKETUNING) all
        cd $(DIR_APP) && make install
-       @rm -rf $(DIR_APP)
+       -ln -s $(DIR_APP)/ /usr/src/v4l-dvb
+#      @rm -rf $(DIR_APP)
        @$(POSTBUILD)