projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-3.3
/
507-MIPS-ath79-prom-add-myloader-support.patch
diff --git
a/target/linux/ar71xx/patches-3.3/507-MIPS-ath79-prom-add-myloader-support.patch
b/target/linux/ar71xx/patches-3.3/507-MIPS-ath79-prom-add-myloader-support.patch
index
137bf6b
..
67c1faf
100644
(file)
--- a/
target/linux/ar71xx/patches-3.3/507-MIPS-ath79-prom-add-myloader-support.patch
+++ b/
target/linux/ar71xx/patches-3.3/507-MIPS-ath79-prom-add-myloader-support.patch
@@
-8,7
+8,7
@@
#include "common.h"
#include "common.h"
-@@ -69,6 +70,3
4
@@ static const char * __init ath79_prom_fi
+@@ -69,6 +70,3
7
@@ static const char * __init ath79_prom_fi
return ret;
}
return ret;
}
@@
-26,6
+26,9
@@
+ case DEVID_COMPEX_WP543:
+ ath79_prom_append_cmdline("board", "WP543");
+ break;
+ 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;
+ 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;
static __init void ath79_prom_init_cmdline(int argc, char **argv)
{
int i;
-@@ -88,6 +1
17
,9 @@ void __init prom_init(void)
+@@ -88,6 +1
20
,9 @@ void __init prom_init(void)
const char *env;
char **envp;
const char *env;
char **envp;
This page took
0.020989 seconds
and
4
git commands to generate.