mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
20 lines
412 B
Makefile
20 lines
412 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:=9
|
|
|
|
LUCI_TITLE:=LuCI Support for gecoosac
|
|
LUCI_DEPENDS:=+gecoosac
|
|
LUCI_PKGARCH:=all
|
|
PKG_LICENSE:=AGPL-3.0-only
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|