mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-07 03:16:45 +08:00
20 lines
414 B
Makefile
20 lines
414 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-argon-config
|
|
PKG_VERSION:=0.9
|
|
PKG_RELEASE:=20220424
|
|
|
|
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
|
|
|
LUCI_TITLE:=LuCI page for Argon Config
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-theme-argon
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/argon
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|