Installing OpenWrt on Fritz!Repeater 3000

Glückwunsch, siehste geht doch :slight_smile:

The following things you should do now

## This file contains files and directories that should
## be preserved during an upgrade.

##Install TLS for HTTPS
# opkg update && opkg install luci-ssl-openssl

##Install WPA3
# opkg update && opkg remove wpad-basic && opkg install wpad-openssl hostapd-utils

##Install Wiregard
# opkg install kmod-wireguard luci-app-wireguard luci-proto-wireguard wireguard wireguard-tools qrencode

# RESTORE using:
# opkg update
# opkg list-installed | cut -f 1 -d ' ' | sort -u > /tmp/currentpkg && cat /etc/config/installed.packages | cut -f 1 -d ' ' | sort -u > /tmp/oldpkg
# grep -v -F -x -f /tmp/currentpkg /tmp/oldpkg > /tmp/inst
# opkg install $(cat /tmp/inst | sort -u)
# rm /tmp/currentpkg /tmp/oldpkg /tmp/inst"


## FOLDERS
/etc/wireguard/*
/etc/crontabs/*
/etc/dropbear/*
/etc/profile/*
/root/*

## FILES
/etc/sysupgrade.conf
/etc/TZ
/etc/banner
/etc/config/installed.packages