diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-18 15:22:13 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-18 15:27:52 +0200 |
commit | 7a2fa1f8db5c2e627a4b939862af5f938fcfc359 (patch) | |
tree | 493a2520b34487f2c983b69a2f6775784d6ad9cf /linux | |
parent | 1dfc43cced8d30984687950beca6448203fb576d (diff) | |
download | buildroot-novena-7a2fa1f8db5c2e627a4b939862af5f938fcfc359.tar.gz buildroot-novena-7a2fa1f8db5c2e627a4b939862af5f938fcfc359.zip |
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>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/linux.mk b/linux/linux.mk index bdd8bb3e4..e6cf01aea 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -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) |