Following patch fixes build for me..
On Thu, 2008-04-24 at 14:24 +0300, Tomas Winkler wrote:
> Shouldn't be this already covered by MAC80211_LEDS
No, select isn't transitive.
johannes
Shouldn't be this already covered by MAC80211_LEDS
depends on IWL4965
select MAC80211_LEDS
select LEDS_CLASS
+ select LEDS_TRIGGERS
select IWLWIFI_LEDS
On Thu, Apr 24, 2008 at 1:42 PM, Priit Laes <[email protected]> wrote:
> Following patch fixes build for me..
>
On Sat, Apr 26, 2008 at 7:16 PM, Johannes Berg
<[email protected]> wrote:
> On Thu, 2008-04-24 at 14:24 +0300, Tomas Winkler wrote:
> > Shouldn't be this already covered by MAC80211_LEDS
>
> No, select isn't transitive.
Oh boy I hate when things are not intuitive... force me to read manuals ;)
Thanks
Tomas
> johannes
>
=C3=9Chel kenal p=C3=A4eval, N, 2008-04-24 kell 14:24, kirjutas Tomas W=
inkler:
> Shouldn't be this already covered by MAC80211_LEDS
>=20
> depends on IWL4965
> select MAC80211_LEDS
> select LEDS_CLASS
> + select LEDS_TRIGGERS
> select IWLWIFI_LEDS
Compile failed for me until I selected LEDS_TRIGGERS myself.