From 490c68ac991239c908ec23a2fc143ef8ce2d9981 Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Thu, 2 Sep 2010 16:04:15 +0200 Subject: rt2x00: move driver version specific patch files to an own directory Signed-off-by: Steffen Sledz --- recipes/rt2x00/files/config.patch | 20 -------------------- recipes/rt2x00/files/makefile.patch | 11 ----------- recipes/rt2x00/rt3070-2.1.1.0/config.patch | 20 ++++++++++++++++++++ recipes/rt2x00/rt3070-2.1.1.0/makefile.patch | 11 +++++++++++ 4 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 recipes/rt2x00/files/config.patch delete mode 100644 recipes/rt2x00/files/makefile.patch create mode 100644 recipes/rt2x00/rt3070-2.1.1.0/config.patch create mode 100644 recipes/rt2x00/rt3070-2.1.1.0/makefile.patch diff --git a/recipes/rt2x00/files/config.patch b/recipes/rt2x00/files/config.patch deleted file mode 100644 index 89a26caea0..0000000000 --- a/recipes/rt2x00/files/config.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/config.mk 2009-05-20 20:33:56.000000000 -0700 -+++ 2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/config.mk 2009-08-22 19:42:55.000000000 -0700 -@@ -4,15 +4,11 @@ - # Support 28xx QA ATE function - HAS_28xx_QA=n - --#ifdef WPA_SUPPLICANT_SUPPORT - # Support Wpa_Supplicant --HAS_WPA_SUPPLICANT=n --#endif // WPA_SUPPLICANT_SUPPORT // -+HAS_WPA_SUPPLICANT=y - --#ifdef NATIVE_WPA_SUPPLICANT_SUPPORT - # Support Native WpaSupplicant for Network Maganger --HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n --#endif // NATIVE_WPA_SUPPLICANT_SUPPORT // -+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y - - #Support Net interface block while Tx-Sw queue full - HAS_BLOCK_NET_IF=n diff --git a/recipes/rt2x00/files/makefile.patch b/recipes/rt2x00/files/makefile.patch deleted file mode 100644 index ca949023cf..0000000000 --- a/recipes/rt2x00/files/makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 2009_0525_RT3070_Linux_STA_v2.1.1.0/Makefile 2009-05-20 20:33:56.000000000 -0700 -+++ 2009_0525_RT3070_Linux_STA_v2.1.1.0/Makefile 2009-06-23 19:57:21.000000000 -0700 -@@ -153,7 +153,7 @@ - else - cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile - make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules -- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot - endif - - clean: diff --git a/recipes/rt2x00/rt3070-2.1.1.0/config.patch b/recipes/rt2x00/rt3070-2.1.1.0/config.patch new file mode 100644 index 0000000000..89a26caea0 --- /dev/null +++ b/recipes/rt2x00/rt3070-2.1.1.0/config.patch @@ -0,0 +1,20 @@ +--- 2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/config.mk 2009-05-20 20:33:56.000000000 -0700 ++++ 2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/config.mk 2009-08-22 19:42:55.000000000 -0700 +@@ -4,15 +4,11 @@ + # Support 28xx QA ATE function + HAS_28xx_QA=n + +-#ifdef WPA_SUPPLICANT_SUPPORT + # Support Wpa_Supplicant +-HAS_WPA_SUPPLICANT=n +-#endif // WPA_SUPPLICANT_SUPPORT // ++HAS_WPA_SUPPLICANT=y + +-#ifdef NATIVE_WPA_SUPPLICANT_SUPPORT + # Support Native WpaSupplicant for Network Maganger +-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n +-#endif // NATIVE_WPA_SUPPLICANT_SUPPORT // ++HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y + + #Support Net interface block while Tx-Sw queue full + HAS_BLOCK_NET_IF=n diff --git a/recipes/rt2x00/rt3070-2.1.1.0/makefile.patch b/recipes/rt2x00/rt3070-2.1.1.0/makefile.patch new file mode 100644 index 0000000000..ca949023cf --- /dev/null +++ b/recipes/rt2x00/rt3070-2.1.1.0/makefile.patch @@ -0,0 +1,11 @@ +--- 2009_0525_RT3070_Linux_STA_v2.1.1.0/Makefile 2009-05-20 20:33:56.000000000 -0700 ++++ 2009_0525_RT3070_Linux_STA_v2.1.1.0/Makefile 2009-06-23 19:57:21.000000000 -0700 +@@ -153,7 +153,7 @@ + else + cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile + make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules +- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot ++# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot + endif + + clean: -- cgit v1.2.3