X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fusb_modeswitch;h=f8aea5fd6b81d51f87d1b136b82ec5c2df4b876b;hb=c5e5324cb6a121f13657df56f22da67e0d465ffa;hp=75fa84c56e9cfa99da042fbbd9403813c572bcb5;hpb=e2929cde1203ebeb194264bb7d7b9ca4e484e525;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/usb_modeswitch b/lfs/usb_modeswitch index 75fa84c56..f8aea5fd6 100644 --- a/lfs/usb_modeswitch +++ b/lfs/usb_modeswitch @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2007-2012 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,7 +24,7 @@ include Config -VER = 1.1.4 +VER = 1.2.4 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 = a04db36bd0fc6fb303df7567f677b714 +$(DL_FILE)_MD5 = dbd4ce7966d7b4a5a0604a8280f7164d install : $(TARGET) @@ -73,6 +73,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make clean cd $(DIR_APP) && make all $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install - cp -f $(DIR_APP)/device_reference.txt /etc/usb_modeswitch.setup.example @rm -rf $(DIR_APP) @$(POSTBUILD)