mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
17 lines
380 B
Makefile
17 lines
380 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-xlnetacc
|
|
PKG_VERSION:=1.0.3
|
|
PKG_RELEASE:=9
|
|
|
|
PKG_LICENSE:=GPLv2
|
|
PKG_MAINTAINER:=Sense <sensec@gmail.com>
|
|
LUCI_TITLE:=LuCI Support for XLNetAcc
|
|
LUCI_DEPENDS:=+jshn +wget +openssl-util
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DESCRIPTION=LuCI Support for XLNetAcc.
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|