mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
revert: uclient sylink to wget-ssl
This commit is contained in:
parent
017d7d1cbd
commit
526dc79377
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uclient
|
PKG_NAME:=uclient
|
||||||
PKG_RELEASE=3
|
PKG_RELEASE=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uclient.git
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uclient.git
|
||||||
@ -45,8 +45,6 @@ endef
|
|||||||
define Package/uclient-fetch/install
|
define Package/uclient-fetch/install
|
||||||
$(INSTALL_DIR) $(1)/bin
|
$(INSTALL_DIR) $(1)/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/bin/
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
|
||||||
$(LN) /bin/uclient-fetch $(1)/usr/bin/wget-ssl
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libuclient))
|
$(eval $(call BuildPackage,libuclient))
|
||||||
|
Loading…
Reference in New Issue
Block a user