CC = gcc CFLAGS = -MD -g -Wall -O2 -I../../include -I../lib LFLAGS = -g -Wall OBJS = diseqc.o dump-zap.o dump-vdr.o scan.o ../lib/lnb.o SRCS = $(OBJS:.o=.c) TARGET = scan $(TARGET): $(OBJS) $(CC) $(LFLAGS) -o $(TARGET) $(OBJS) .c.o: $(CC) $(CFLAGS) -c $< -o $@ clean: $(RM) *.o *.d $(TARGET) -include $(wildcard *.d) dummy ='dtv-scan-tables.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-s/ChinaSat5A-87.5E (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10Add another initial transponder for Ziggo/Netherlands.Jens Peters1-0/+8
Ziggo and UPC had merged, but the initial UPC transponder is still the correct one for former UPC customers. See also https://gathering.tweakers.net/forum/list_message/31632914#31632914