Before install on Archer C60 v2

Before install OpenWrt on my Tp-Link Archer C60 v2, i need to know if Luci interface and PPPoE connections are availabe by default in bin image here:
https://openwrt.org/toh/tp-link/tp-link_archer_c60_v2

I need PPPoE to access Internet and i'd like to have Luci available right away.

Can i configure the PPPoE connection via Luci just "out of the box"?

"Release" images have LuCI pre-installed. "Snapshot" images do not.

(A notable exception are the v19 images that are pre-release and, as I understand it, are being build with LuCI pre-installed.)

So, "18.06.4" should be ok for me? (PPPoE and Luci)

1 Like

Looks like it.

From http://downloads.openwrt.org/releases/18.06.4/targets/ar71xx/generic/openwrt-18.06.4-ar71xx-generic.manifest

$ fgrep -i pppoe ~/_tmp/openwrt-18.06.4-ar71xx-generic.manifest 
kmod-pppoe - 4.9.184-1
ppp-mod-pppoe - 2.4.7-12

$ fgrep -i luci ~/_tmp/openwrt-18.06.4-ar71xx-generic.manifest 
liblucihttp - 2019-06-05-91c01c3c-1
liblucihttp-lua - 2019-06-05-91c01c3c-1
luci - git-19.170.32094-4d6d8bc-1
luci-app-firewall - git-19.170.32094-4d6d8bc-1
luci-base - git-19.170.32094-4d6d8bc-1
luci-lib-ip - git-19.170.32094-4d6d8bc-1
luci-lib-jsonc - git-19.170.32094-4d6d8bc-1
luci-lib-nixio - git-19.170.32094-4d6d8bc-1
luci-mod-admin-full - git-19.170.32094-4d6d8bc-1
luci-proto-ipv6 - git-19.170.32094-4d6d8bc-1
luci-proto-ppp - git-19.170.32094-4d6d8bc-1
luci-theme-bootstrap - git-19.170.32094-4d6d8bc-1
1 Like

Oh.
Thanks a lot!!!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.