kernel: add backports 3.18.1-1.

This commit is contained in:
Arne Fitzenreiter
2014-12-31 08:48:56 +01:00
parent 4d7f5ead16
commit 91e56a59a4
5 changed files with 9019 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,34 @@
diff -Naur backports-3.18.1-1.org/Makefile backports-3.18.1-1/Makefile
--- backports-3.18.1-1.org/Makefile 2014-12-21 22:37:13.000000000 +0100
+++ backports-3.18.1-1/Makefile 2014-12-29 15:51:19.358111370 +0100
@@ -8,9 +8,9 @@
SHELL := /bin/bash
BACKPORT_PWD := $(shell pwd)
-KMODDIR ?= updates
+KMODDIR ?= kernel
ifneq ($(origin KLIB), undefined)
-KMODPATH_ARG := "INSTALL_MOD_PATH=$(KLIB)"
+KMODPATH_ARG :=
else
KLIB := /lib/modules/$(shell uname -r)/
KMODPATH_ARG :=
diff -Naur backports-3.18.1-1.org/Makefile.real backports-3.18.1-1/Makefile.real
--- backports-3.18.1-1.org/Makefile.real 2014-12-21 22:37:13.000000000 +0100
+++ backports-3.18.1-1/Makefile.real 2014-12-29 15:51:40.934780933 +0100
@@ -92,11 +92,11 @@
@$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_PWD) \
INSTALL_MOD_DIR=$(KMODDIR) $(KMODPATH_ARG) \
modules_install
- @./scripts/blacklist.sh $(KLIB)/ $(KLIB)/$(KMODDIR)
+# @./scripts/blacklist.sh $(KLIB)/ $(KLIB)/$(KMODDIR)
@./scripts/compress_modules.sh $(KLIB)/$(KMODDIR)
- @./scripts/check_depmod.sh
- @/sbin/depmod -a
- @./scripts/update-initramfs.sh $(KLIB)
+# @./scripts/check_depmod.sh
+# @/sbin/depmod -a
+# @./scripts/update-initramfs.sh $(KLIB)
@echo
@echo Your backported driver modules should be installed now.
@echo Reboot.

File diff suppressed because it is too large Load Diff