<grift>
luci-peeraddr and /lib/netifd/proto/ppp.sh seem to rely on `resolveip` but it is not pulled in?
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua is now known as Guest5589
rua has joined #openwrt-devel
Guest5589 has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
n3ph has joined #openwrt-devel
goliath has joined #openwrt-devel
ptudor has joined #openwrt-devel
stklcode has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
gladiac has quit [Read error: Connection reset by peer]
ptudor_ has quit [Ping timeout: 480 seconds]
gladiac has joined #openwrt-devel
n3ph has joined #openwrt-devel
rua has quit [Quit: Leaving.]
Raccoonzz has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
stklcode has quit [Quit: WeeChat 4.5.1]
Raccoonzz has quit [Remote host closed the connection]
soxrok2212 has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
soxrok2212 has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.4.4]
benjamin_ has quit [Read error: Connection reset by peer]
rua has quit [Remote host closed the connection]
n3ph has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
rua has joined #openwrt-devel
noahm has quit [Quit: reboot]
noahm has joined #openwrt-devel
n3ph has joined #openwrt-devel
n3ph has quit [Remote host closed the connection]
n3ph has joined #openwrt-devel
zer0def has quit [Remote host closed the connection]
skynet2 has joined #openwrt-devel
zer0def has joined #openwrt-devel
valku has joined #openwrt-devel
skynet2_ has joined #openwrt-devel
skynet2__ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
skynet2_ has quit [Ping timeout: 480 seconds]
<mrnuke>
russell--: Have a look at the latest commit in https://github.com/Hurricos/realtek-poe/pull/35 ("dialect: realtek: Change mystery parameter from 1 to 0 "). THat solved the "requesting power" issue for me. Does that get you up and running?
Raccoonnz has quit [Remote host closed the connection]
<SlimeyX>
robimarko under my #define config extra env settings if i remove "protect on $ubootaddr +$filesize && " will that allow me to save the settings and they will stick?
<robimarko>
SlimeyX: You cannot prevent changing U-Boot env variables from U-Boot
<SlimeyX>
adtran does some
<SlimeyX>
how
<robimarko>
The only way I have seen is to simply not make the env persistant
<robimarko>
Aka dont write it to any media at all, then you simply always use the default on
<robimarko>
But they can also modify the source to remove write support though