change rpi-zero tag to just rpi
parent
20f7d919e2
commit
9b65b7306b
|
@ -67,8 +67,8 @@ build-rpi4:
|
|||
VERSION: snapshot
|
||||
TAG: rpi4
|
||||
|
||||
build-rpi-zero:
|
||||
build-rpi:
|
||||
extends: .build-rpi
|
||||
variables:
|
||||
SRC_IMAGE: https://downloads.openwrt.org/releases/$CURRENT_STABLE_RELEASE/targets/brcm2708/bcm2708/openwrt-$CURRENT_STABLE_RELEASE-brcm2708-bcm2708-rpi-ext4-factory.img.gz
|
||||
TAG: rpi-zero
|
||||
TAG: rpi
|
||||
|
|
|
@ -10,7 +10,7 @@ This has been tested on a Raspberry Pi Zero W running Raspbian Lite, but should
|
|||
|
||||
| RPi version | image:tag |
|
||||
|------------------------|---------------------------|
|
||||
| Pi A / B / B+ / Zero W | `oofnik/openwrt:rpi-zero` |
|
||||
| Pi A / B / B+ / Zero W | `oofnik/openwrt:rpi` |
|
||||
| Pi 2 B (all) | `oofnik/openwrt:rpi2` |
|
||||
| Pi 3 B / B+ | `oofnik/openwrt:rpi3` |
|
||||
| Pi 4 / 4B | `oofnik/openwrt:rpi4` |
|
||||
|
|
Loading…
Reference in New Issue