projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89eeb6
)
ar7-atm: patch was against an older tarball, fixear7-atm: patch was against an older...
author
Matteo Croce
<rootkit85@yahoo.it>
Tue, 11 Mar 2008 17:39:54 +0000
(17:39 +0000)
committer
Matteo Croce
<rootkit85@yahoo.it>
Tue, 11 Mar 2008 17:39:54 +0000
(17:39 +0000)
SVN-Revision: 10590
package/ar7-atm/patches/160-module-params.patch
patch
|
blob
|
history
diff --git
a/package/ar7-atm/patches/160-module-params.patch
b/package/ar7-atm/patches/160-module-params.patch
index 6b758f558077a478627ed2fa5cbdbd920b59d030..d9f6e380e66cb2666da1a16d8fccdee2a9f2e28d 100644
(file)
--- a/
package/ar7-atm/patches/160-module-params.patch
+++ b/
package/ar7-atm/patches/160-module-params.patch
@@
-164,8
+164,8
@@
diff -urN sangam_atm-07.02.01.00/tn7atm.c sangam_atm-07.02.01.00.mod/tn7atm.c
char esi_addr[ESI_LEN] = { 0x00, 0x00, 0x11, 0x22, 0x33, 0x44 };
char *esiaddr_str = NULL;
-- esiaddr_str = prom_getenv ("mac
c
");
-+ esiaddr_str = mp_macc ? mp_macc : prom_getenv ("mac
c
");
+- esiaddr_str = prom_getenv ("mac
a
");
++ esiaddr_str = mp_macc ? mp_macc : prom_getenv ("mac
a
");
if (!esiaddr_str)
{