hi,
I have installed Openwrt, as in the Wiki described,
Then I have logged in by telnet.
If I configure pppoe, nothing happens.
uci set network.wan.proto=pppoe
uci set network.wan.username=<pppoe_psername>
uci set network.wan.password=<pppoe_password>
uci commit network && ifup wan
lsmod | grep ppp
ppp_async 7884 0 (unused)
ppp_generic 22300 0 [ppp_async]
slhc 6064 0 [ppp_generic]
Does somebody have a solution for it?