From bdcbcf28616c32fe8fa9006db54cf76f9445c59e Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 29 Nov 2009 22:48:35 +0000 Subject: [PATCH] =?UTF-8?q?Reenable=20accidentally=20omitted=20drivers,=20?= =?UTF-8?q?thanks=20to=20Uwe=20Kleine-K=C3=B6nig=20(Closes:=20#558011)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/dists/trunk/linux-2.6/; revision=14702 --- debian/changelog | 8 ++++++++ debian/config/config | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 98a89a854..d3fe1ea91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,14 @@ linux-2.6 (2.6.32~rc8-1~experimental.2) UNRELEASED; urgency=low * Move contents of linux-support package to /usr/share. * Make linux-patch package depend against python. * Use python-support instead of python-central. + + [ Ben Hutchings ] + * Reenable accidentally omitted drivers, thanks to Uwe Kleine-König + (Closes: #558011): + - Atheros wireless drivers (ar9170, ath5k, ath9k) + - TI wl12xx wireless drivers (wl1251_spi, wl1251_sdio and wl1271 + replace wl12xx) + - Silicon Labs Si470x FM Radio Receiver driver (radio-usb-si470x) -- Martin Michlmayr Sun, 22 Nov 2009 13:56:12 +0000 diff --git a/debian/config/config b/debian/config/config index b7f1f45f7..9edcf23d7 100644 --- a/debian/config/config +++ b/debian/config/config @@ -854,6 +854,7 @@ CONFIG_DVB_TTUSB_DEC=m CONFIG_RADIO_ADAPTERS=y CONFIG_USB_MR800=m CONFIG_RADIO_TEA5764=m +CONFIG_RADIO_SI470X=y ## ## file: drivers/media/radio/si470x/Kconfig @@ -1563,6 +1564,11 @@ CONFIG_ADM8211=m CONFIG_MAC80211_HWSIM=m CONFIG_MWL8K=m +## +## file: drivers/net/wireless/ath/Kconfig +## +CONFIG_ATH_COMMON=m + ## ## file: drivers/net/wireless/ath/ar9170/Kconfig ## @@ -1669,6 +1675,10 @@ CONFIG_RT2800USB=m ## file: drivers/net/wireless/wl12xx/Kconfig ## CONFIG_WL12XX=m +CONFIG_WL1251=m +CONFIG_WL1251_SPI=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1271=m ## ## file: drivers/net/wireless/zd1211rw/Kconfig