diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-11 19:43:00 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-11 19:43:00 +0000 |
commit | c8d30d5f09a7a857bb6362058ebe359374c7d967 (patch) | |
tree | 2593c537d23b6b01f8c600d506ca7cb758b7f394 /target/linux/atheros/Makefile | |
parent | 6ba929a0475826ace5a7d3d72100781bf1fec00a (diff) | |
download | upstream-c8d30d5f09a7a857bb6362058ebe359374c7d967.tar.gz upstream-c8d30d5f09a7a857bb6362058ebe359374c7d967.tar.bz2 upstream-c8d30d5f09a7a857bb6362058ebe359374c7d967.zip |
atheros: USB support
SVN-Revision: 11113
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 ab301ba509..6a88fc5a05 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 +FEATURES:=squashfs jffs2 pci usb -LINUX_VERSION:=2.6.23.16 +LINUX_VERSION:=2.6.25.1 include $(INCLUDE_DIR)/target.mk |