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:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user