blob: 5a7c0808ce56ccd72f397499a110bf010da59562 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2015 Ivan Diorditsa <ivan.diorditsa@gmail.com>
# Distributed under the terms of the GNU General Public License v2
require grub
SLOT="0"
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/a698240df0c43278b2d1d7259c8e7a6926c63112.patch
"${FILES}"/cda0a857dd7a27cd5d621747464bfe71e8727fff.patch
)
|