X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fnetwork%2Fconfig%2Fsoloscli%2FMakefile;h=877a0f275b45fbd8c705753ed582e7c0e498b526;hb=503edc913be963b7dff8973f618bd47d99ca6c73;hp=f0533c9ac41d5266cdc8b107fb9f45b785314a5f;hpb=35d3c91c863b4a66acd07daf740fbbaf702d4b19;p=openwrt%2F.git diff --git a/package/network/config/soloscli/Makefile b/package/network/config/soloscli/Makefile index f0533c9ac4..877a0f275b 100644 --- a/package/network/config/soloscli/Makefile +++ b/package/network/config/soloscli/Makefile @@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=soloscli PKG_VERSION:=1.04 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=solos-pci-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/openadsl -PKG_MD5SUM:=c398866de3c059b14eb953c89d698124 +PKG_HASH:=6379e6970a5c97fd5a223d024138ebb71b15d70e2ad1fe9da09edc5b2d760e1d +PKG_LICENSE:=GPL-2.0 PKG_BUILD_DIR:=$(BUILD_DIR)/solos-pci-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 @@ -38,7 +39,7 @@ define Package/soloscli/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/soloscli/soloscli $(1)/usr/bin/ $(INSTALL_BIN) ./files/solos-log-stats $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/hotplug.d/atm - $(INSTALL_DATA) ./files/etc/hotplug.d/atm/15-solos-init $(1)/etc/hotplug.d/atm/ + $(INSTALL_CONF) ./files/etc/hotplug.d/atm/15-solos-init $(1)/etc/hotplug.d/atm/ endef $(eval $(call BuildPackage,soloscli))