diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-11 20:01:01 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-11 20:01:01 +0000 |
commit | f06040500529f4f27e11a9f72622750621bc57c9 (patch) | |
tree | 18f17e225790c23a95490f3a1695d9b4c76ad8d9 /target/linux/atheros/Makefile | |
parent | c8d30d5f09a7a857bb6362058ebe359374c7d967 (diff) | |
download | upstream-f06040500529f4f27e11a9f72622750621bc57c9.tar.gz upstream-f06040500529f4f27e11a9f72622750621bc57c9.tar.bz2 upstream-f06040500529f4f27e11a9f72622750621bc57c9.zip |
atheros: revert to kernel 2.6.23
SVN-Revision: 11114
Diffstat (limited to 'target/linux/atheros/Makefile')
-rw-r--r-- | target/linux/atheros/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 6a88fc5a05..ab301ba509 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=atheros BOARDNAME:=Atheros 231x/5312 -FEATURES:=squashfs jffs2 pci usb +FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.25.1 +LINUX_VERSION:=2.6.23.16 include $(INCLUDE_DIR)/target.mk |