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/Makefile | |
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/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 55a8fd62ed..378e2f5b4a 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x FEATURES:=squashfs gpio mips16 MAINTAINER:=John Crispin <blogic@openwrt.org> -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.3 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |