2019-12-21 19:32:02 +08:00
|
|
|
# Copyright (C) 2008-2019 Jerrykuku
|
2020-02-02 20:56:47 +08:00
|
|
|
# Copyright (C) 2019-2020 Lienol <lawlienol@gmail.com>
|
2019-12-21 19:32:02 +08:00
|
|
|
#
|
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
2020-03-25 19:56:14 +08:00
|
|
|
LUCI_TITLE:=Argon Mod Theme
|
2019-12-21 19:32:02 +08:00
|
|
|
LUCI_DEPENDS:=
|
2020-03-25 19:56:14 +08:00
|
|
|
PKG_VERSION:=1.5
|
|
|
|
|
PKG_RELEASE:=08-20191221
|
2019-12-21 19:32:02 +08:00
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|