Description
HI Runing latest Rasspbery lite OS on RPi4 2GB.
I have configured the file openwrt.conf with ARCH=armvirt-32
When I start "make build" I get this error:
./build.sh
./build.sh: 29: ./build.sh: [[: not found
./build.sh: 34: ./build.sh: [[: not found
./build.sh: 37: ./build.sh: [[: not found
./build.sh: 40: ./build.sh: [[: not found
Unsupported architecture!
./build.sh: 71: ./build.sh: [[: not found
make: *** [Makefile:7: build] Error 1
Also when I do to this:
docker pull oofnik/openwrt:19.07.5-armvirt-32
docker run oofnik/openwrt:19.07.5-armvirt-32
I get also message:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
RTNETLINK answers: Operation not permitted
RTNETLINK answers: Operation not permitted
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
Failed to send flush request: Operation not permitted
RTNETLINK answers: Operation not permitted
Any advice here?
Thank you.