More 2.6.23 changes.

This commit is contained in:
pizza 2007-10-16 14:43:56 +00:00
parent ea03eec991
commit 2226658a8c
2 changed files with 3 additions and 1 deletions

View File

@ -279,7 +279,7 @@ write_bool KERN_2_6_17
if [ $VERSION_CODE -gt `version 2 6 22` ] ; then if [ $VERSION_CODE -gt `version 2 6 22` ] ; then
$ECHO "******* WARNING WARNING WARNING *******" $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 *******" $ECHO "******* WARNING WARNING WARNING *******"
fi fi

View File

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