diff --git a/Makefile b/Makefile index 4759385..57af80c 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,13 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = +DEPENDS = mkinitramfs ARCH = x86_64 URL = https://www.kernel.org/ 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. -SNAPVER = sr0 +SNAPVER = sr1 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') diff --git a/SNAP/config-3.16.37-sr0 b/SNAP/config-3.16.37-sr1 similarity index 100% rename from SNAP/config-3.16.37-sr0 rename to SNAP/config-3.16.37-sr1