mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-09 09:07:28 +08:00
20 lines
400 B
Makefile
20 lines
400 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-argonne-config
|
|
PKG_VERSION:=1.2
|
|
PKG_RELEASE:=2
|
|
|
|
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
|
|
|
LUCI_TITLE:=LuCI page for Argonne Config
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+luci-compat +luci-theme-argonne
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/argonne
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|