X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fautossh%2FMakefile;h=97bc1241429772afce0bf43bd197532a1e0c5d5c;hb=3e6eb825b6c668c267fe1f7ef9220569948a4093;hp=4a42308b36699e63efe0620ff1055e05f91ff252;hpb=aa46c40e9531c55f989caefc876c259e3ed12f26;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/autossh/Makefile b/net/autossh/Makefile index 4a42308b36..97bc124142 100644 --- a/net/autossh/Makefile +++ b/net/autossh/Makefile @@ -15,7 +15,6 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/ PKG_MD5SUM:=a5497938986f0c179926f1ebba603767 -PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -39,6 +38,10 @@ endef define Package/autossh/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/autossh $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/autossh.init $(1)/etc/init.d/autossh + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DATA) ./files/autossh.config $(1)/etc/config/autossh endef $(eval $(call BuildPackage,autossh))