Built-in implementation of SHA-256 added
This commit is contained in:
parent
9b20bcba2f
commit
37792d9beb
6 changed files with 214 additions and 11 deletions
|
@ -13,7 +13,7 @@ SECTION:=net
|
|||
CATEGORY:=Network
|
||||
TITLE:=CronosAgent
|
||||
URL:=https://brandmeister.network/
|
||||
DEPENDS:=+libstdcpp +libopenssl
|
||||
DEPENDS:=
|
||||
endef
|
||||
|
||||
define Package/cronosagent/description
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue