mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
uboot-tools: add fw_printenv, rename to uboot-tools
Move fw_printenv / fw_setenv options from the uboot bootloader build to the uboot-mkimage package, and rename it to uboot-tools. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -54,7 +54,7 @@ LINUX_IMAGE_NAME=vmImage
|
||||
else
|
||||
LINUX_IMAGE_NAME=uImage
|
||||
endif
|
||||
LINUX_DEPENDENCIES+=host-uboot-mkimage
|
||||
LINUX_DEPENDENCIES+=host-uboot-tools
|
||||
else ifeq ($(BR2_LINUX_KERNEL_BZIMAGE),y)
|
||||
LINUX_IMAGE_NAME=bzImage
|
||||
else ifeq ($(BR2_LINUX_KERNEL_ZIMAGE),y)
|
||||
|
||||
Reference in New Issue
Block a user