small-package/luci-app-design-config/Makefile

20 lines
380 B
Makefile
Raw Normal View History

2023-03-05 16:54:47 +08:00
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-design-config
PKG_VERSION:=1.2
PKG_RELEASE:=20230302
PKG_MAINTAINER:=gngpp <gngppz@gmail.com>
LUCI_TITLE:=LuCI page for Design Config
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+luci-compat
define Package/$(PKG_NAME)/conffiles
/etc/config/design
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature