Testing
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details

This commit is contained in:
Peter Šurda 2024-01-31 18:56:34 +08:00
parent e4a85ee66c
commit 02690001d2
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
2 changed files with 3 additions and 7 deletions

View File

@ -41,7 +41,8 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config
echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config
# Kernel modules
make target/linux/bcm27xx/bcm2711
touch target/linux/${OPENWRT_TARGET}/Makefile
make target/linux
${MAKE} package/i2c-tools/compile
make package/kmod-i2c-mux-pinctrl/compile
@ -53,7 +54,7 @@ ${MAKE} package/asterisk-chan-quectel/compile
${MAKE} package/collectd/compile
# Kernel image
make target/linux/bcm27xx/bcm2711
make target/linux
sdkdir=$(pwd)
cd ${pwd}

View File

@ -76,8 +76,3 @@ CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/22.03.2"
CONFIG_VERSION_SUPPORT_URL=""
CONFIG_KERNEL_HWMON=y
CONFIG_KERNEL_NVME_CORE=y
CONFIG_KERNEL_BLK_DEV_NVME=y
CONFIG_KERNEL_NVME_HWMON=y
CONFIG_KERNEL_NVME_MULTIPATH=n