Browse Source
Merge pull request #14683 from 1715173329/ttyd-fix
ttyd: force enable authentication for login
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
utils/ttyd/Makefile
-
utils/ttyd/files/ttyd.config
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=ttyd |
|
|
PKG_NAME:=ttyd |
|
|
PKG_VERSION:=1.6.3 |
|
|
PKG_VERSION:=1.6.3 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/tsl0922/ttyd/tar.gz/$(PKG_VERSION)? |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/tsl0922/ttyd/tar.gz/$(PKG_VERSION)? |
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
|
|
|
|
config ttyd |
|
|
config ttyd |
|
|
option interface '@lan' |
|
|
option interface '@lan' |
|
|
option command '/usr/libexec/login.sh' |
|
|
|
|
|
|
|
|
option command '/bin/login' |
|
|
|
|
|
|