No nano editor in the menu config tplink mr3020 v3

Hello. I took the latest version from a trunk. Assembled for tp-link mr3020 v3. I did not find the nano editor in the menu config. Why is he not there? In the firmware lede he was. What should be done?
The firmware is assembled and works fine.

Regards, KlenKlenov.

nano is not a standard package. vi is available in the standard ROMs.

nano can be installed with

opkg update
opkg install nano
1 Like

Nano should be visible in menuconfig quite normally.
Just make sure that you have updated the feeds before running menuconfig.

1 Like

Thank you for answer. To install nano, the libncurses6_6.1-5_mipsel_24kc.ipk and terminfo_6.1-5_mipsel_24kc.ipk packages are required. They installed normally. But

opkg install nano
Unknown package 'nano'.
Collected errors:
opkg_install_cmd: Cannot install package nano.

Looks like it's there

http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/nano_4.5-1_mipsel_24kc.ipk

http://downloads.openwrt.org/releases/18.06.4/packages/mipsel_24kc/packages/nano_4.5-1_mipsel_24kc.ipk

Running make menuconfig and using /nano to find it gives

2 Likes

Hi. Thank very much, guys !

Problem was

update -a
connection refused

Solution:

git config --global http.proxy http://91.206.30.218:3128

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