From: nbd Date: Sun, 25 Dec 2011 12:16:46 +0000 (+0000) Subject: mac80211: disable b43 bcma support, fixes a compile error X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=fb4b62115a8f9e9facebfc091340991fd0e649ce mac80211: disable b43 bcma support, fixes a compile error git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29608 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 1a06cef3d..8bbf3c45e 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -1085,7 +1085,6 @@ BUILDFLAGS:= \ $(if $(CONFIG_PACKAGE_B43_PHY_N),-DCONFIG_B43_PHY_N) \ $(if $(CONFIG_PACKAGE_B43_PHY_HT),-DCONFIG_B43_PHY_HT) \ $(if $(CONFIG_PACKAGE_B43_PHY_LCN),-DCONFIG_B43_PHY_LCN) \ - -DCONFIG_B43_BCMA \ -DCONFIG_B43_SSB \ $(if $(CONFIG_PACKAGE_RT2X00_LIB_DEBUGFS),-DCONFIG_RT2X00_LIB_DEBUGFS) \ $(if $(CONFIG_PACKAGE_RT2X00_DEBUG),-DCONFIG_RT2X00_DEBUG) \