mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Update image to Fedora 37
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM fedora:36
|
||||
FROM fedora:37
|
||||
|
||||
RUN yum update -y
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ podman build -t openwrt-builder -f Dockerfile
|
||||
how to use:
|
||||
```
|
||||
mkdir -p openwrt-builder
|
||||
podman run -it -u user -v $(pwd)/openwrt-builder/:/home/user:z,rw quay.io/dpawlik/openwrt:fedora35 /bin/bash
|
||||
podman run -it -u user -v $(pwd)/openwrt-builder/:/home/user:z,rw quay.io/dpawlik/openwrt:f37 /bin/bash
|
||||
```
|
||||
|
||||
Then inside the container (from https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem):
|
||||
|
||||
@@ -76,7 +76,7 @@ CONFIG_PACKAGE_kmod-ipt-core=y
|
||||
CONFIG_PACKAGE_kmod-ipt-conntrack=y
|
||||
CONFIG_PACKAGE_kmod-ipt-nat=y
|
||||
# collectd
|
||||
CONFIG_PACKAGE_collectd=y
|
||||
CONFIG_PACKAGE_collectd-mod-sensors=y
|
||||
CONFIG_PACKAGE_collectd-mod-ping=y
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
# CONFIG_PACKAGE_collectd=y
|
||||
# CONFIG_PACKAGE_collectd-mod-sensors=y
|
||||
# CONFIG_PACKAGE_collectd-mod-ping=y
|
||||
# CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
Reference in New Issue
Block a user