We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c03dc commit be783f5Copy full SHA for be783f5
FunKey/board/funkey/uboot.config
Makefile
@@ -102,7 +102,7 @@ defconfig:
102
@$(call MESSAGE,"Updating default configs in Recovery")
103
@$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config
104
@$(call MESSAGE,"Updating default configs in FunKey")
105
- @$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config
+ @$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output savedefconfig linux-update-defconfig busybox-update-config
106
107
clean:
108
@$(call MESSAGE,"Clean everything")
0 commit comments