Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
d324b1f6
Commit
d324b1f6
authored
Jul 31, 2014
by
Raphaël Hertzog
Browse files
Drop iop32x and ixp4xx flavors on armel. They are gone with Linux 3.14.
parent
f98a0619
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d324b1f6
live
-
build
(
3.0.5
-
1
kali8
)
kali
;
urgency
=
medium
*
Drop
iop32x
and
ixp4xx
flavors
on
armel
.
They
are
gone
with
Linux
3.14
.
--
Rapha
ë
l
Hertzog
<
hertzog
@
debian
.
org
>
Thu
,
31
Jul
2014
09
:
30
:
18
+
0200
live
-
build
(
3.0.5
-
1
kali7
)
kali
;
urgency
=
medium
*
Call
binary_efi
after
binary_hooks
to
include
the
files
after
they
have
...
...
debian/patches/fix-default-armhf-kernel-flavours.patch
View file @
d324b1f6
Description: Update linux flavours for armhf
With newer kernels, only armmp armmp-lpae flavours are available. Kali
has linux 3.12 (or newer) and needs to use those instead.
Description: Update linux flavours for armhf/armel
With 3.12+ kernels, on armhf, only armmp / armmp-lpae flavours are
available. With Linux 3.14, armel lost the support of the iop32x and
ixp4xx flavors.
.
Kali has linux 3.14 (or newer) and needs to adapt to this.
Author: Raphaël Hertzog <hertzog@debian.org>
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -681,8 +681,8 @@
Set_defaults ()
@@ -674,15 +674,15 @@
Set_defaults ()
*)
# armel will have special images: one rootfs image and many additional kernel images.
# therefore we default to all available armel flavours
- LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-iop32x ixp4xx kirkwood orion5x versatile}"
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x versatile}"
;;
esac
;;
armhf)
# armhf will have special images: one rootfs image and many additional kernel images.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment