compat-wireless: minor fixes, add warning for broken kconfig

This commit is contained in:
Zero_Chaos 2012-03-22 03:02:16 +00:00
parent 81d52bf4fc
commit 67c76e976c
2 changed files with 3 additions and 2 deletions

View file

@ -83,5 +83,5 @@ EBUILD compat-wireless-3.2_rc1.ebuild 6614 RMD160 a407ae6e9d48e594b9b4c53fe5a80b
EBUILD compat-wireless-3.2_rc6.ebuild 6616 RMD160 2943e07801425b8b39cb8f0ec819d2c586196cf8 SHA1 ab80fa153245b72d3937e75cd8b43dcfe5e00d01 SHA256 8469fa320af3f7257f508b1a4f2ff8d1b4aeeb55e5e7a37d261e17dd7a8a0d14
EBUILD compat-wireless-3.3_rc1-r1.ebuild 6265 RMD160 0dcd8bfc84e286a05e83a4c775c2ff74ffc4e9c7 SHA1 dd60137c5fb7a5eac06c84d9c51fa9d5a6b03f18 SHA256 e7858621a68ed22bf77293f0a715aaf0628a092d58673de68256d837cc1e109f
EBUILD compat-wireless-3.3_rc1.ebuild 6640 RMD160 7160ffd4eda54773051b5a868a4f465d6551c2e5 SHA1 be17321d47161c3816ef1192e6b4b7c5665fea64 SHA256 7b7404add5156139bab29c7987c79d5d0c19c709c671afb2aaca3c90ef445809
EBUILD compat-wireless-3.3_rc6.ebuild 6170 RMD160 b9d16f59bc8a0f2d5b42e692550d30abd2857403 SHA1 333f8702347be2aa6ad8a1695c7f2f40caa9b0a8 SHA256 06271354081fb279046e25a533cabe3815ce3ab93b7ad67b8416d9df5a29cab4
EBUILD compat-wireless-3.3_rc6.ebuild 6278 RMD160 3e55603201838aecfdd84ebc45b6567359b8f6ed SHA1 c4ac5784ad8b382518ca54a3f33a9a5e8908ce6e SHA256 b138aa05fd6791e8f22cfa418596d01685cf327874b1d40d60e055a69dddceb7
MISC metadata.xml 228 RMD160 cd3fb26b5d8049ab5dba38f21d7654ec033aa0eb SHA1 3148dfbdced7a623a311d21c6f728ab9c7135dae SHA256 8715828d1bff71d5d96b991ba600bae9376c1c80c96f0f102260fc335ca22487

View file

@ -51,12 +51,13 @@ pkg_setup() {
#these things are not optional
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"
if use b43; then
linux_chkconfig_module SSB || die "You need to enable CONFIG_SSB or USE=-b43"
fi
if use b44; then
linux_chkconfig_present SSB || die "You need to enable CONFIG_SSB or USE=-b44"
linux_chkconfig_module SSB || die "You need to enable CONFIG_SSB or USE=-b44"
fi
}