Bump OpenWRT version
This commit is contained in:
parent
22f759e289
commit
552d86cad9
|
@ -9,10 +9,10 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=UTC \
|
||||||
gettext xsltproc wget unzip python python3-distutils
|
gettext xsltproc wget unzip python python3-distutils
|
||||||
|
|
||||||
# Board build parameters
|
# Board build parameters
|
||||||
ENV OPENWRT_VERSION=22.03.2
|
ENV OPENWRT_VERSION=23.05.2
|
||||||
ENV OPENWRT_TARGET=bcm27xx
|
ENV OPENWRT_TARGET=bcm27xx
|
||||||
ENV OPENWRT_DEVICE=bcm2711
|
ENV OPENWRT_DEVICE=bcm2711
|
||||||
ENV OPENWRT_CC=gcc-11.2.0_musl
|
ENV OPENWRT_CC=gcc-12.3.0_musl
|
||||||
|
|
||||||
RUN mkdir /Downloads
|
RUN mkdir /Downloads
|
||||||
|
|
||||||
|
|
|
@ -40,12 +40,10 @@ echo "CONFIG_KERNEL_BLK_DEV_NVME=y" >> .config
|
||||||
echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config
|
echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config
|
||||||
echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config
|
echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config
|
||||||
|
|
||||||
# Prepare
|
# Kernel
|
||||||
make download check prepare
|
make package/kernel/linux/clean
|
||||||
make kernel_oldconfig target/linux/clean prepare
|
make package/kernel/linux/prepare
|
||||||
|
make package/kernel/linux/compile
|
||||||
# Kernel modules
|
|
||||||
make target/linux
|
|
||||||
|
|
||||||
${MAKE} package/i2c-tools/compile
|
${MAKE} package/i2c-tools/compile
|
||||||
make package/kmod-i2c-mux-pinctrl/compile
|
make package/kmod-i2c-mux-pinctrl/compile
|
||||||
|
@ -56,9 +54,6 @@ make package/ansible-core/compile
|
||||||
${MAKE} package/asterisk-chan-quectel/compile
|
${MAKE} package/asterisk-chan-quectel/compile
|
||||||
${MAKE} package/collectd/compile
|
${MAKE} package/collectd/compile
|
||||||
|
|
||||||
# Kernel image
|
|
||||||
make -B target/linux
|
|
||||||
|
|
||||||
sdkdir=$(pwd)
|
sdkdir=$(pwd)
|
||||||
cd ${pwd}
|
cd ${pwd}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user