diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:02:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:02:07 +0000 |
commit | 665f2f5c289c26f0890afefa8d614a4bde7f3ac3 (patch) | |
tree | 9ea13c7c16e42c8fc5cc2a40cea024aea3fb1df9 /target | |
parent | 87fd3971df97258178bdc14116915d5b8c2ca351 (diff) | |
download | upstream-665f2f5c289c26f0890afefa8d614a4bde7f3ac3.tar.gz upstream-665f2f5c289c26f0890afefa8d614a4bde7f3ac3.tar.bz2 upstream-665f2f5c289c26f0890afefa8d614a4bde7f3ac3.zip |
ramips: switch to 2.6.39.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27397 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5535199b6e..12bd428a88 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.37.6 +LINUX_VERSION:=2.6.39.2 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=kmod-leds-gpio wpad-mini |