OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/arch/powerpc/platforms/85xx/Kconfig |
2 | +++ b/arch/powerpc/platforms/85xx/Kconfig |
||
3 | @@ -173,6 +173,16 @@ config XES_MPC85xx |
||
4 | Manufacturer: Extreme Engineering Solutions, Inc. |
||
5 | URL: <http://www.xes-inc.com/> |
||
6 | |||
7 | +config RED_15W_REV1 |
||
8 | + bool "Sophos RED 15w Rev.1" |
||
9 | + select DEFAULT_UIMAGE |
||
10 | + select ARCH_REQUIRE_GPIOLIB |
||
11 | + select GPIO_MPC8XXX |
||
12 | + help |
||
13 | + This option enables support for the SOPHOS RED 15w Rev.1 board. |
||
14 | + |
||
15 | + This board is a wireless VPN router with a Freescale P1010 SoC. |
||
16 | + |
||
17 | config STX_GP3 |
||
18 | bool "Silicon Turnkey Express GP3" |
||
19 | help |
||
20 | --- a/arch/powerpc/platforms/85xx/Makefile |
||
21 | +++ b/arch/powerpc/platforms/85xx/Makefile |
||
22 | @@ -25,6 +25,7 @@ obj-$(CONFIG_P1023_RDB) += p1023_rdb.o |
||
23 | obj-$(CONFIG_TWR_P102x) += twr_p102x.o |
||
24 | obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o |
||
25 | obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o |
||
26 | +obj-$(CONFIG_RED_15W_REV1) += red15w_rev1.o |
||
27 | obj-$(CONFIG_STX_GP3) += stx_gp3.o |
||
28 | obj-$(CONFIG_TQM85xx) += tqm85xx.o |
||
29 | obj-$(CONFIG_TL_WDR4900_V1) += tl_wdr4900_v1.o |