rtl8723bs: Support all Linux
This commit is contained in:
parent
36f4a8a485
commit
1d069ff6ac
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Realtek SDIO Wi-Fi driver";
|
description = "Realtek SDIO Wi-Fi driver";
|
||||||
homepage = "https://github.com/hadess/rtl8723bs";
|
homepage = "https://github.com/hadess/rtl8723bs";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" "armv7l-linux" ];
|
platforms = stdenv.lib.platforms.linux;
|
||||||
broken = ! versionAtLeast kernel.version "3.19";
|
broken = ! versionAtLeast kernel.version "3.19";
|
||||||
maintainers = with maintainers; [ elitak ];
|
maintainers = with maintainers; [ elitak ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user