Pārlūkot izejas kodu

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.
Matthias Schiffer 8 gadi atpakaļ
vecāks
revīzija
515dfa2b50
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      include/gluon.mk

+ 5 - 0
include/gluon.mk

@@ -16,6 +16,11 @@ BOARD_KDIR = $(BOARD_BUILDDIR)/kernel
 
 
 export BOARD_BUILDDIR
 export BOARD_BUILDDIR
 
 
+
+LINUX_RELEASE := 2
+export LINUX_RELEASE
+
+
 GLUON_OPENWRTDIR = $(BOARD_BUILDDIR)/openwrt
 GLUON_OPENWRTDIR = $(BOARD_BUILDDIR)/openwrt