diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-16 11:00:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-16 11:00:51 +0000 |
commit | 49554ca96f07becf9cd5a68ed8e637e280b13b1f (patch) | |
tree | bd78a268be575e3a9f39ef523ce8b1603a07acde /target/linux | |
parent | 3bfb3b48f63cc064cef4007b1bbc486d64d3acd8 (diff) | |
download | master-187ad058-49554ca96f07becf9cd5a68ed8e637e280b13b1f.tar.gz master-187ad058-49554ca96f07becf9cd5a68ed8e637e280b13b1f.tar.bz2 master-187ad058-49554ca96f07becf9cd5a68ed8e637e280b13b1f.zip |
[rdc] switch to 2.6.32.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21467 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rdc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index 0fda24e8e2..738af3f02b 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=RDC 321x FEATURES:=squashfs jffs2 pci usb pcmcia CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -funit-at-a-time -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.32.12 include $(INCLUDE_DIR)/target.mk |