From f571f4b2f7c5cdb1d8185cf15a9a06b837f7933c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 23 Aug 2016 12:07:47 +0200 Subject: [PATCH] package: create directories properly --- openwrt/freewtp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/freewtp/Makefile b/openwrt/freewtp/Makefile index 4a681f8..712b721 100644 --- a/openwrt/freewtp/Makefile +++ b/openwrt/freewtp/Makefile @@ -96,8 +96,9 @@ define Build/Compile endef define Package/freewtp/install - $(INSTALL_DIR) $(1)/etc/capwap + $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) ./files/wtp.config $(1)/etc/config/wtp + $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/wtp.init $(1)/etc/init.d/wtp $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/wtp $(1)/usr/bin