Installing LuCI on TP-Link RE200 v4 snapshot

Hi!
I'd like to use Openwrt on my RE200.
The latest snapshot does not seem to contain luci and I seem to be unable to install it.
opkg update
opkg install luci
does install a single package, but that does not get luci to work.
Am I missing something here?

Best regards,
anti

Well, i got the repeater working from ssh, but my /etc/config/wireless also misses the 5GHz device. Any got the correct configuration for the wifi-device?

--> Already found an answer by reading into the porting thread for RE200.
"Just install kmod-mt76x02-common and kmod-mt76x0-common"
Works!

1 Like

I got it working.

I downloaded the packages manually from


Base packages: liblua lua libuci-lua libubus libubus-lua uhttpd rpcd
Luci packages: luci-base luci-lib-ip luci-lib-nixio luci-theme-bootstrap luci-mod-admin-full luci-lib-jsonc

mkdir /tmp/offline-luci-install/
opkg update
cd /tmp/offline-luci-install/
opkg install /tmp/luci-install/*.ipk
opkg update
opkg install liblua libubus libubus-lua libuci-lua lua luci-base l
uci-lib-ip luci-lib-jsonc luci-lib-nixio luci-mod-admin-full luci-theme-bootstrap rpcd uhttpd
luci luci-app-firewall luci-app-opkg luci-mod-network luci-mod-status luci-mod-system luci-p
roto-ipv6 luci-proto-ppp rpcd-mod-luci rpcd-mod-rrdns luci-lib-base liblucihttp-lua liblucihttp0

When I go in my browser to http://192.168.0.254 i'm seeing the OpenWrt webinterface.

Maybe this is usefull to someone.

Cheers,
Patrick

1 Like

I used the last opkg install liblua ...
That got luci working for me, too.
Thanks a lot!

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