diff --git a/Dockerfile b/Dockerfile index 22206a2..bcf5490 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:36 +FROM fedora:37 RUN yum update -y diff --git a/README.md b/README.md index 19a6720..c360d71 100644 --- a/README.md +++ b/README.md @@ -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): diff --git a/configs/tp-link/w8970/w8970-extended b/configs/tp-link/w8970/w8970-extended index 511cb08..c915b49 100644 --- a/configs/tp-link/w8970/w8970-extended +++ b/configs/tp-link/w8970/w8970-extended @@ -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