mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
20 lines
360 B
Makefile
20 lines
360 B
Makefile
|
#
|
||
|
# Copyright (C) 2008-2019 Jerrykuku
|
||
|
#
|
||
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
||
|
#
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=INas Theme
|
||
|
LUCI_DEPENDS:=+luci-theme-argon
|
||
|
PKG_VERSION:=0.0.2
|
||
|
PKG_RELEASE:=
|
||
|
|
||
|
LUCI_MINIFY_CSS:=0
|
||
|
LUCI_MINIFY_JS:=0
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|