mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
16 lines
447 B
Makefile
16 lines
447 B
Makefile
# 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
|
|
|
|
LUCI_TITLE:=Design Theme
|
|
LUCI_DEPENDS:=
|
|
PKG_VERSION:=5.5.8
|
|
PKG_RELEASE:=20230324
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|