diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-31 12:48:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-31 12:48:41 +0000 |
commit | c9d8869d1bd8ff5b4e8c45b88506b4de2f29ef39 (patch) | |
tree | e2dbd8b1b83caff90239d268da02f872d99b40ff /target | |
parent | f0be6ab20c00c05bea2917f4294b82e363a1fa09 (diff) | |
download | upstream-c9d8869d1bd8ff5b4e8c45b88506b4de2f29ef39.tar.gz upstream-c9d8869d1bd8ff5b4e8c45b88506b4de2f29ef39.tar.bz2 upstream-c9d8869d1bd8ff5b4e8c45b88506b4de2f29ef39.zip |
ramips: switch to 2.6.32
SVN-Revision: 19441
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index cf094f3963..ceef88e582 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time FEATURES:=squashfs broken -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.32.7 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=kmod-leds-gpio |