diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-20 17:48:07 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-20 17:48:07 +0200 |
commit | 2f4fbf7a560f0828748e20f9bdffb68dd331f4b3 (patch) | |
tree | d9d6a4a313a536e6be155b2e34af3b5d0a8e99a0 /target/linux/ar71xx | |
parent | 8361769e4c1dc6afbb1aa52052162572a1ce7344 (diff) | |
download | master-187ad058-2f4fbf7a560f0828748e20f9bdffb68dd331f4b3.tar.gz master-187ad058-2f4fbf7a560f0828748e20f9bdffb68dd331f4b3.tar.bz2 master-187ad058-2f4fbf7a560f0828748e20f9bdffb68dd331f4b3.zip |
ar71xx: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx')
-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 |