Skip to content

xleoman/luci-app-ttyd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luci-app-ttyd

Building with OpenWrt/LEDE SDK

LEDE documentation: Using the SDK

Ubuntu 64bit and LEDE ar71xx as example:

sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev gawk gcc-multilib flex git-core gettext libssl-dev
curl -sLo- https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/lede-sdk-ar71xx-generic_gcc-5.4.0_musl-1.1.15.Linux-x86_64.tar.xz | tar Jx
cd lede-sdk-ar71xx-generic_gcc-5.4.0_musl-1.1.15.Linux-x86_64
./scripts/feeds update -a
./scripts/feeds install -a
git clone https://github.com/ozon/luci-app-ttyd.git package/feeds/luci-app-ttyd
make defconfig
make menuconfig
make package/feeds/luci-app-ttyd/compile

The compiled .ipk package will be in the bin/packages folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 91.7%
  • Lua 5.8%
  • Shell 1.4%
  • Makefile 1.1%