OpenWRT on Raspberry Pi
Weekend migration from EdgeRouter Lite to Raspberry Pi 5 Clean (re)install cd /tmp/ wget https://downloads.openwrt.org/releases/24.10.0/targets/bcm27xx/bcm2712/openwrt-24.10.0-bcm27xx-bcm2712-rpi-5-squashfs-sysupgrade.img.gz sysupgrade -v -n openwrt-24.10.0-bcm27xx-bcm2712-rpi-5-squashfs-sysupgrade.img.gz + add factory reset option First connect The eth0 interface is configured that way it has static 192.168.1.1 IP address. ssh-keygen -R 192.168.1.1 ssh [email protected] passwd Then update lan to use DHCP: vi /etc/config/network config interface 'lan' option device 'br-lan' option proto 'dhcp' Configure USB Ethernet adapter as WAN opkg update opkg install kmod-usb-net-rtl8152 Then add the following to /etc/config/network....