1
1

Initial dump from Zyxel

This commit is contained in:
2026-04-17 17:00:52 +02:00
commit 81fec250f4
23116 changed files with 5231237 additions and 0 deletions
@@ -0,0 +1,6 @@
#!/bin/sh
dev_path="/dev/"$1
volname_path="/sys/class/"$2"/"$1"/volname"
link_path="/dev/"$(cat $volname_path)
ln -s $dev_path $link_path