diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-03-27 19:20:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-03-27 19:20:04 +0000 |
commit | 4e767d64290619a4c7620642528395331835c973 (patch) | |
tree | 1205b8898e00e44b486380c6be8b14644c6c88e1 /target/linux/ramips/Makefile | |
parent | 729eb335e4c7a9807706c36d7186f96196482154 (diff) | |
download | upstream-4e767d64290619a4c7620642528395331835c973.tar.gz upstream-4e767d64290619a4c7620642528395331835c973.tar.bz2 upstream-4e767d64290619a4c7620642528395331835c973.zip |
ramips: switch to 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26328 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/Makefile')
-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 10c145a03e..f4e20e6bdc 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves FEATURES:=squashfs -LINUX_VERSION:=2.6.36.4 +LINUX_VERSION:=2.6.37.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=kmod-leds-gpio wpad-mini |