From 79e3a615cefb92000039f716bd20a4c58daeae13 Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Tue, 12 Mar 2019 08:55:14 +0100 Subject: [PATCH] ffwizard: depend on separate package "luci-lib-ipkg" The package "luci-lib-ipkg" was split from "luci-base" in https://github.com/openwrt/luci/commit/4bbe32548c407ec6ae104934b3f1fe53539de9f6. This is part of https://github.com/freifunk-berlin/firmware-packages/pull/158 --- utils/luci-app-ffwizard-berlin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/luci-app-ffwizard-berlin/Makefile b/utils/luci-app-ffwizard-berlin/Makefile index b219f021..4f18aa82 100644 --- a/utils/luci-app-ffwizard-berlin/Makefile +++ b/utils/luci-app-ffwizard-berlin/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ffwizard-berlin PKG_VERSION:=0.0.15 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -16,7 +16,7 @@ define Package/luci-app-ffwizard-berlin SUBMENU:=3. Applications TITLE:=Freifunk Berlin configuration wizard URL:=http://berlin.freifunk.net - DEPENDS+= +luci-mod-admin-full +freifunk-policyrouting + DEPENDS+= +luci-mod-admin-full +freifunk-policyrouting +luci-lib-ipkg PKGARCH:=all endef