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