diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-05-11 20:01:01 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-05-11 20:01:01 +0000 |
commit | 78aa6df4e3952a1d5ca649a4e248bc4e7db30ce2 (patch) | |
tree | 2245fef75266e7974e277b2f0936df894ed0a7f3 /target/linux/atheros/Makefile | |
parent | 2c8465c3ba37390131266204d00edc5c3c93b410 (diff) | |
download | upstream-78aa6df4e3952a1d5ca649a4e248bc4e7db30ce2.tar.gz upstream-78aa6df4e3952a1d5ca649a4e248bc4e7db30ce2.tar.bz2 upstream-78aa6df4e3952a1d5ca649a4e248bc4e7db30ce2.zip |
atheros: revert to kernel 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11114 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |