diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 17:05:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 17:05:03 +0000 |
commit | f73d8fb81bd847c61cd3fba2a8b1240619009aff (patch) | |
tree | cc4449ae688cc91668df56a210f128512d0a67f6 /target/linux/ramips/mt7621 | |
parent | ccf2ff037a4d00e78debd0d7c02838b20de3fc8c (diff) | |
download | upstream-f73d8fb81bd847c61cd3fba2a8b1240619009aff.tar.gz upstream-f73d8fb81bd847c61cd3fba2a8b1240619009aff.tar.bz2 upstream-f73d8fb81bd847c61cd3fba2a8b1240619009aff.zip |
ramips: fix subtarget kernel version assignment (only mt7621 is ready for now)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48953
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/target.mk b/target/linux/ramips/mt7621/target.mk index 4e38dbd6b1..a0a7afc969 100644 --- a/target/linux/ramips/mt7621/target.mk +++ b/target/linux/ramips/mt7621/target.mk @@ -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 |