# HG changeset patch # User Stanislas Leduc # Date 1705682267 0 # Node ID 0f3d33956b415d52ed84c2fd542a27e932c7710d # Parent c783f5e13c30f6a44f9b446e3229753d3bc55bc5 Fix wrong kernel dep for broadcom-wl64, broadcom-wl-pae diff -r c783f5e13c30 -r 0f3d33956b41 broadcom-wl-pae/receipt --- a/broadcom-wl-pae/receipt Fri Jan 19 12:44:23 2024 +0000 +++ b/broadcom-wl-pae/receipt Fri Jan 19 16:37:47 2024 +0000 @@ -12,7 +12,7 @@ TAGS="wireless wifi driver" PROVIDE="broadcom-wl:linux-pae" -DEPENDS="linux" +DEPENDS="linux-pae" BUILD_DEPENDS="linux-pae-module-headers xz" # Rules to configure and make the package. diff -r c783f5e13c30 -r 0f3d33956b41 broadcom-wl64/receipt --- a/broadcom-wl64/receipt Fri Jan 19 12:44:23 2024 +0000 +++ b/broadcom-wl64/receipt Fri Jan 19 16:37:47 2024 +0000 @@ -12,7 +12,7 @@ TAGS="wireless wifi driver" PROVIDE="broadcom-wl:linux64" -DEPENDS="linux" +DEPENDS="linux64" BUILD_DEPENDS="linux64-module-headers xz" # Rules to configure and make the package.