Makefile 474 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (C) 2020 Jo-Philipp Wich <jo@mein.io>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=LuCI modern OpenWrt theme
  8. LUCI_DEPENDS:=+luci-base
  9. PKG_LICENSE:=Apache-2.0
  10. define Package/luci-theme-openwrt-2020/postrm
  11. #!/bin/sh
  12. [ -n "$${IPKG_INSTROOT}" ] || {
  13. uci -q delete luci.themes.OpenWrt2020
  14. uci commit luci
  15. }
  16. endef
  17. include ../../luci.mk
  18. # call BuildPackage - OpenWrt buildroot signature