From 72e44c814af00c631aa493c27c275c4684100b18 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 13 Sep 2018 11:24:30 +0800 Subject: [PATCH] fix luci-theme-rosy Makefile path --- package/lean/luci-theme-rosy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-theme-rosy/Makefile b/package/lean/luci-theme-rosy/Makefile index ef94bd6a3..11e8c9658 100755 --- a/package/lean/luci-theme-rosy/Makefile +++ b/package/lean/luci-theme-rosy/Makefile @@ -9,6 +9,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=rosy Theme LUCI_DEPENDS:= -include ../../luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature