Skip to content

Commit

Permalink
Merge pull request #15 from fda77/master
Browse files Browse the repository at this point in the history
various
  • Loading branch information
fda77 committed Feb 14, 2019
2 parents 10d7616 + 4c20cdd commit 978aea2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions config/ui/patches.in
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ config FREETZ_REMOVE_ETHERNET_OVER_USB
Removes avalanche_usb.ko to save 60kB uncompressed space.
This is the Ethernet-over-USB driver which provides also CDROM emulation.

config FREETZ_REMOVE_WEBDAV
bool "Remove WebDAV (AVM Online-Speicher)"
depends on FREETZ_AVM_HAS_WEBDAV
default n
help
Remove WebDAV (Online-Speicher) feature. Saves about 510 KB of
uncompressed data size.
On 7270v1 only scripts, links and a 10KB library.

config FREETZ_REMOVE_MEDIASRV
bool "Remove mediasrv"
depends on \
Expand Down Expand Up @@ -966,15 +975,6 @@ config FREETZ_REMOVE_TELEPHONY
removed UPnP/dsld/userman. If it still works for boxes including those
functionalities, is unknown. Feel free to test it.

config FREETZ_REMOVE_WEBDAV
bool "Remove WebDAV"
depends on FREETZ_AVM_HAS_WEBDAV
default n
help
Remove WebDAV (Online-Speicher) feature. Saves about 510 KB of
uncompressed data size.
On 7270v1 only scripts, links and a 10KB library.

config FREETZ_REMOVE_WLAN
bool "Remove WLAN"
depends on FREETZ_SHOW_ADVANCED && \
Expand Down
2 changes: 1 addition & 1 deletion patches/scripts/540-remove_webdav.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for files in \
etc/onlinechanged/webdav_net \
etc/webdav_control \
usr/www/all/html/de/home/home_webdav.txt \
$([ "$FREETZ_PACKAGE_DECRYPT_FRITZOS_CFG" == "y" ] || echo bin/webdavcfginfo) \
$([ "$FREETZ_AVM_VERSION_06_8X_MIN" == "y" -o "$FREETZ_PACKAGE_DECRYPT_FRITZOS_CFG" == "y" ] || echo bin/webdavcfginfo) \
; do
rm_files "${FILESYSTEM_MOD_DIR}/$files"
done
Expand Down

0 comments on commit 978aea2

Please sign in to comment.