From 0e60544672c53f47350d959d413db44524c82eaa Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 8 Nov 2014 11:03:09 +0000 Subject: [PATCH] fhemupdate.pl: check in the firmware changes git-svn-id: https://svn.fhem.de/fhem/trunk@6914 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/fhemupdate.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/contrib/fhemupdate.pl b/fhem/contrib/fhemupdate.pl index ed4da4f95..ac1fb1442 100755 --- a/fhem/contrib/fhemupdate.pl +++ b/fhem/contrib/fhemupdate.pl @@ -41,6 +41,7 @@ my %filelist2 = ( "FHEM/FhemUtils/update-.*", => { type=>",fhem,", dir=>"FHEM/FhemUtils"}, "FHEM/lib/.*.pm" => { type=>",fhem,", dir=>"FHEM/lib"}, "FHEM/lib/.*.xml" => { type=>",fhem,", dir=>"FHEM/lib"}, + "FHEM/firmware/.*" => { type=>",fhem,", dir=>"FHEM/firmware"}, "FHEM/lib/SWAP/.*.xml" => { type=>",fhem,", dir=>"FHEM/lib/SWAP"}, "FHEM/lib/SWAP/panStamp/.*" => { type=>",fhem,", dir=>"FHEM/lib/SWAP/panStamp"}, "FHEM/lib/SWAP/justme/.*" => { type=>",fhem,", dir=>"FHEM/lib/SWAP/justme"},