From: Arne Fitzenreiter Date: Sun, 23 Sep 2012 13:54:09 +0000 (-0400) Subject: v4l-dvb: disable RADIO_SHARK (missing tuner symbols). X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=4bd6b58393a136f17afc1fb823ed551c9c097d33 v4l-dvb: disable RADIO_SHARK (missing tuner symbols). --- diff --git a/lfs/v4l-dvb b/lfs/v4l-dvb index 7b0b3351b..cde3efc82 100644 --- a/lfs/v4l-dvb +++ b/lfs/v4l-dvb @@ -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