blob: d88b9185a23ce08f3d178fd79b5a0f697702196f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# include sysmacros.h in extlinux, otherwise you get undefined references
# to minor and major
source+=(syslinux-sysmacros.patch)
sha256sums+=('0bc539928c3c044f2f01532b126a33dcb90c689ea698c7669e013ca97f71a4d2')
eval "$(
declare -f prepare | \
sed '
/patch.*efi_no_kbd/a patch -p1 < ../syslinux-sysmacros.patch
'
)"
# don't build efi64
_targets='bios efi32'
|