Skip to content

Commit

Permalink
ffwizard: depend on separate package "luci-lib-ipkg"
Browse files Browse the repository at this point in the history
The package "luci-lib-ipkg" was split from "luci-base" in openwrt/luci@4bbe325.

This is part of #158
  • Loading branch information
SvenRoederer committed Mar 17, 2019
1 parent 726b2f4 commit 79e3a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/luci-app-ffwizard-berlin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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

Expand Down

0 comments on commit 79e3a61

Please sign in to comment.