2022-03-25 11:25:27 +08:00
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# as published by the Free Software Foundation; either version 2
|
|
|
|
# of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2023-02-28 22:22:45 +08:00
|
|
|
LUCI_TITLE:=Design Theme
|
2022-03-25 11:25:27 +08:00
|
|
|
LUCI_DEPENDS:=
|
2023-03-18 23:35:15 +08:00
|
|
|
PKG_VERSION:=5.5.1
|
|
|
|
PKG_RELEASE:=20230318
|
2022-03-25 11:25:27 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|