Initial commit
This commit is contained in:
11
target/linux/mediatek/mt7622/base-files/etc/init.d/bootcount
Executable file
11
target/linux/mediatek/mt7622/base-files/etc/init.d/bootcount
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
|
||||
boot() {
|
||||
case $(board_name) in
|
||||
linksys,e8450)
|
||||
mtd erase senv || true
|
||||
;;
|
||||
esac
|
||||
}
|
||||
Reference in New Issue
Block a user