mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Updated v4l-dvb
This commit is contained in:
10
lfs/v4l-dvb
10
lfs/v4l-dvb
@@ -24,11 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = e9a442d3b53a
|
||||
VER = b386f0d3baaf
|
||||
|
||||
THISAPP = v4l-dvb-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FILE1 = v4l-dvb-af9015-820fe3a25cbc.patch.bz2
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
PAK_VER = 2
|
||||
@@ -43,13 +42,11 @@ endif
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
objects = $(DL_FILE) $(DL_FILE1)
|
||||
objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
$(DL_FILE1) = $(DL_FROM)/$(DL_FILE1)
|
||||
|
||||
$(DL_FILE)_MD5 = e4d9fccd3e3c242d1dce59bc5ecd2c51
|
||||
$(DL_FILE1)_MD5 = e51ca70bf1dc413a50796504f513fdd9
|
||||
$(DL_FILE)_MD5 = c1681dd766507fdac47cd615e79966ea
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -82,7 +79,6 @@ $(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) && bzip2 -d -c $(DIR_DL)/$(DL_FILE1) | patch -p1
|
||||
ifeq "$(SMP)" "1"
|
||||
cd $(DIR_APP) && make release VER=$(KVER)-ipfire-smp
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user