aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-11-13 14:29:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-11-13 14:29:34 +0000
commit155b55f42a7381bbcfaf123e2ce031f552e8df4d (patch)
treee388ec6420da1e027e7f5674f5608d0133818ed2
parent8c8dd848fb70de62cb57b422f4bd527a18cd3f3e (diff)
downloadmaster-187ad058-155b55f42a7381bbcfaf123e2ce031f552e8df4d.tar.gz
master-187ad058-155b55f42a7381bbcfaf123e2ce031f552e8df4d.tar.bz2
master-187ad058-155b55f42a7381bbcfaf123e2ce031f552e8df4d.zip
[atheros] update 2.6.27 specific patches, and sync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13197 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/atheros/config-2.6.271
-rw-r--r--target/linux/atheros/patches-2.6.27/901-get_c0_compare_irq_function.patch2
2 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/atheros/config-2.6.27 b/target/linux/atheros/config-2.6.27
index 8e9664ece7..8c79330000 100644
--- a/target/linux/atheros/config-2.6.27
+++ b/target/linux/atheros/config-2.6.27
@@ -207,7 +207,6 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=1
# CONFIG_SIBYTE_SWARM is not set
# CONFIG_SMSC_PHY is not set
CONFIG_SND_MIPS=y
-CONFIG_SND_USB=y
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_SPARSEMEM_STATIC is not set
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
diff --git a/target/linux/atheros/patches-2.6.27/901-get_c0_compare_irq_function.patch b/target/linux/atheros/patches-2.6.27/901-get_c0_compare_irq_function.patch
index eaf2b03fae..93eb4767ed 100644
--- a/target/linux/atheros/patches-2.6.27/901-get_c0_compare_irq_function.patch
+++ b/target/linux/atheros/patches-2.6.27/901-get_c0_compare_irq_function.patch
@@ -29,7 +29,7 @@
{
--- a/arch/mips/atheros/board.c
+++ b/arch/mips/atheros/board.c
-@@ -205,6 +205,11 @@ void (*board_time_init)(void);
+@@ -265,6 +265,11 @@ void (*board_time_init)(void);
void __init plat_time_init(void) {
board_time_init();
}