diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-14 20:24:47 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-15 20:55:39 +0200 |
commit | 7a67b0e362fdefd02a914a350b77da1e535f315e (patch) | |
tree | c3a24e3fd24d7238887faaa3c0a98c9bfb854f1b | |
parent | 9c556fe73ea4d6edcddd08fbaf0fee27d810963f (diff) | |
download | upstream-7a67b0e362fdefd02a914a350b77da1e535f315e.tar.gz upstream-7a67b0e362fdefd02a914a350b77da1e535f315e.tar.bz2 upstream-7a67b0e362fdefd02a914a350b77da1e535f315e.zip |
ar71xx: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 24d7d5c692..594b48ef2c 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=mips16 CPU_TYPE=34kc SUBTARGETS:=generic nand mikrotik -KERNEL_PATCHVER:=4.1 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk |