OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/cpu/mips/Makefile |
2 | +++ b/cpu/mips/Makefile |
||
3 | @@ -33,6 +33,7 @@ SOBJS-$(CONFIG_INCA_IP) += incaip_wdt.o |
||
4 | COBJS-$(CONFIG_INCA_IP) += asc_serial.o incaip_clock.o |
||
5 | COBJS-$(CONFIG_PURPLE) += asc_serial.o |
||
6 | COBJS-$(CONFIG_SOC_AU1X00) += au1x00_eth.o au1x00_serial.o au1x00_usb_ohci.o |
||
7 | +COBJS-$(CONFIG_AR71XX) += ar71xx_serial.o |
||
8 | |||
9 | SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) |
||
10 | OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y)) |
||
11 | --- a/Makefile |
||
12 | +++ b/Makefile |
||
13 | @@ -3474,6 +3474,13 @@ qemu_mips_config : unconfig |
||
14 | @$(MKCONFIG) -a qemu-mips mips mips qemu-mips |
||
15 | |||
16 | ######################################################################### |
||
17 | +## MIPS32 AR71XX (24K) |
||
18 | +######################################################################### |
||
19 | + |
||
20 | +nbg460n_550n_550nh_config : unconfig |
||
21 | + @$(MKCONFIG) -a nbg460n mips mips nbg460n zyxel |
||
22 | + |
||
23 | +######################################################################### |
||
24 | ## MIPS64 5Kc |
||
25 | ######################################################################### |
||
26 |