diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-01 19:07:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-07-01 19:07:27 +0000 |
commit | 5f5baa180755ecb5c52fd8ca7c19e0db4b555a52 (patch) | |
tree | 7354a0535fa12d31b2fc68971eb6350cca9a2e42 /target/linux/au1000/Makefile | |
parent | 36b02072c50715634f663e10f0f0d79f0df0631a (diff) | |
download | upstream-5f5baa180755ecb5c52fd8ca7c19e0db4b555a52.tar.gz upstream-5f5baa180755ecb5c52fd8ca7c19e0db4b555a52.tar.bz2 upstream-5f5baa180755ecb5c52fd8ca7c19e0db4b555a52.zip |
[au1000] fix PCI, thanks br1, put back 2.6.32.14 support by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22033 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 e9351c7f23..6f1a9791cd 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=RMI/AMD AU1x00 FEATURES:=jffs2 usb pci SUBTARGETS=au1500 au1550 -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini yamonenv |