projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refresh patches
[openwrt.git]
/
target
/
linux
/
adm5120
/
files
/
include
/
asm-mips
/
mach-adm5120
/
prom
/
myloader.h
diff --git
a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/prom/myloader.h
b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/prom/myloader.h
index
5736a44
..
ea8db81
100644
(file)
--- a/
target/linux/adm5120/files/include/asm-mips/mach-adm5120/prom/myloader.h
+++ b/
target/linux/adm5120/files/include/asm-mips/mach-adm5120/prom/myloader.h
@@
-1,10
+1,7
@@
/*
/*
- * $Id$
- *
* Compex's MyLoader specific definitions
*
* Compex's MyLoader specific definitions
*
- * Copyright (C) 2006,2007 Gabor Juhos <juhosg at openwrt.org>
- * Copyright (C) 2007 OpenWrt.org
+ * Copyright (C) 2006-2008 Gabor Juhos <juhosg@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
@@
-173,6
+170,7
@@
struct myloader_info {
u32 did;
u32 svid;
u32 sdid;
u32 did;
u32 svid;
u32 sdid;
+ uint8_t macs[MYLO_ETHADDR_COUNT][6];
};
extern struct myloader_info myloader_info;
};
extern struct myloader_info myloader_info;
This page took
0.022809 seconds
and
4
git commands to generate.