ar71xx: fix Compex WPE72 detection
[openwrt.git] / target / linux / ar71xx / patches-3.3 / 507-MIPS-ath79-prom-add-myloader-support.patch
index 137bf6b..67c1faf 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;
  
This page took 0.021485 seconds and 4 git commands to generate.