diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 10:45:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 10:45:25 +0000 |
commit | 8e67ddaccc3a73993df876497d9a55e8400b1306 (patch) | |
tree | 1ebdd84043c3a394d84a147696f72821da570290 /target/linux/orion/Makefile | |
parent | 113e9261575859ec79851119cbc0b3b4c18e87e1 (diff) | |
download | upstream-8e67ddaccc3a73993df876497d9a55e8400b1306.tar.gz upstream-8e67ddaccc3a73993df876497d9a55e8400b1306.tar.bz2 upstream-8e67ddaccc3a73993df876497d9a55e8400b1306.zip |
kernel: update to 2.6.32.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20444 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 196e93f844..ea7cee3a70 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs SUBTARGETS=generic harddisk CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time -LINUX_VERSION:=2.6.32.9 +LINUX_VERSION:=2.6.32.10 include $(INCLUDE_DIR)/target.mk |