]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
v4l-dvb: update it913x modul to 1.25.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Feb 2012 22:54:49 +0000 (23:54 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Feb 2012 22:54:49 +0000 (23:54 +0100)
lfs/v4l-dvb

index a06a84583e088d37ca2f70925d993c42c6675ead..3b3d22b2c041df2d21441e83511342ccde6da6a8 100644 (file)
@@ -37,11 +37,14 @@ TARGET     = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX)
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE)
+objects = $(DL_FILE) v4l-dvb_update_it913x_1_25.patch.gz
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+v4l-dvb_update_it913x_1_25.patch.gz = $(DL_FROM)/v4l-dvb_update_it913x_1_25.patch.gz
 
 $(DL_FILE)_MD5 = 264c5f4ad7aad8dd2960799c80a7908c
+v4l-dvb_update_it913x_1_25.patch.gz_MD5 = c3e397bd64f618edbfcaa56466cdbf14
+
 install : $(TARGET)
 
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
@@ -70,6 +73,8 @@ $(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)/linux && zcat $(DIR_DL)/v4l-dvb_update_it913x_1_25.patch.gz | \
+                                       patch -Np1 
        cd $(DIR_APP) && make allyesconfig KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=2.6.32
        cd $(DIR_APP) && make all KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=2.6.32
        cd $(DIR_APP) && make install KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=2.6.32