broadcom_sta: fix build with kernel 3.18 (close #5315)

I couldn't find any source that looked reliable, but I guess it's better
than nothing: it's fairly simple patch that fixes the build.
This commit is contained in:
Vladimír Čunát
2014-12-14 10:51:31 +01:00
parent ba5fad6dfa
commit 274a9419c1
2 changed files with 22 additions and 0 deletions
@@ -20,6 +20,7 @@ stdenv.mkDerivation {
./license.patch
./cfg80211_ibss_joined-channel-parameter.patch
./netdev-3.17.patch
./cfg80211_inform_bss-3.18.patch
];
makeFlags = "KBASE=${kernel.dev}/lib/modules/${kernel.modDirVersion}";