diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-12 12:52:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-12 12:52:14 +0000 |
commit | 91cb3ccfdf2a34eb615273087fd153908a6454fb (patch) | |
tree | b0d9cfa2222ca3cec3893bef7a5d6e9f10ce5e5e /target/linux/ramips/Makefile | |
parent | a01fc48535cb88833d77e31f4882f4547c9e2076 (diff) | |
download | upstream-91cb3ccfdf2a34eb615273087fd153908a6454fb.tar.gz upstream-91cb3ccfdf2a34eb615273087fd153908a6454fb.tar.bz2 upstream-91cb3ccfdf2a34eb615273087fd153908a6454fb.zip |
ramips: add initial support for 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30476 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 16fc2c6caa..85279d50d8 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.39.4 +LINUX_VERSION:=3.2.5 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |