diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 17:56:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 17:56:53 +0000 |
commit | 3abf5ce6564e24a388b86caf1a00f91f4262b312 (patch) | |
tree | 77c12b89874795e1d0627b9106d526a6660e4cc1 /target/linux/ramips/Makefile | |
parent | f73d8fb81bd847c61cd3fba2a8b1240619009aff (diff) | |
download | upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.tar.gz upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.tar.bz2 upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.zip |
ramips: convert the remaining subtargets to 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48954
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 378e2f5b4a..55a8fd62ed 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.3 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |