blob: 410b180a85aa45dcc539e586b445f43322483958 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# include sysmacros.h in extlinux, otherwise you get undefined references
# to minor and major
source+=(syslinux-sysmacros.patch)
sha1sums+=('52c5233da147acd41d542b1673835be966b561e3')
eval "$(
declare -f prepare | \
sed '
/patch.*efi_no_kbd/a patch -p1 < ../syslinux-sysmacros.patch
'
)"
|