
1. Minimal background file size. 2. Automatically detect the number of background images. 3. Delete unused image and file.
16 lines
314 B
Makefile
16 lines
314 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:=Argon Theme
|
|
LUCI_DEPENDS:=
|
|
PKG_VERSION:=1.2
|
|
PKG_RELEASE:=01-20191109
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|