mirror of https://github.com/hak5/openwrt.git
parent
73b75bce61
commit
0ad465fc7d
|
@ -13,6 +13,7 @@ cyrus-sasl-compile: openssl-compile
|
|||
deco-compile: ncurses-compile
|
||||
dhcp6-compile: ncurses-compile
|
||||
dsniff-compile: libnids-compile openssl-compile libgdbm-compile
|
||||
elinks-compile: openssl-compile
|
||||
freetype-compile: zlib-compile
|
||||
fprobe-compile: libpcap-compile
|
||||
gdbserver-compile: ncurses-compile
|
||||
|
|
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_ELINKS
|
|||
prompt "elinks............................ A text based web browser"
|
||||
tristate
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_PACKAGE_LIBOPENSSL
|
||||
help
|
||||
An advanced text based web browser
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=elinks
|
||||
PKG_VERSION:=0.11.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MD5SUM:=c09d726075e4b5810fa07f8654088755
|
||||
|
||||
PKG_SOURCE_URL:=http://elinks.or.cz/download/
|
||||
|
|
|
@ -2,3 +2,4 @@ Package: elinks
|
|||
Priority: optional
|
||||
Section: text
|
||||
Description: An advanced text web browser
|
||||
Depends: libopenssl
|
||||
|
|
Loading…
Reference in New Issue