kernel.sh: subarch_suffix problem
Hi,
I just tried to build the CVS bf. It failed to download
'kernel-image-2.2.20--idepci' (note the double '-').
The following minimal patch to kernel.sh fixed that: 
---
 # convenience variable which is the subarch prepended with -, if set at
all
-subarch_suffix=${subarch:+-$subarch}
+subarch_suffix=${subarch:+$subarch}
 # expand the list of packages with modules to include the
 # subarch/flavor pkg suffix
---
It seems that either the '-' should not be part of the subarch-or-flavor
parameter OR the $subarch_suffix variable is not needed anymore and
should simply be replaced by $subarch.
Sincerely,
Claus Hindsgaul
Reply to: