summaryrefslogtreecommitdiffstats
path: root/_tools
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2024-04-01 15:29:17 +0200
committerGitHub <noreply@github.com>2024-04-01 15:29:17 +0200
commitf1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab (patch)
tree4df915551b5a681de49f11c80b3dd59be50a2e6e /_tools
parentUpdate mikrotik.md (#335) (diff)
downloadhack-gpon.github.io-f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab.tar
hack-gpon.github.io-f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab.tar.gz
hack-gpon.github.io-f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab.tar.bz2
hack-gpon.github.io-f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab.tar.lz
hack-gpon.github.io-f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab.tar.xz
hack-gpon.github.io-f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab.tar.zst
hack-gpon.github.io-f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab.zip
Diffstat (limited to '_tools')
-rw-r--r--_tools/ont-ethtool-print-eeprom.md14
-rw-r--r--_tools/ont-lantiq-print-eeprom.md2
2 files changed, 15 insertions, 1 deletions
diff --git a/_tools/ont-ethtool-print-eeprom.md b/_tools/ont-ethtool-print-eeprom.md
new file mode 100644
index 0000000..cf16ba8
--- /dev/null
+++ b/_tools/ont-ethtool-print-eeprom.md
@@ -0,0 +1,14 @@
+---
+title: Ethtool Print EEPROM
+has_children: false
+layout: default
+---
+
+1. Get `ethtool -m` or `ethtool -e` and paste into the form
+
+<div id="app">
+ <vue-lantiq-eeprom type='eeprom-ethtool'></vue-lantiq-eeprom>
+</div>
+<script src="https://unpkg.com/vue@latest"></script>
+<script src="https://cdn.jsdelivr.net/npm/vue3-sfc-loader"></script>
+<script src="/assets/js/vue-eeprom.js"></script> \ No newline at end of file
diff --git a/_tools/ont-lantiq-print-eeprom.md b/_tools/ont-lantiq-print-eeprom.md
index 62f4314..486d7a0 100644
--- a/_tools/ont-lantiq-print-eeprom.md
+++ b/_tools/ont-lantiq-print-eeprom.md
@@ -8,7 +8,7 @@ layout: default
<div id="app">
- <vue-lantiq-eeprom type='eeprom-print'></vue-lantiq-eeprom>
+ <vue-lantiq-eeprom type='eeprom-lantiq'></vue-lantiq-eeprom>
</div>
<script src="https://unpkg.com/vue@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/vue3-sfc-loader"></script>