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 | 8d860962e2a4a5b664ec36e1ff401cc51cb35d81 (patch) | |
tree | 7a3193182f6fe165e937ad46959d5bbebb28a24a | |
parent | 58e0c442567837e485c76e572a1685e4b70ff485 (diff) | |
download | upstream-8d860962e2a4a5b664ec36e1ff401cc51cb35d81.tar.gz upstream-8d860962e2a4a5b664ec36e1ff401cc51cb35d81.tar.bz2 upstream-8d860962e2a4a5b664ec36e1ff401cc51cb35d81.zip |
ramips: switch to 2.6.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19441 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |