diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-09 10:48:43 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-09 10:48:43 +0000 |
commit | 93692ad86e432a0a3f670899306e3340142d1624 (patch) | |
tree | 9e69f45a131a7415418425c59118c7ef0b76d5ae | |
parent | fb3eca1a8e161bbc92da15085c6eb6e907e42b09 (diff) |
ixp4xx: switch to 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31662 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 87e1e0671..1d9f3ab36 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 |