From 3596eb1df0e90a7c6eff66b3defb8103c03f7bf7 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Fri, 23 Jun 2023 07:41:06 +0800 Subject: [PATCH] fix --- luci-theme-bootstrap/Makefile | 2 +- luci-theme-openwrt/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-theme-bootstrap/Makefile b/luci-theme-bootstrap/Makefile index 1e7f49a12..b80a18ee1 100644 --- a/luci-theme-bootstrap/Makefile +++ b/luci-theme-bootstrap/Makefile @@ -21,6 +21,6 @@ define Package/luci-theme-bootstrap/postrm } endef -include ../../luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/luci-theme-openwrt/Makefile b/luci-theme-openwrt/Makefile index 41f479157..8c75e93c4 100644 --- a/luci-theme-openwrt/Makefile +++ b/luci-theme-openwrt/Makefile @@ -17,6 +17,6 @@ define Package/luci-theme-openwrt/postrm } endef -include ../../luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature