mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
22 lines
497 B
Makefile
22 lines
497 B
Makefile
# Copyright (C) 2016 Openwrt.org
|
|
#
|
|
# This is a free software, use it under GNU General Public License v3.0.
|
|
#
|
|
# Created By [CTCGFW]Project-OpenWrt
|
|
# https://github.com/project-openwrt
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for sSocks
|
|
LUCI_DEPENDS:=+busybox +iptables +ssocksd
|
|
LUCI_PKGARCH:=all
|
|
PKG_NAME:=luci-app-ssocks
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=[CTCGFW]Project-OpenWrt
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|