ramips: split further base-files across subtargets
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / init.d / bootcount
diff --git a/target/linux/ramips/base-files/etc/init.d/bootcount b/target/linux/ramips/base-files/etc/init.d/bootcount
deleted file mode 100755 (executable)
index ad3dd97..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=99
-
-boot() {
-       case $(board_name) in
-       samknows,whitebox-v8)
-               fw_setenv bootcount 0
-               ;;
-       xiaomi,miwifi-nano)
-               fw_setenv flag_boot_success 1
-               ;;
-       esac
-}