X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fusb_modeswitch;h=0f280785392b8f192fbe7760d0affcb0d4485747;hb=7bcfd0dd83873ac476cb49caceb753abb64dfc7f;hp=8f17964ffc2c360ad01bcb60572ee341264c066c;hpb=83ace54562d033d96b629a073373dd45104e90a8;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/usb_modeswitch b/lfs/usb_modeswitch index 8f17964ff..0f2807853 100644 --- a/lfs/usb_modeswitch +++ b/lfs/usb_modeswitch @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,9 +24,9 @@ include Config -VER = 1.0.5 +VER = 1.2.6 -THISAPP = usb_modeswitch-$(VER) +THISAPP = usb-modeswitch-$(VER) DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 294848bbbcbd77dc9a4caf08327ca297 +$(DL_FILE)_MD5 = 3cd804ad2dd4cb61fbd77a5cc033496c install : $(TARGET) @@ -70,10 +70,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) && 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 - mv -f /etc/usb_modeswitch.conf /etc/usb_modeswitch.conf.example @rm -rf $(DIR_APP) @$(POSTBUILD)