Updated usb_modeswitch (1.0.6).

This commit is contained in:
Arne Fitzenreiter
2009-12-25 21:37:38 +01:00
parent 980245eb5a
commit 06edb36351
2 changed files with 2 additions and 30 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.0.5
VER = 1.0.6
THISAPP = usb_modeswitch-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 294848bbbcbd77dc9a4caf08327ca297
$(DL_FILE)_MD5 = 7aca4741af6c409ef3ff09f60859a8f8
install : $(TARGET)
@@ -70,7 +70,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) && patch -Np1 < $(DIR_SRC)/src/patches/usb_modeswitch-huawei_e1762.patch
cd $(DIR_APP) && make clean
cd $(DIR_APP) && make all $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install