Skip to content

Commit be783f5

Browse files
committed
remove u-boot config from FunKey
Signed-off-by: Michel-FK <[email protected]>
1 parent 70c03dc commit be783f5

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

FunKey/board/funkey/uboot.config

Lines changed: 0 additions & 29 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ defconfig:
102102
@$(call MESSAGE,"Updating default configs in Recovery")
103103
@$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config
104104
@$(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
105+
@$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output savedefconfig linux-update-defconfig busybox-update-config
106106

107107
clean:
108108
@$(call MESSAGE,"Clean everything")

0 commit comments

Comments
 (0)