ramips: fix subtarget kernel version assignment (only mt7621 is ready for now)
[openwrt.git] / target / linux / ramips / mt7621 / target.mk
index 4e38dbd..a0a7afc 100644 (file)
@@ -12,6 +12,8 @@ CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
 
 DEFAULT_PACKAGES += kmod-mt76
 
+KERNEL_PATCHVER:=4.4
+
 define Target/Description
        Build firmware images for Ralink MT7621 based boards.
 endef