aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch12
-rw-r--r--recipes/rt2x00/rt3070_2.3.0.4.bb3
2 files changed, 14 insertions, 1 deletions
diff --git a/recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch b/recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch
new file mode 100644
index 0000000000..e9b24a73c9
--- /dev/null
+++ b/recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch
@@ -0,0 +1,12 @@
+Index: DPO_RT3070_LinuxSTA_V2.3.0.4_20100604/common/rtusb_dev_id.c
+===================================================================
+--- DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.orig/common/rtusb_dev_id.c 2010-10-02 10:39:35.000000000 +0200
++++ DPO_RT3070_LinuxSTA_V2.3.0.4_20100604/common/rtusb_dev_id.c 2010-10-02 10:40:23.000000000 +0200
+@@ -106,6 +106,7 @@
+ {USB_DEVICE(0x07FA,0x7712)}, /* Edimax */
+ {USB_DEVICE(0x0789,0x0166)}, /* Edimax */
+ {USB_DEVICE(0x148F,0x2070)}, /* Edimax */
++ {USB_DEVICE(0x050d,0x935b)}, /* Belkin F6D4050v2 */
+ #endif // RT3070 //
+ { }/* Terminating entry */
+ };
diff --git a/recipes/rt2x00/rt3070_2.3.0.4.bb b/recipes/rt2x00/rt3070_2.3.0.4.bb
index c51cf7472f..fabe52ebbc 100644
--- a/recipes/rt2x00/rt3070_2.3.0.4.bb
+++ b/recipes/rt2x00/rt3070_2.3.0.4.bb
@@ -2,13 +2,14 @@ DESCRIPTION = "Ralink 3070"
HOMEPAGE = "http://eng.ralinktech.com.tw/support.php?s=2"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
inherit module
# Original URL needs a click-wrap license.
SRC_URI = "http://www.penguin.cz/~utx/hardware/Ralink_3071/DPO_RT3070_LinuxSTA_V${PV}_20100604.tar.bz2 \
file://makefile.patch \
+ file://add_belkin_F6D4050v2.patch \
"
EXTRA_OEMAKE = "LINUX_SRC=${STAGING_KERNEL_DIR}"