Lede

LEDE (custom image router) - rpi3

How to install LEDE (OpenWRT)

Default login/pwd

login : root

pwd :

Expand FileSystem

$fdisk /dev/sdX
$resize2fs /dev/sdX2
$eject /dev/sdX

Configure network

$uci set network.lan.proto=dhcp
$uci commit
$/etc/init.d/network restart

Install gui "luci"

$opkg update
$opkg install luci-ssl

Source rpi3 install : easypi

Source LEDE : official openwrt


Date : 2017.03.19