Removing hppa case for kernel defaults, squeeze and newer has no hppa anymore.
This commit is contained in:
parent
e65578e493
commit
af0480e577
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue