
- The default 'postinst' from 'luci.mk' is sufficient for what we need, also updated the 'uci-default' to a standard version - Hack about 'header_login' is replaced with adding 'out_header_login' directly from the sysauth template - Also added specialized 'out_footer_login' and 'footer_login' for symmetric reasons - Synced 'out_header_login.htm' with current LuCI 'header.htm' Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
17 lines
314 B
Makefile
17 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:=2.2.5
|
|
PKG_RELEASE:=20200914
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|