lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 9ec07844ccaef5399fc5e7a9d5ae4a19a4d43c9e
parent 195564de1dc53285ba0a3bc6351abcabe401d9dd
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Mon, 25 Apr 2016 15:25:18 +0200

gnunet: create install-dir /lib/netifd/proto

Create directory which was accidentally left-out during the previous
commit adding the proto handler.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Mnet/gnunet/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile @@ -174,6 +174,7 @@ define Package/gnunet/install $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/gnunet.defaults $(1)/etc/uci-defaults/gnunet $(INSTALL_BIN) ./files/gnunet-dns.fw $(1)/usr/lib/gnunet/libexec/gnunet-dns.fw + $(INSTALL_DIR) $(1)/lib/netifd/proto $(INSTALL_BIN) ./files/gnunet-proto.sh $(1)/lib/netifd/proto endef