diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-03 17:56:02 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-03 17:56:02 +0000 |
commit | 3c9bce3c46df7be9fd3ff76540fae39868bc5de4 (patch) | |
tree | c29b70823aba7c30931aa04f4aec44e607c51155 /target/linux/ar7/Makefile | |
parent | e199de8f01d8f5e108b6e209faee8e62300c0875 (diff) | |
download | upstream-3c9bce3c46df7be9fd3ff76540fae39868bc5de4.tar.gz upstream-3c9bce3c46df7be9fd3ff76540fae39868bc5de4.tar.bz2 upstream-3c9bce3c46df7be9fd3ff76540fae39868bc5de4.zip |
ar7: enable ethernet driver and use the 2.6.25.1 kernel
SVN-Revision: 11032
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 |