compat-wireless: config_check adjusted

This commit is contained in:
Anton Bolshakov 2012-08-15 01:15:36 +00:00
parent 519204f75b
commit e2f87e3260
2 changed files with 2 additions and 2 deletions

View file

@ -82,6 +82,6 @@ EBUILD compat-wireless-3.3.ebuild 6274 RMD160 cbcf230cf7d18ec716b70ff2b2daf35d09
EBUILD compat-wireless-3.4_rc1-r1.ebuild 6104 RMD160 7b9d2483fb6723210c58c3395097c6fa83bcfff1 SHA1 c97b5d442880b8f63b6ecacfee25c1e793d6243d SHA256 62aa12b407887d185ecf615156055c95996683226afb335becfb8c0f4b2a65f7
EBUILD compat-wireless-3.4_rc1.ebuild 6136 RMD160 b31d2a92ffa6fbf22ed92a6d1387dceee4dc14af SHA1 d1eadd70a8c1ca1abb8c60e842daefa66d997afb SHA256 c251d84ecafe0562548cc922bf412a5d3b311c1aebf8449b6d73a11d4cdfd649
EBUILD compat-wireless-3.4_rc3.ebuild 5871 RMD160 eeb5416f47e243363963716a450e98fdd790d050 SHA1 52a78fb5581cf18efb8af2372d00232a37d0ae35 SHA256 609960ce2388900472d079cba2947ed6fa73275dd9b0adbb1cc94e5a8b500ef7
EBUILD compat-wireless-3.5.ebuild 6780 RMD160 d79e5357c2b2fae18ec082f3cd088a15414a2557 SHA1 c278d537618b648a763aa182665b7eee542e98ac SHA256 9517a04d87d8d19001d52db20298d6fa72ba5c824765e392965b1f55ed4bb3bc
EBUILD compat-wireless-3.5.ebuild 6731 RMD160 0a5e5fe22b62df51fcf348e13ebe9195297fe5d9 SHA1 8eeec9312b30d3cdd4c514cd985e1cd0c0029074 SHA256 57850e1f2f9739acc120e1cc6e86c77557f5355f9e65f27679b99c3f842ade7c
EBUILD compat-wireless-3.5_rc3.ebuild 5812 RMD160 b91f0661d444d497a7eb6df60c49584848617dd3 SHA1 2b25ed37d39886669b706bb84769c238dfbee56e SHA256 b2987b81c8a24e15373bd95143e2bf54d693d6c49a76d35b0eb7994f4c43f509
MISC metadata.xml 228 RMD160 cd3fb26b5d8049ab5dba38f21d7654ec033aa0eb SHA1 3148dfbdced7a623a311d21c6f728ab9c7135dae SHA256 8715828d1bff71d5d96b991ba600bae9376c1c80c96f0f102260fc335ca22487

View file

@ -31,6 +31,7 @@ RESTRICT="strip"
CONFIG_CHECK="!DYNAMIC_FTRACE"
pkg_setup() {
CONFIG_CHECK="~NET_SCHED"
linux-mod_pkg_setup
kernel_is -lt 2 6 27 && die "kernel 2.6.27 or higher is required for compat wireless to be installed"
kernel_is -gt $(get_version_component_range 1) $(get_version_component_range 2) $(get_version_component_range 3) && die "The version of compat-wireless you are trying to install contains older modules than your kernel. Failing before downgrading your system."
@ -39,7 +40,6 @@ pkg_setup() {
linux_chkconfig_module MAC80211 || die "CONFIG_MAC80211 must be built as a _module_ !"
linux_chkconfig_module CFG80211 || die "CONFIG_CFG80211 must be built as a _module_ !"
linux_chkconfig_module LIBIPW || ewarn "CONFIG_LIBIPW really should be set or there will be no WEXT compat"
linux_chkconfig_module NET_SCHED || ewarn "CONFIG_NET_SCHED should be set"
if use b43; then
linux_chkconfig_module SSB || die "You need to enable CONFIG_SSB or USE=-b43"