Skip to content

Commit

Permalink
luci: add new dependency to luci-lib-ipkg
Browse files Browse the repository at this point in the history
This became an issue because the luci-lib-ipkg code has been
removed from luci-base.  The upstream commit is
openwrt/luci@4bbe325
  • Loading branch information
pmelange committed Mar 18, 2019
1 parent ef9fe6e commit d872b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.14
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-base +luci-mod-admin-full +freifunk-policyrouting
DEPENDS+= +luci-base +luci-mod-admin-full +freifunk-policyrouting +luci-lib-ipkg
PKGARCH:=all
endef

Expand Down
4 changes: 2 additions & 2 deletions utils/luci-mod-freifunk-ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=luci-mod-freifunk-ui
PKG_VERSION:=0.0.3
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

Expand All @@ -20,7 +20,7 @@ define Package/luci-mod-freifunk-ui
CATEGORY:=LuCI
SUBMENU:=2. Modules
TITLE:=Freifunk Public and Admin LuCI UI
DEPENDS:=+luci-mod-admin-full +luci-lib-json +community-profiles
DEPENDS:=+luci-mod-admin-full +luci-lib-json +community-profiles +luci-lib-ipkg
PKGARCH:=all
endef

Expand Down

0 comments on commit d872b4c

Please sign in to comment.