diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-05-03 17:56:02 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-05-03 17:56:02 +0000 |
commit | 49ee655d3d00832e383933b7c49b9e3e6c4d114e (patch) | |
tree | 57670f2c7ae445f3a4214a5b769b5b5a6c98d22e /target/linux/ar7/Makefile | |
parent | fa06141f42fa53e088c576fb37fc475b33d4d9fb (diff) | |
download | upstream-49ee655d3d00832e383933b7c49b9e3e6c4d114e.tar.gz upstream-49ee655d3d00832e383933b7c49b9e3e6c4d114e.tar.bz2 upstream-49ee655d3d00832e383933b7c49b9e3e6c4d114e.zip |
ar7: enable ethernet driver and use the 2.6.25.1 kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11032 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 5ce6e630ef..3abf34edd2 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -11,7 +11,7 @@ BOARD:=ar7 BOARDNAME:=TI AR7 FEATURES:=squashfs jffs2 atm -LINUX_VERSION:=2.6.24.5 +LINUX_VERSION:=2.6.25.1 include $(INCLUDE_DIR)/target.mk |