Searched refs:hwid (Results 1 - 3 of 3) sorted by relevance

/openwrt/target/linux/mpc85xx/base-files/lib/upgrade/
H A Dplatform.sh40 local hwid
43 hwid=$(tplink_get_hwid)
46 [ "$hwid" != "$imageid" ] && {
47 echo "Invalid image, hardware ID mismatch, hw:$hwid image:$imageid."
/openwrt/target/linux/ar71xx/base-files/lib/
H A Dar71xx.sh96 local hwid
99 hwid=$(tplink_get_hwid)
101 hwver=${hwid:6:2}
104 case "$hwid" in
144 if [ "$hwid" = '07100002' -a "$mid" = '00000002' ]; then
188 if [ "$hwid" = '08410002' -a "$mid" = '00000002' ]; then
208 if [ "$hwid" = "09410002" -a "$mid" = "00420001" ]; then
/openwrt/target/linux/ar71xx/base-files/lib/upgrade/
H A Dplatform.sh420 local hwid
425 hwid=$(tplink_get_hwid)
430 [ "$hwid" != "$imagehwid" -o "$mid" != "$imagemid" ] && {
431 echo "Invalid image, hardware ID mismatch, hw:$hwid $mid image:$imagehwid $imagemid."

Completed in 27 milliseconds