diff --git a/Makefile b/Makefile index ead4caf..0dd7668 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ BRIEF = The Linux kernel DESC = Linux is a clone of the operating system Unix, written from scratch \ by Linus Torvalds with assistance from a loosely-knit team of hackers \ across the Net. -export SNAPVER = 4 +export SNAPVER = 5 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -115,6 +115,7 @@ test: $(ROOT) clean: @rm -rvf $(ROOT) \ + $(LINUX-DOC) \ $(LINUX-FIRMWARE) \ $(LINUX-HEADERS) \ $(SNAPINFO) \ diff --git a/SNAP/config b/SNAP/config index 241a42f..ad3685b 100644 --- a/SNAP/config +++ b/SNAP/config @@ -50,7 +50,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-3" +CONFIG_LOCALVERSION="-5" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y