diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-05-20 12:42:38 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-05-20 12:42:38 +0000 |
commit | 49c81c6e0008597df01c929651b864cecdad21ec (patch) | |
tree | 09af278ebf11f416850421f90da9c175a4c45980 /target | |
parent | c4b943c82c3572777d1e1b321ab197996e60e1f1 (diff) | |
download | upstream-49c81c6e0008597df01c929651b864cecdad21ec.tar.gz upstream-49c81c6e0008597df01c929651b864cecdad21ec.tar.bz2 upstream-49c81c6e0008597df01c929651b864cecdad21ec.zip |
ar7: switch to 3.9
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36672
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar7/Makefile | 2 | ||||
-rw-r--r-- | target/linux/ar7/ac49x/config-default | 2 | ||||
-rw-r--r-- | target/linux/ar7/generic/config-default | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index e41d3ffb3a..5ce06071b2 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 atm MAINTAINER:=Florian Fainelli <florian@openwrt.org> SUBTARGETS:=generic ac49x -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.9.2 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ar7/ac49x/config-default b/target/linux/ar7/ac49x/config-default index 6c7e5fa259..d56df86682 100644 --- a/target/linux/ar7/ac49x/config-default +++ b/target/linux/ar7/ac49x/config-default @@ -1,6 +1,4 @@ CONFIG_AR7_AC49X=y -# CONFIG_AR7_TI is not set CONFIG_AR7_TYPE_AC49X=y # CONFIG_AR7_TYPE_TI is not set CONFIG_MTD_AC49X_PARTS=y -# CONFIG_MTD_AR7_PARTS is not set diff --git a/target/linux/ar7/generic/config-default b/target/linux/ar7/generic/config-default index b3b9a93c08..10d46e9c26 100644 --- a/target/linux/ar7/generic/config-default +++ b/target/linux/ar7/generic/config-default @@ -1,4 +1,3 @@ -# CONFIG_AR7_AC49X is not set CONFIG_AR7_TI=y # CONFIG_AR7_TYPE_AC49X is not set CONFIG_AR7_TYPE_TI=y |