2021-12-03 20:31:31 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-argonne-config
|
2021-12-21 09:08:01 +08:00
|
|
|
PKG_VERSION:=0.11
|
|
|
|
PKG_RELEASE:=20211220
|
2021-12-03 20:31:31 +08:00
|
|
|
|
2021-12-21 09:08:01 +08:00
|
|
|
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
2021-12-03 20:31:31 +08:00
|
|
|
|
2021-12-21 09:08:01 +08:00
|
|
|
LUCI_TITLE:=LuCI page for Argonne Config
|
|
|
|
LUCI_PKGARCH:=all
|
2022-04-15 18:42:57 +08:00
|
|
|
LUCI_DEPENDS:=+luci-compat
|
2021-12-03 20:31:31 +08:00
|
|
|
|
2021-12-21 09:08:01 +08:00
|
|
|
define Package/$(PKG_NAME)/conffiles
|
2022-01-18 09:08:44 +08:00
|
|
|
/etc/config/argonne
|
2021-12-03 20:31:31 +08:00
|
|
|
endef
|
|
|
|
|
2021-12-21 09:08:01 +08:00
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2021-12-03 20:31:31 +08:00
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|