More 2.6.23 changes.

origin
pizza 16 years ago
parent ea03eec991
commit 2226658a8c

@ -279,7 +279,7 @@ write_bool KERN_2_6_17
if [ $VERSION_CODE -gt `version 2 6 22` ] ; then
$ECHO "******* WARNING WARNING WARNING *******"
$ECHO "Kernels newer than 2.6.22.x are not supported."
$ECHO "Kernels newer than 2.6.23.x are not supported."
$ECHO "******* WARNING WARNING WARNING *******"
fi

@ -76,6 +76,8 @@ help_noconfig:
all: config.mk
set -e; for d in $(DIRS); do $(MAKE) -C $$d ; done
distclean: mrproper
mrproper: clean
rm -f config.out
rm -f tags.linux tags TAGS

Loading…
Cancel
Save