small-package/luci-app-control-weburl/Makefile

19 lines
393 B
Makefile
Raw Normal View History

2021-09-08 15:15:02 +08:00
# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
2021-09-24 23:37:27 +08:00
LUCI_TITLE:=LuCI support for Weburl From Koolshare
LUCI_DEPENDS:=+iptables-mod-filter +kmod-ipt-filter
2021-09-08 15:15:02 +08:00
LUCI_PKGARCH:=all
2021-09-24 23:37:27 +08:00
PKG_VERSION:=1.0
2022-04-25 23:45:26 +08:00
PKG_RELEASE:=3-20220422
2021-09-08 15:15:02 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature
2021-09-24 23:37:27 +08:00