uboot-tools: expose host package in menuconfig
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d06e802223
commit
6b04b2dda6
@ -1,3 +1,5 @@
|
||||
menu "Host utilities"
|
||||
|
||||
source "package/uboot-tools/Config.in.host"
|
||||
|
||||
endmenu
|
||||
|
6
package/uboot-tools/Config.in.host
Normal file
6
package/uboot-tools/Config.in.host
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HOST_UBOOT_TOOLS
|
||||
bool "host u-boot tools"
|
||||
help
|
||||
Companion tools for Das U-Boot bootloader.
|
||||
|
||||
http://www.denx.de/wiki/U-Boot/WebHome
|
Loading…
Reference in New Issue
Block a user