diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-02-21 11:05:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-02-21 11:05:13 +0000 |
commit | 03b451b3bd5247adf1aa8b477f98b3f793aead82 (patch) | |
tree | 2a3ff2f4977b932c63ec13e4f42b7b76d20c18ec /target/linux/au1000/Makefile | |
parent | 0f5d018d814a2610d9005ab94c2147b83814d44e (diff) | |
download | upstream-03b451b3bd5247adf1aa8b477f98b3f793aead82.tar.gz upstream-03b451b3bd5247adf1aa8b477f98b3f793aead82.tar.bz2 upstream-03b451b3bd5247adf1aa8b477f98b3f793aead82.zip |
Hopefully fix the PCI resource conflict and upgrade to .24.2
SVN-Revision: 10515
Diffstat (limited to 'target/linux/au1000/Makefile')
-rw-r--r-- | target/linux/au1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index e0d916965c..4566d6c4cb 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -11,7 +11,7 @@ BOARD:=au1000 BOARDNAME:=AMD Alchemy AU1x00 FEATURES:=jffs2 usb pci -LINUX_VERSION:=2.6.24 +LINUX_VERSION:=2.6.24.2 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += yamonenv |