UBUNTU: SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
From: Tim Gardner <tim.gardner@canonical.com>
BugLink: http://bugs.launchpad.net/bugs/805494
The makefile for this module is hideaous. It checkes the build host kernel
version in order to determine which driver version should be built. Since
we know it will only _ever_ be built for 2.6/3.0, then just shortcut
the ifeq().
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
ubuntu/rtl8192se/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)