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 | f335419a5b68dafd1d58d0262ae275e9e948e40e (patch) | |
tree | 4215330af748da91cb6419bbd57b3d5043ea4e5e /target/linux/au1000/Makefile | |
parent | a4e577c228961cbd5f7d0810ebba2f5e1c46d3b3 (diff) | |
download | upstream-f335419a5b68dafd1d58d0262ae275e9e948e40e.tar.gz upstream-f335419a5b68dafd1d58d0262ae275e9e948e40e.tar.bz2 upstream-f335419a5b68dafd1d58d0262ae275e9e948e40e.zip |
Hopefully fix the PCI resource conflict and upgrade to .24.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10515 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |