From 515dfa2b507e391601b096159eee9ff195bba7bc Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 13 Oct 2015 01:00:46 +0200 Subject: [PATCH] Increment LINUX_RELEASE The upstream builds always use LINUX_RELEASE=1. By setting it to 2 we ensure that our modules are always preferred as long as our kernel version is at least as high as the upstream one. --- include/gluon.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/gluon.mk b/include/gluon.mk index 44aad1ec..3ef3f132 100644 --- a/include/gluon.mk +++ b/include/gluon.mk @@ -16,6 +16,11 @@ BOARD_KDIR = $(BOARD_BUILDDIR)/kernel export BOARD_BUILDDIR + +LINUX_RELEASE := 2 +export LINUX_RELEASE + + GLUON_OPENWRTDIR = $(BOARD_BUILDDIR)/openwrt