diff options
Diffstat (limited to 'applications/luci-app-opkg/Makefile')
-rw-r--r-- | applications/luci-app-opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-opkg/Makefile b/applications/luci-app-opkg/Makefile index 5763e9115e..0f3d8a7027 100644 --- a/applications/luci-app-opkg/Makefile +++ b/applications/luci-app-opkg/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OPKG package management application -LUCI_DEPENDS:=+opkg +LUCI_DEPENDS:=+luci-base +opkg include ../../luci.mk |