diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 10:48:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 10:48:43 +0000 |
commit | 4e77290627c17677c643a2bc241e2039e1b06a64 (patch) | |
tree | 9e69f45a131a7415418425c59118c7ef0b76d5ae /target/linux | |
parent | dda432db43391eb231a4ac4aa242c504b1c20710 (diff) | |
download | upstream-4e77290627c17677c643a2bc241e2039e1b06a64.tar.gz upstream-4e77290627c17677c643a2bc241e2039e1b06a64.tar.bz2 upstream-4e77290627c17677c643a2bc241e2039e1b06a64.zip |
ixp4xx: switch to 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31662 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ixp4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 87e1e06713..1d9f3ab361 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> SUBTARGETS=generic harddisk -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=3.3.5 include $(INCLUDE_DIR)/target.mk |