2021-09-24 23:37:27 +08:00
|
|
|
# Copyright (C) 2020 Lienol <lawlienol@gmail.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2022-04-01 20:21:10 +08:00
|
|
|
PKG_NAME:=luci-app-socat
|
|
|
|
PKG_VERSION:=20200824
|
2022-04-22 23:43:14 +08:00
|
|
|
PKG_RELEASE:=5
|
2022-04-01 20:21:10 +08:00
|
|
|
|
|
|
|
PKG_MAINTAINER:=Lienol <lawlienol@gmail.com>
|
|
|
|
|
2021-09-24 23:37:27 +08:00
|
|
|
LUCI_TITLE:=LuCI support for Socat
|
|
|
|
LUCI_DEPENDS:=+socat
|
|
|
|
LUCI_PKGARCH:=all
|
2022-04-01 20:21:10 +08:00
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/config/socat
|
|
|
|
endef
|
2021-09-24 23:37:27 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|