Skip to content

Commit

Permalink
kernel support 4.7*
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Sep 3, 2016
1 parent b5675a9 commit 1d79e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

KDIR ?= /lib/modules/`uname -r`/build
DST_DIR ?= /lib/modules/`uname -r`/kernel/drivers/net/wireless/
PKG_VER ?= 2.0.6
PKG_VER ?= 2.0.7

all:
$(MAKE) -C $(KDIR) M=$(CURDIR)/rt2x00 modules
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ DEST_MODULE_LOCATION[0]=/kernel/drivers/net/wireless/
DEST_MODULE_NAME[1]=mt76xx
DEST_MODULE_LOCATION[1]=/kernel/drivers/net/wireless/
PACKAGE_NAME=mt7630e
PACKAGE_VERSION=2.0.6
PACKAGE_VERSION=2.0.7
REMAKE_INITRD=yes

0 comments on commit 1d79e35

Please sign in to comment.