2021-09-05 16:50:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-argon-config
|
|
|
|
PKG_VERSION:=0.9
|
2021-12-21 09:08:01 +08:00
|
|
|
PKG_RELEASE:=20210904
|
2021-09-05 16:50:22 +08:00
|
|
|
|
|
|
|
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI page for Argon Config
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
LUCI_DEPENDS:=+luci-compat
|
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
2021-12-21 09:08:01 +08:00
|
|
|
/etc/config/argon
|
2021-09-05 16:50:22 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|