Skip to content
Snippets Groups Projects
Commit b6f98402 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Enable sha512sum

parent e23099e9
Branches
Tags
No related merge requests found
......@@ -162,6 +162,7 @@ config: FORCE
echo \
'CONFIG_TARGET_$(BOARD)=y' \
'CONFIG_TARGET_ROOTFS_JFFS2=n' \
'CONFIG_BUSYBOX_CONFIG_SHA512SUM=y' \
'CONFIG_ATH_USER_REGD=y' \
'$(patsubst %,CONFIG_PACKAGE_%=m,$(sort $(GLUON_DEFAULT_PACKAGES) $(GLUON_SITE_PACKAGES) $(PROFILE_PACKAGES)))' \
| sed -e 's/ /\n/g' > .config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment