diff --git a/fhem/CHANGED b/fhem/CHANGED index 06d4cccf3..e9e17af03 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,3 @@ -- =DATE= (=VER=) - - 2011-07-08 (5.1) - feature: smallscreen optimizations for iPhone - feature: FHT8V rewrite (and moved from contrib into the FHEM directory). diff --git a/fhem/contrib/FB7390/makeimage b/fhem/contrib/FB7390/makeimage index 1c0ddf04d..5df5c3895 100755 --- a/fhem/contrib/FB7390/makeimage +++ b/fhem/contrib/FB7390/makeimage @@ -3,7 +3,7 @@ fw=$1 if test ! -f ../../$fw.tar.gz; then echo "usage: makeimage " - echo "../../.tar.gz mus exist" + echo "../../.tar.gz must exist" exit 1 fi @@ -25,8 +25,8 @@ echo Extracting $fw rm -rf $fw tar zxf ../../$fw.tar.gz cd $fw -cp fhem.pl\ - FHEM/*\ +cp fhem.pl ../var/fhem +cp FHEM/*\ webfrontend/pgm2/*\ docs/*.html\ docs/fhem.png\ diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html index 4d9e44734..5d5b00447 100644 --- a/fhem/docs/fhem.html +++ b/fhem/docs/fhem.html @@ -63,11 +63,9 @@

Download

    Current Version: (as of =DATE=): - - fhem-=VERS=.tar.gz - or - - fhem-=VERS=.deb + fhem-=VERS=.tar.gz, + fhem-=VERS=.deb or + fhem-=VERS=-fb7390.image or
    See the CHANGED file for current changes.
    diff --git a/fhem/docs/fritzbox7390.html b/fhem/docs/fritzbox7390.html index 9800442c5..f8879fc00 100644 --- a/fhem/docs/fritzbox7390.html +++ b/fhem/docs/fritzbox7390.html @@ -63,13 +63,6 @@ there are NO CUL devices defined in the initial configuration, you'll have to do this manually, e.g. by following the HOWTO or the command reference.

    - - Further bad news for both versions: Currently the only working serial - kernel driver is the cdc_acm, which means only the CUL can be attached - directly to the FritzBox. The FHZ1x00 needs the ftdi_sio driver, which - currently panics the FritzBox. If I am informed correctly, then this - problem will be solved in the near future.
    - Of course you can always use devices attached via network, like the CUN.