diff options
-rw-r--r-- | boot/barebox/barebox.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index 52178d89c8..814e21f945 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -31,6 +31,8 @@ $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2 $(1)_SITE = https://www.barebox.org/download endif +$(1)_DL_SUBDIR = barebox + $(1)_DEPENDENCIES = host-lzop $(1)_LICENSE = GPL-2.0 with exceptions $(1)_LICENSE_FILES = COPYING |