projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ar71xx] move device registration function prototypes into a separate header file
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
arch
/
mips
/
include
/
asm
/
mach-ar71xx
/
ar71xx.h
diff --git
a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
index
c0f3e7b
..
a2d884f
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
+++ b/
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
@@
-127,6
+127,7
@@
extern unsigned long ar71xx_mach_type;
#define AR71XX_MACH_MZK_W300NH 13 /* Planex MZK-W300NH */
#define AR71XX_MACH_MZK_W04NU 14 /* Planex MZK-W04NU */
#define AR71XX_MACH_UBNT_LSSR71 15 /* Ubiquiti LS-SR71 */
+#define AR71XX_MACH_TL_WR941ND 16 /* TP-LINK TL-WR941ND */
/*
* PLL block
This page took
0.021396 seconds
and
4
git commands to generate.