Fixing wrong kernel flavour warning message on m68k.
This commit is contained in:
parent
6e3fa37642
commit
8e94824fe9
|
@ -361,7 +361,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
m68k)
|
m68k)
|
||||||
LH_LINUX_FLAVOURS="You need to specify the linux kernel flavour manually on m68k (FIXME)."
|
Echo_error "You need to specify the linux kernel flavour manually on m68k (FIXME)."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue