Initial commit

This commit is contained in:
domenico
2025-06-24 15:51:28 +02:00
commit 22031d9dab
6862 changed files with 1462554 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#!/bin/sh /etc/rc.common
# (C) 2013 openwrt.org
START=40
boot() {
/sbin/block mount
}
start() {
echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
}
restart() {
start
}
stop() {
/sbin/block umount
}