Skip to content

Commit

Permalink
replace AWOL wehavemorefun.de links with archive.org backups (Freetz#302
Browse files Browse the repository at this point in the history
)
  • Loading branch information
leggewie committed Jul 28, 2020
1 parent b300c32 commit f4147ce
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -2128,7 +2128,7 @@ See svn log for more details.
- added gdb
- fixed deco.mk (forgot ncurses dependency, wrong path)
- removed ar7kernel-loader
- added evalzmaloader (thanks Enrik) http://www.wehavemorefun.de/fritzbox/EVA
- added evalzmaloader (thanks Enrik) http://web.archive.org/20200701000000/www.wehavemorefun.de/fritzbox/EVA
- fix error with download and external toolchain:
uClibc-libs are not in /root/lib
- updated download toolchain to 0.2
Expand Down
2 changes: 1 addition & 1 deletion config/ui/fwmod.in
Expand Up @@ -41,7 +41,7 @@ menu "Firmware packaging (fwmod) options"
default n
help
Choose this option if you intend to use the packed image on an SDK
stick (see http://wehavemorefun.de/fritzbox/index.php/SDK-Firmware).
stick (see http://web.archive.org/20200701000000/wehavemorefun.de/fritzbox/SDK-Firmware).
At the time of writing this, SDK stick mode is only supported on
7270_v2/3, but maybe you found a way to port it to another firmware,
so you are free to use this option at will.
Expand Down
6 changes: 3 additions & 3 deletions config/ui/patches.in
Expand Up @@ -31,7 +31,7 @@ config FREETZ_REMOVE_MULTI_ANNEX_FIRMWARE_DIFFS
Remove the diffs to the prime firmware. This saves about
120-230 KB of uncompressed data size and 67 KB of bspatch.
Select this only if you don't want to switch the firmware.
See http://www.wehavemorefun.de/fritzbox/Multi-DSL-Firmware
See http://web.archive.org/20200701000000/www.wehavemorefun.de/fritzbox/Multi-DSL-Firmware


config FREETZ_REMOVE_MULTI_ANNEX_FIRMWARE_PRIME
Expand All @@ -44,7 +44,7 @@ config FREETZ_REMOVE_MULTI_ANNEX_FIRMWARE_PRIME
This saves about 340-790 KB of uncompressed data size. Removes
lib/modules/dsp_*/*-?-dsl.bin or lib/modules/*Vx180Code.bin.gz.
Select this only if you don't use the the DSL modem. See
http://www.wehavemorefun.de/fritzbox/Multi-DSL-Firmware
http://web.archive.org/20200701000000/www.wehavemorefun.de/fritzbox/Multi-DSL-Firmware


config FREETZ_REMOVE_DSL_CONTROL
Expand All @@ -63,7 +63,7 @@ config FREETZ_REMOVE_DSL_CONTROL
Removes /usr/sbin/dsl_control. This saves about
540-669 KB of uncompressed data size.
Select this only if you don't use the the DSL modem. See
http://wehavemorefun.de/fritzbox/Dsl_control
http://web.archive.org/20200701000000/wehavemorefun.de/fritzbox/Dsl_control

config FREETZ_REMOVE_PIGLET_V1_AVAILABLE
bool
Expand Down
2 changes: 1 addition & 1 deletion fwmod
Expand Up @@ -1624,7 +1624,7 @@ if [ "$DO_PACK" -gt 0 ]; then
error 1 -b "combined kernel+filesystem image is $KERNEL_DIFF bytes too big. See http://freetz.org/wiki/FAQ#Filesystemimagetoobig for details."
fi
if [ "$FORCE_PACK" -gt 0 -a "$DO_ZIP" -eq 0 ]; then
echo0 -b "Use for SDK mode only. See http://wehavemorefun.de/fritzbox/index.php/SDK-Firmware"
echo0 -b "Use for SDK mode only. See http://web.archive.org/20200701000000/wehavemorefun.de/fritzbox/SDK-Firmware"
fi
if [ "$FORCE_PACK" -eq 0 -a "$DO_ZIP" -gt 0 ]; then
echo0 -b "Use for USBroot or NFSroot mode only."
Expand Down
4 changes: 2 additions & 2 deletions make/phonebook-tools/files/root/usr/bin/phonebook-tools
Expand Up @@ -325,7 +325,7 @@ get_avm_firmware_version() {
}

check_if_fritzbox_uses_xml_based_phonebook() {
# source: http://www.wehavemorefun.de/fritzbox/CONFIG_FONBOOK2
# source: http://web.archive.org/20200701000000/www.wehavemorefun.de/fritzbox/CONFIG_FONBOOK2
[ "$(get_avm_config_variable CONFIG_FONBOOK2)" = "y" ] && return 0

echo >&2 "Error: this box doesn't seem to use XML-based phonebook"
Expand All @@ -349,7 +349,7 @@ retrieve_book_pbd() {
local internal_book_id=255

book_ids="all_user_defined"
# source: http://www.wehavemorefun.de/fritzbox/Online-Telefonbuch
# source: http://web.archive.org/20200701000000/www.wehavemorefun.de/fritzbox/Online-Telefonbuch
[ "$(get_avm_config_variable CONFIG_ONLINEPB)" = "y" ] && book_ids="${book_ids} ${online_book_ids}"
[ "${SHOW_INTERNAL}" -ne 0 ] && book_ids="${book_ids} ${internal_book_id}"

Expand Down
2 changes: 1 addition & 1 deletion tools/unpack-kernel
Expand Up @@ -3,7 +3,7 @@
#
# Uncompress LZMA-packed firmware kernel.
#
# Based on the format description available at http://www.wehavemorefun.de/fritzbox/LZMA-Kernel
# Based on the format description available at http://web.archive.org/20200701000000/www.wehavemorefun.de/fritzbox/LZMA-Kernel
#

SELF=$(readlink -f ${0})
Expand Down

0 comments on commit f4147ce

Please sign in to comment.