ar71xx: fix Compex WPE72 detection
[openwrt/openwrt.git] / target / linux / ar71xx / patches-3.2 / 507-MIPS-ath79-prom-add-myloader-support.patch
index 137bf6b84e61627b1b3cfc81e3e4e7971fd8b103..67c1faf9b078f9819cf5aeab569afb98b5e2e329 100644 (file)
@@ -8,7 +8,7 @@
  
  #include "common.h"
  
-@@ -69,6 +70,34 @@ static const char * __init ath79_prom_fi
+@@ -69,6 +70,37 @@ static const char * __init ath79_prom_fi
        return ret;
  }
  
@@ -26,6 +26,9 @@
 +      case DEVID_COMPEX_WP543:
 +              ath79_prom_append_cmdline("board", "WP543");
 +              break;
++      case DEVID_COMPEX_WPE72:
++              ath79_prom_append_cmdline("board", "WPE72");
++              break;
 +      default:
 +              pr_warn("prom: unknown device id: %x\n", mylo->did);
 +              return 0;
@@ -43,7 +46,7 @@
  static __init void ath79_prom_init_cmdline(int argc, char **argv)
  {
        int i;
-@@ -88,6 +117,9 @@ void __init prom_init(void)
+@@ -88,6 +120,9 @@ void __init prom_init(void)
        const char *env;
        char **envp;