OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/arch/mips/Makefile |
2 | +++ b/arch/mips/Makefile |
||
3 | @@ -218,6 +218,7 @@ cflags-$(toolchain-virt) += -DTOOLCHAIN |
||
4 | # |
||
5 | libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/ |
||
6 | libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/ |
||
7 | +libs-$(CONFIG_MYLOADER) += arch/mips/fw/myloader/ |
||
8 | libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/ |
||
9 | libs-y += arch/mips/fw/lib/ |
||
10 | |||
11 | --- a/arch/mips/Kconfig |
||
12 | +++ b/arch/mips/Kconfig |
||
13 | @@ -1150,6 +1150,9 @@ config MIPS_MSC |
||
14 | config MIPS_NILE4 |
||
15 | bool |
||
16 | |||
17 | +config MYLOADER |
||
18 | + bool |
||
19 | + |
||
20 | config SYNC_R4K |
||
21 | bool |
||
22 |