You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ath79/base-files/etc/init.d/bootcount

12 lines
179 B
Bash

#!/bin/sh /etc/rc.common
START=99
boot() {
case $(board_name) in
qihoo,c301)
local n=$(fw_printenv activeregion | cut -d = -f 2)
fw_setenv "image${n}trynum" 0
;;
esac
}