projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade to uci 0.5.0, adds list handling support
[openwrt.git]
/
package
/
ar7-atm
/
patches
/
160-module-params.patch
diff --git
a/package/ar7-atm/patches/160-module-params.patch
b/package/ar7-atm/patches/160-module-params.patch
index
6b758f5
..
d9f6e38
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;
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)
{
if (!esiaddr_str)
{
This page took
0.020977 seconds
and
4
git commands to generate.