You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
It appears that the hash for the commit of openwrt needs to be updated for the git submodules update command.
/home/daemoneye/Documents/code/netaidkit
daemoneye@daemoneye:~/Documents/code/netaidkit$ make image
git submodule init
Submodule 'netaidkit-env' (https://github.com/radicallyopensecurity/netaidkit-env.git) registered for path 'netaidkit-env'
Submodule 'openwrt' (https://git.openwrt.org/15.05/openwrt.git) registered for path 'openwrt'
git submodule update
Cloning into '/home/daemoneye/Documents/code/netaidkit/netaidkit-env'...
Cloning into '/home/daemoneye/Documents/code/netaidkit/openwrt'...
warning: redirecting to https://git.archive.openwrt.org/15.05/openwrt.git/
Submodule path 'netaidkit-env': checked out '6dae714b7194cb34675e61c5f8467b38c548d5ff'
warning: redirecting to https://git.archive.openwrt.org/15.05/openwrt.git/
warning: redirecting to https://git.archive.openwrt.org/15.05/openwrt.git/
error: Server does not allow request for unadvertised object c698aa66043a151ac76d19849be9ee24dfd78b72
Fetched in submodule path 'openwrt', but it did not contain
c698aa66043a151ac76d19849be9ee24dfd78b72. Direct fetching of that commit failed.
Makefile:20: recipe for target 'submodules' failed
make: *** [submodules] Error 1
daemoneye@daemoneye:~/Documents/code/netaidkit$
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It appears that the hash for the commit of openwrt needs to be updated for the
git submodules update
command.The text was updated successfully, but these errors were encountered: