diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-30 08:00:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-30 08:00:25 +0000 |
commit | 28d03a9983e9877e1c09bb0747bba0dfc08c6dc8 (patch) | |
tree | 2ddc51c1d96c369f1dff2309ba529882276509a2 /target/linux/imx6/Makefile | |
parent | 5bd3f8b1647baf58c5ac23b2e097d549f0978330 (diff) | |
download | upstream-28d03a9983e9877e1c09bb0747bba0dfc08c6dc8.tar.gz upstream-28d03a9983e9877e1c09bb0747bba0dfc08c6dc8.tar.bz2 upstream-28d03a9983e9877e1c09bb0747bba0dfc08c6dc8.zip |
kernel: update remaning platforms accidentally left out of r37617
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37619
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r-- | target/linux/imx6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index 3fd41fccfb..5e697f5d62 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -13,7 +13,7 @@ FEATURES:=audio display gpio pcie usb usbgadget squashfs targz CFLAGS:=-Os -pipe -mtune=cortex-a9 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Luka Perkov <luka@openwrt.org> -LINUX_VERSION:=3.10.3 +LINUX_VERSION:=3.10.4 include $(INCLUDE_DIR)/target.mk |