Skip to content

Commit c70ac7b

Browse files
committed
modules: fix BOOTLINUX_TREE_MODULES_URL
Use /mirror/linux-modules.git Signed-off-by: Luis Chamberlain <[email protected]>
1 parent a48c592 commit c70ac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/linux/Kconfig.modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config BOOTLINUX_TREE_MODULES_NAME
1313
config BOOTLINUX_TREE_MODULES_URL
1414
string
1515
default DEFAULT_MODULES_GIT_URL if BOOTLINUX_TREE_VFS && !USE_LOCAL_LINUX_MIRROR
16-
default "/mirror/modules.git" if BOOTLINUX_TREE_MODULES && USE_LIBVIRT_MIRROR && BOOTLINUX_9P
16+
default "/mirror/linux-modules.git" if BOOTLINUX_TREE_MODULES && USE_LIBVIRT_MIRROR && BOOTLINUX_9P
1717
default $(shell, scripts/append-makefile-vars.sh git:// $(KDEVOPS_DEFAULT_BRIDGE_IP_VAGRANT) /mirror/modules.git) if BOOTLINUX_TREE_MODULES && USE_LIBVIRT_MIRROR && !BOOTLINUX_9P && VAGRANT
1818
default $(shell, scripts/append-makefile-vars.sh git:// $(KDEVOPS_DEFAULT_BRIDGE_IP_GUESTFS) /mirror/modules.git) if BOOTLINUX_TREE_MODULES && USE_LIBVIRT_MIRROR && !BOOTLINUX_9P && GUESTFS
1919

0 commit comments

Comments
 (0)