diff options
author | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-03 17:56:02 +0000 |
---|---|---|
committer | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-03 17:56:02 +0000 |
commit | 958074af1f9ebc976837b5a5f1df6d2c41f9b72b (patch) | |
tree | 57670f2c7ae445f3a4214a5b769b5b5a6c98d22e /target/linux/ar7/Makefile | |
parent | b9bea43d34cee27e08668ceb953cfebdbbfd68b5 (diff) |
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 5ce6e630e..3abf34edd 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 |