View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-12 / +2 lines)
 Lines 19-26    Link Here 
DEPEND="app-arch/sharutils"
DEPEND="app-arch/sharutils"
RDEPEND="!net-wireless/madwifi-old
RDEPEND="!net-wireless/madwifi-old
		net-wireless/wireless-tools
		=net-wireless/${PN}-tools-${PV}-r1
		~net-wireless/madwifi-ng-tools-${PV:0:5}"
		net-wireless/wireless-tools"
CONFIG_CHECK="CRYPTO WIRELESS_EXT SYSCTL"
CONFIG_CHECK="CRYPTO WIRELESS_EXT SYSCTL"
ERROR_CRYPTO="${P} requires Cryptographic API support (CONFIG_CRYPTO)."
ERROR_CRYPTO="${P} requires Cryptographic API support (CONFIG_CRYPTO)."
 Lines 66-78    Link Here 
	linux-mod_src_install
	linux-mod_src_install
	dodoc README THANKS docs/users-guide.pdf docs/WEP-HOWTO.txt
	dodoc README THANKS docs/users-guide.pdf docs/WEP-HOWTO.txt
	# install headers for use by
	# net-wireless/wpa_supplicant and net-wireless/hostapd
	insinto /usr/include/madwifi/include/
	doins include/*.h
	insinto /usr/include/madwifi/net80211
	doins net80211/*.h
}
}
pkg_postinst() {
pkg_postinst() {
 Lines 91-97    Link Here 
	einfo "module load time via the 'ratectl' module parameter. USE flags amrr and onoe"
	einfo "module load time via the 'ratectl' module parameter. USE flags amrr and onoe"
	einfo "no longer serve any purpose."
	einfo "no longer serve any purpose."
	einfo
	einfo
	einfo "If you use net-wireless/wpa_supplicant or net-wireless/hostapd with madwifi"
	einfo "you should remerge them now."
	einfo
}
}