From: Florian Fainelli Date: Thu, 6 Sep 2007 11:41:26 +0000 (+0000) Subject: Install missing script files, thanks to Thomas Riche for his submission ! X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ca26eca52017333728d9da013bba9842ebb84324 Install missing script files, thanks to Thomas Riche for his submission ! SVN-Revision: 8648 --- diff --git a/ipv6/tspc/Makefile b/ipv6/tspc/Makefile index 4853e31d2f..320afec058 100644 --- a/ipv6/tspc/Makefile +++ b/ipv6/tspc/Makefile @@ -33,13 +33,16 @@ endef MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/include -I$(PKG_BUILD_DIR)/platform/linux" \ - target=linux + target=linux \ + all define Package/tspc/install $(INSTALL_DIR) $(1)/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/tspc $(1)/bin/ $(INSTALL_DIR) $(1)/etc/tsp - $(INSTALL_DATA) $(PKG_BUILD_DIR)/bin/tspc.conf.sample $(1)/etc/tsp/tspc.conf + $(INSTALL_CONF) $(PKG_BUILD_DIR)/bin/tspc.conf.sample $(1)/etc/tsp/tspc.conf + $(INSTALL_BIN) $(PKG_BUILD_DIR)/template/linux.sh $(1)/etc/tsp/setup.sh + $(INSTALL_BIN) $(PKG_BUILD_DIR)/template/checktunnel.sh $(1)/etc/tsp/ endef $(eval $(call BuildPackage,tspc))