diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-14 09:25:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-14 09:25:53 +0000 |
commit | 604395650ae3ca2c4eda4dbe6f9e4743e041f53f (patch) | |
tree | be5edf58993c0eac92478a78899054fcd409dcc6 /target/linux/cns3xxx/Makefile | |
parent | 68c54dc34fdc58b65f346fdded8ca40f7f656f5e (diff) | |
download | upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.tar.gz upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.tar.bz2 upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.zip |
kernel: update linux 3.8 to 3.8.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36332
Diffstat (limited to 'target/linux/cns3xxx/Makefile')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index c944d1c1a5..6b5b45b7ff 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs fpu gpio pcie usb usbgadget CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.8.6 +LINUX_VERSION:=3.8.7 include $(INCLUDE_DIR)/target.mk |