Skip to content

Commit 130f5f6

Browse files
committed
fix some rebase mistakes
Signed-off-by: Francis Begyn <[email protected]>
1 parent 3c0694c commit 130f5f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

generator/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -367,22 +367,16 @@ $(MIBDIR)/readynas:
367367
@curl $(CURL_OPTS) -o $(MIBDIR)/readynas "$(READYNAS_URL)"
368368

369369
$(MIBDIR)/readydataos:
370-
<<<<<<< HEAD
371370
$(eval TMP := $(shell mktemp))
372371
@echo ">> Downloading readydataos to $(TMP)"
373372
@curl $(CURL_OPTS) -o $(TMP) "$(READYDATAOS_URL)"
374373
@unzip -j -d $(MIBDIR) $(TMP) READYDATAOS-MIB.txt
375374
@mv -v $(MIBDIR)/READYDATAOS-MIB.txt $(MIBDIR)/readydataos
376375
@rm -v $(TMP)
377-
378-
=======
379-
@echo ">> Downloading readydataos"
380-
@curl $(CURL_OPTS) -o $(MIBDIR)/readydataos "$(READYDATAOS_URL)"
381376

382377
$(MIBDIR)/SchneiderPM55xx_V01_13.mib:
383378
$(eval TMP := $(shell mktemp))
384379
@echo ">> Downloading SchneiderPM55xx_V01_13.mib to $(TMP)"
385380
@curl $(CURL_OPTS) -o $(TMP) $(SCHNEIDER_PM55XX_URL)
386381
@unzip -j -d $(MIBDIR) $(TMP) PM5560_PM5563_v2.1.0/SchneiderPM55xx_V01_13.mib
387382
@rm -v $(TMP)
388-
>>>>>>> e6b4ed7 (add Schneider_PM55XX MIB to downloads for SNMP generator)

0 commit comments

Comments
 (0)