Removing hppa case for kernel defaults, squeeze and newer has no hppa anymore.

This commit is contained in:
Daniel Baumann 2010-10-21 10:44:42 +02:00
parent e65578e493
commit af0480e577
1 changed files with 0 additions and 12 deletions

View File

@ -567,18 +567,6 @@ Set_defaults ()
esac
;;
hppa)
case "${LB_MODE}" in
ubuntu)
LB_LINUX_FLAVOURS="hppa32 hppa64"
;;
*)
LB_LINUX_FLAVOURS="parisc"
;;
esac
;;
i386)
case "${LB_MODE}" in
ubuntu)