extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.

SVN-Revision: 14780
This commit is contained in:
Hauke Mehrtens
2009-03-07 17:07:24 +00:00
parent 2b64ecf391
commit 44aa0b5dac
3 changed files with 27 additions and 9 deletions

View File

@@ -396,8 +396,8 @@ MAKE_OPTS:= \
CONFIG_MAC80211_LEDS=$(CONFIG_LEDS_TRIGGERS) \
CONFIG_MAC80211_DEBUGFS=$(CONFIG_DEBUG_FS) \
CONFIG_B43_PCMCIA=$(CONFIG_PCMCIA) \
CONFIG_B43_RFKILL=$(CONFIG_RFKILL) \
CONFIG_B43LEGACY_RFKILL=$(CONFIG_RFKILL) \
$(if $(CONFIG_RFKILL),CONFIG_B43_RFKILL=y) \
$(if $(CONFIG_RFKILL),CONFIG_B43LEGACY_RFKILL=y) \
CONFIG_B43LEGACY_LEDS=$(CONFIG_LEDS_TRIGGERS) \
CONFIG_B43_LEDS=$(CONFIG_LEDS_TRIGGERS) \
$(if $(CONFIG_PACKAGE_kmod-b43),CONFIG_B43=m) \