diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-14 09:26:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-14 09:26:06 +0200 |
commit | 6f03e0cd975351c065d44fad8bc54b578a9c502e (patch) | |
tree | 71cdeb645d344f8084aa26b48dad237d9ec444db /package/grub | |
parent | 599982c916530310b29f609f44d10cd5a6b381a4 (diff) |
add serial command line flag
Diffstat (limited to 'package/grub')
-rw-r--r-- | package/grub/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile index e52980ce4..9e43242aa 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -17,6 +17,7 @@ PKG_ARCH_DEPENDS:= x86 x86_64 mips PKG_NOPARALLEL:= 1 PKG_SUBPKGS:= GRUB GRUB_TOOLS +PKGSD_GRUB_TOOLS:= GRUB2 tools PKG_CHOICES_GRUB:= PC EFI PKGCD_PC:= build for PC BIOS |