[kernel] generic-2.6/2.6.30: refresh patches
[openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 068-ar6000.patch
1 Index: linux-2.6.30-rc6/arch/arm/Kconfig
2 ===================================================================
3 --- linux-2.6.30-rc6.orig/arch/arm/Kconfig 2009-05-16 06:12:57.000000000 +0200
4 +++ linux-2.6.30-rc6/arch/arm/Kconfig 2009-05-18 19:08:34.000000000 +0200
5 @@ -1401,6 +1401,8 @@
6
7 source "drivers/uwb/Kconfig"
8
9 +source "drivers/ar6000/Kconfig"
10 +
11 source "drivers/mmc/Kconfig"
12
13 source "drivers/memstick/Kconfig"
14 Index: linux-2.6.30-rc6/drivers/Makefile
15 ===================================================================
16 --- linux-2.6.30-rc6.orig/drivers/Makefile 2009-05-16 06:12:57.000000000 +0200
17 +++ linux-2.6.30-rc6/drivers/Makefile 2009-05-18 19:08:34.000000000 +0200
18 @@ -91,6 +91,7 @@
19 obj-y += idle/
20 obj-$(CONFIG_MMC) += mmc/
21 obj-$(CONFIG_MEMSTICK) += memstick/
22 +obj-$(CONFIG_AR6000_WLAN) += ar6000/
23 obj-$(CONFIG_NEW_LEDS) += leds/
24 obj-$(CONFIG_INFINIBAND) += infiniband/
25 obj-$(CONFIG_SGI_SN) += sn/
This page took 0.04778 seconds and 5 git commands to generate.