mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-10 19:01:13 +00:00
Move armel boards to subarchitecture and add dove armel subarchitecture
This commit is contained in:
parent
f61bfc462f
commit
97112cf5a4
@ -326,7 +326,12 @@ link_in_boot = $link_in_boot
|
||||
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
|
||||
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
|
||||
sparc*) LIST="$LIST linux-sparc64";;
|
||||
armel) LIST="$LIST linux-imx51";;
|
||||
armel)
|
||||
case "$SUBARCH" in
|
||||
imx51) LIST="$LIST linux-imx51";;
|
||||
dove) LIST="$LIST linux-dove";;
|
||||
*) echo "Unknown armel subarch: no kernel." exit 1;;
|
||||
esac;;
|
||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user