Skip to content

Commit c15727f

Browse files
committed
defconfigs: make xfs defconfig use master branch
If you are testing with just: make defconfig-xfs Then use the master branch on Linus tree by default. Note that if CI tests will use instead: make defconfig-xfs-cli And they use a custom tree and ref specified by the command line interface and so this change does not affect CI tests. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 1cafeb5 commit c15727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defconfigs/xfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_BOOTLINUX=y
88
CONFIG_BOOTLINUX_9P=y
99
CONFIG_BOOTLINUX_LINUS=y
1010
CONFIG_BOOTLINUX_TREE_LINUS=y
11-
CONFIG_BOOTLINUX_TREE_LINUS_REF_69_RC6=y
11+
CONFIG_BOOTLINUX_TREE_LINUS_REF_MASTER=y
1212

1313
CONFIG_WORKFLOWS_TESTS=y
1414
CONFIG_WORKFLOWS_LINUX_TESTS=y

0 commit comments

Comments
 (0)