OpenWrt – Diff between revs 2 and 3
?pathlinks?
| Rev 2 | Rev 3 | |||
|---|---|---|---|---|
| Line 4... | Line 4... | |||
| 4 | |
4 | |
|
| 5 | obj = mtd.o jffs2.o crc32.o md5.o |
5 | obj = mtd.o jffs2.o crc32.o md5.o |
|
| 6 | obj.seama = seama.o md5.o |
6 | obj.seama = seama.o md5.o |
|
| 7 | obj.wrg = wrg.o md5.o |
7 | obj.wrg = wrg.o md5.o |
|
| 8 | obj.wrgg = wrgg.o md5.o |
- | ||
| 9 | obj.tpl = tpl_ramips_recoveryflag.o |
8 | obj.wrgg = wrgg.o md5.o |
|
| 10 | obj.ar71xx = trx.o $(obj.seama) $(obj.wrgg) |
9 | obj.ar71xx = trx.o $(obj.seama) $(obj.wrgg) |
|
| 11 | obj.brcm = trx.o |
10 | obj.brcm = trx.o |
|
| 12 | obj.brcm47xx = $(obj.brcm) |
11 | obj.brcm47xx = $(obj.brcm) |
|
| 13 | obj.bcm53xx = $(obj.brcm) $(obj.seama) |
12 | obj.bcm53xx = $(obj.brcm) $(obj.seama) |
|
| 14 | obj.brcm63xx = imagetag.o |
13 | obj.brcm63xx = imagetag.o |
|
| 15 | obj.ramips = $(obj.seama) $(obj.tpl) $(obj.wrg) |
14 | obj.ramips = $(obj.seama) $(obj.wrg) |
|
| 16 | obj.mvebu = linksys_bootcount.o |
15 | obj.mvebu = linksys_bootcount.o |
|
| 17 | obj.kirkwood = linksys_bootcount.o |
16 | obj.kirkwood = linksys_bootcount.o |
|
| 18 | obj.ipq806x = linksys_bootcount.o |
- | ||
| Line 19... | Line 17... | |||
| 19 | obj.ipq40xx = linksys_bootcount_fix.o |
17 | obj.ipq806x = linksys_bootcount.o |
|
| 20 | |
18 | |
|
| 21 | ifdef FIS_SUPPORT |
19 | ifdef FIS_SUPPORT |
|