diff options
author | John Crispin <john@openwrt.org> | 2008-08-04 21:22:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-04 21:22:00 +0000 |
commit | d38b4fd256a6018e220ec3ac2a7856d520f990da (patch) | |
tree | 2d430cf9d0a25924f61a06eb24e2f25b187a6008 /target/linux/atheros/Makefile | |
parent | 4c195465a8301f5706ab56e9cc03e70334c57009 (diff) | |
download | upstream-d38b4fd256a6018e220ec3ac2a7856d520f990da.tar.gz upstream-d38b4fd256a6018e220ec3ac2a7856d520f990da.tar.bz2 upstream-d38b4fd256a6018e220ec3ac2a7856d520f990da.zip |
- bump atheros to .26 - adds leds-gpio to default selection on atheros - extend led platform setup on atheros
SVN-Revision: 12100
Diffstat (limited to 'target/linux/atheros/Makefile')
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 5f5f9e4465..fa292ac96b 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -11,7 +11,7 @@ BOARD:=atheros BOARDNAME:=Atheros 231x/5312 FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.23.17 +LINUX_VERSION:=2.6.26 include $(INCLUDE_DIR)/target.mk |