mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
21 lines
486 B
Makefile
21 lines
486 B
Makefile
# Copyright (C) 2024 Openwrt.org
|
|
#
|
|
# This is free software, licensed under the GNU Affero General Public License v3.0 only.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-gecoosac
|
|
PKG_VERSION:=2.2
|
|
PKG_RELEASE:=20
|
|
|
|
LUCI_TITLE:=LuCI Support for gecoosac
|
|
LUCI_DEPENDS:=+luci-base +gecoosac +gecoosac-files
|
|
LUCI_EXTRA_DEPENDS:=gecoosac (>=2.2.20251015)
|
|
LUCI_PKGARCH:=all
|
|
PKG_LICENSE:=AGPL-3.0-only
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|