Skip to content

Commit

Permalink
lime-debug: Solve unmet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Dec 15, 2014
1 parent 721707d commit cf1e90b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lime-debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define Package/$(PKG_NAME)
CATEGORY:=LiMe
MAINTAINER:=Gioacchino Mazzurco <gio@eigenlab.org>
URL:=http://libre-mesh.org
DEPENDS:=+batctl +iwinfo +iw +mtr +ip +iputils-ping6 +sprunge \
DEPENDS:=+batctl +busybox +iwinfo +iw +mtr +ip +iputils-ping6 +sprunge \
+safe-reboot +netperf +rdisc6
endef

Expand All @@ -31,6 +31,7 @@ define Package/$(PKG_NAME)/description
endef

define Package/$(PKG_NAME)/config
select BUSYBOX_CUSTOM
select BUSYBOX_CONFIG_NC
select BUSYBOX_CONFIG_NC_SERVER
endef
Expand Down

0 comments on commit cf1e90b

Please sign in to comment.