diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-15 14:55:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-15 14:55:08 +0000 |
commit | de42de23ebba73565db3845c1b8aa0ffe9e3d088 (patch) | |
tree | 4bc891bcc582ffa3846e71d31b7155182fd7b839 /target/linux/au1000/Makefile | |
parent | 27b24d3694e4e8d508960c6cffe8a9d9e51cc6f1 (diff) | |
download | upstream-de42de23ebba73565db3845c1b8aa0ffe9e3d088.tar.gz upstream-de42de23ebba73565db3845c1b8aa0ffe9e3d088.tar.bz2 upstream-de42de23ebba73565db3845c1b8aa0ffe9e3d088.zip |
Use 2.6.27 for au1000
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13220 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000/Makefile')
-rw-r--r-- | target/linux/au1000/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index ecb76ee200..097fa7ab6f 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -11,7 +11,7 @@ BOARD:=au1000 BOARDNAME:=RMI/AMD AU1x00 FEATURES:=jffs2 usb pci -LINUX_VERSION:=2.6.25.20 +LINUX_VERSION:=2.6.27.5 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += yamonenv @@ -28,4 +28,3 @@ define Kernel/BuildImage endef $(eval $(call BuildTarget)) - |