aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-06 08:42:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-06 08:42:41 +0000
commite4d510ded1fca0d82e583c3855b66968f969b5f0 (patch)
tree3412d662e527fb345c7cc421357122d403f1b127 /target/linux/rdc/Makefile
parent4d0f1ae9545590045ab7db57515596948f858a5b (diff)
downloadupstream-e4d510ded1fca0d82e583c3855b66968f969b5f0.tar.gz
upstream-e4d510ded1fca0d82e583c3855b66968f969b5f0.tar.bz2
upstream-e4d510ded1fca0d82e583c3855b66968f969b5f0.zip
[rdc] use host-side lzma decompression tool, lzma-4.32 from openwrt produces non-working bzImages, switch to 2.6.30, strip down kernel configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18325 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/Makefile')
-rw-r--r--target/linux/rdc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile
index 185b67a214..9936b687c5 100644
--- a/target/linux/rdc/Makefile
+++ b/target/linux/rdc/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=RDC 321x
FEATURES:=squashfs jffs2 pci usb
CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time
-LINUX_VERSION:=2.6.28.10
+LINUX_VERSION:=2.6.30.9
include $(INCLUDE_DIR)/target.mk