Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openwrt 19x: luci-master: add new dependency to luci-lib-ipkg #158

Merged
merged 1 commit into from
Nov 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16
PKG_RELEASE:=2
PKG_RELEASE:=3

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 +luci-lib-jsonc +community-profiles
DEPENDS+= +luci-mod-admin-full +freifunk-policyrouting +luci-lib-jsonc +community-profiles +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.4
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