Skip to content

Commit

Permalink
lime-debug: enable -l in busybox netcat
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Nov 16, 2014
1 parent 9fd15dc commit 721707d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions packages/lime-debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,28 @@ PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)
include $(INCLUDE_DIR)/package.mk

define Package/$(PKG_NAME)
TITLE:=libre-mesh debug utils
CATEGORY:=LiMe
MAINTAINER:=Gioacchino Mazzurco <gio@eigenlab.org>
URL:=http://libre-mesh.org
DEPENDS:=+batctl +iwinfo +iw +mtr +ip +iputils-ping6 +sprunge \
+safe-reboot +netperf +rdisc6
TITLE:=libre-mesh debug utils
CATEGORY:=LiMe
MAINTAINER:=Gioacchino Mazzurco <gio@eigenlab.org>
URL:=http://libre-mesh.org
DEPENDS:=+batctl +iwinfo +iw +mtr +ip +iputils-ping6 +sprunge \
+safe-reboot +netperf +rdisc6
endef

define Package/$(PKG_NAME)/description
Debug utilities for LiMe node
endef

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

define Build/Compile
endef

define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
$(INSTALL_DIR) $(1)/
endef

$(eval $(call BuildPackage,$(PKG_NAME)))

0 comments on commit 721707d

Please sign in to comment.