]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
v4l-dvb: disable RADIO_SHARK (missing tuner symbols).
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 23 Sep 2012 13:54:09 +0000 (09:54 -0400)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 23 Sep 2012 13:54:09 +0000 (09:54 -0400)
lfs/v4l-dvb

index 7b0b3351b6ffd8c1f23336cf5cfa79bba421ef9a..cde3efc820672fa2481f3572b430f8b81f6ba048 100644 (file)
@@ -88,6 +88,10 @@ ifeq "$(KCFG)" "-omap"
                "s|^CONFIG_IR_RX51=m|# CONFIG_IR_RX51 is not set|g" \
                v4l/.config
 endif
+       # Disable Radio Shark (missing tuner module)
+       cd $(DIR_APP) && sed -i -e \
+               "s|^CONFIG_RADIO_SHARK=m|# CONFIG_RADIO_SHARK is not set|g" \
+               v4l/.config
        cd $(DIR_APP) && make all KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=$(XVER)
        cd $(DIR_APP) && make install KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=$(XVER)
        ln -sf $(DIR_APP)/ /usr/src/v4l-dvb