From e2ddae6acddde3314b351760bc31f64def76e9fc 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/fhem@6914 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/fhemupdate.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/fhemupdate.pl b/contrib/fhemupdate.pl index ed4da4f95..ac1fb1442 100755 --- a/contrib/fhemupdate.pl +++ b/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"},