How to update tmux and nnn

hello and thanks,

if i am posting in the wrong section please let me know.

i am finding that software installed by openwrt is out of date.
please, how can i update thesev very important packages.

another issue is that nano has been compiled like so,
can i download the source code and re-compiile/re-make
if so, please help with that as new to openwrt

root@OpenWrt:~# nano -V
 GNU nano, version 5.3
 Compiled options: --enable-tiny --disable-nls --disable-utf8

oh yeah, openwrt is great!

thanks much,
david

You should file issues against those packages:

thanks,

the makefie is https://github.com/openwrt/packages/tree/openwrt-19.07/utils/tmux
i want to try to tweak the makefile and compile that makefile on my openwrt router

how can i compile that file on my openwrt router?

PKG_NAME:=tmux
PKG_VERSION:=2.9a
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/tmux/tmux/releases/download/$(PKG_VERSION)
1 Like

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