Skip to content

Commit

Permalink
Move lime-example
Browse files Browse the repository at this point in the history
Move config example file from lime-system package to lime-debug to save
space on 4MB targets.

Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed May 16, 2017
1 parent 178e21b commit 3e3c0f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/lime-debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ define Package/$(PKG_NAME)
MAINTAINER:=Gioacchino Mazzurco <gio@eigenlab.org>
URL:=http://libremesh.org
DEPENDS:=+PACKAGE_lime-proto-batadv:batctl \
+busybox +ethtool +iwinfo +iw +mtr +ip +iputils-ping6 +iputils-ping \
+sprunge +safe-reboot +netperf +pv +tcpdump-mini \
+bwm-ng
+busybox +ethtool +iwinfo +iw +mtr +ip +iputils-ping6 +iputils-ping \
+sprunge +safe-reboot +netperf +pv +tcpdump-mini +bwm-ng
endef

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

define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
$(CP) ./files/* $(1)/
endef

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

0 comments on commit 3e3c0f8

Please sign in to comment.