4
Fork 0

Built-in implementation of SHA-256 added

This commit is contained in:
R3ABM Artem 2016-08-03 15:35:53 +04:00
parent 9b20bcba2f
commit 37792d9beb
6 changed files with 214 additions and 11 deletions

View file

@ -13,7 +13,7 @@ SECTION:=net
CATEGORY:=Network
TITLE:=CronosAgent
URL:=https://brandmeister.network/
DEPENDS:=+libstdcpp +libopenssl
DEPENDS:=
endef
define Package/cronosagent/description

View file

@ -42,6 +42,6 @@ fi
make package/$PACKAGE/compile V=99 2>&1 | tee $PROJECT/../build.log | grep -i error
# Copy built packages
find bin -name ${PACKAGE}*.ipk | xargs -I {} mv {} $PROJECT/..
find bin -name ${PACKAGE}*.ipk | xargs -l -I {} mv {} $PROJECT/..
popd > /dev/null