Testing
This commit is contained in:
parent
e4a85ee66c
commit
02690001d2
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user