diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-09 12:25:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-10 07:18:36 +0200 |
commit | 4268d0812d7c3287d39bea1e588ee5d9c45e8972 (patch) | |
tree | aa053667a1db01295eaead91055fa8eb12ec59d0 /package/gentooinstall/Makefile | |
parent | 8ae0ee8bec214f0c5b5922000ebc07588067588b (diff) |
allow apple mac mini to netboot
Diffstat (limited to 'package/gentooinstall/Makefile')
-rw-r--r-- | package/gentooinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gentooinstall/Makefile b/package/gentooinstall/Makefile index 0af6a1970..39a13febf 100644 --- a/package/gentooinstall/Makefile +++ b/package/gentooinstall/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 1.0 PKG_RELEASE:= 1 PKG_DESCR:= gentoo disk installer PKG_SECTION:= base/adk -PKG_DEPENDS:= mke2fs parted sfdisk dosfstools mksh +PKG_DEPENDS:= mke2fs parted mksh PKG_KDEPENDS:= ext4-fs NO_DISTFILES:= 1 |