Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 528546 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-firmware/iwl7260-ucode/iwl7260-ucode-23.214.9.0.ebuild (-3 / +3 lines)
Lines 27-36 Link Here
27
ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config for the kernel to be able to load the ${DEV_N} firmware"
27
ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config for the kernel to be able to load the ${DEV_N} firmware"
28
28
29
pkg_pretend() {
29
pkg_pretend() {
30
	if kernel_is lt 3 14 7; then
30
	if kernel_is lt 3 14 9; then
31
		ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
31
		ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
32
		ewarn "This microcode image requires a kernel >= 3.14.7."
32
		ewarn "This microcode image requires a kernel >= 3.14.9."
33
		ewarn "For kernel versions < 3.14.7, you may install older SLOTS"
33
		ewarn "For kernel versions < 3.14.9, you may install older SLOTS"
34
	fi
34
	fi
35
}
35
}
36
36

Return to bug 528546