diff --git a/crashlog/files/etc/init.d/crashlog b/crashlog/files/etc/init.d/crashlog index 46b7e0498..4d18aa41e 100755 --- a/crashlog/files/etc/init.d/crashlog +++ b/crashlog/files/etc/init.d/crashlog @@ -4,8 +4,8 @@ START=99 send_log() { - nr=$(db get hw.board.serialNumber) - hw=$(db get hw.board.hardware) + nr=$(db get hw.board.serial_number) + hw=$(db get hw.board.model_name) fam=$(db get hw.board.iopVerFam) sw=$(db get hw.board.iopVersion) server=$(/sbin/uci get system.crashlog.server) diff --git a/crashlog/files/sbin/logcore b/crashlog/files/sbin/logcore index d6bcc6d6b..97942a6e9 100755 --- a/crashlog/files/sbin/logcore +++ b/crashlog/files/sbin/logcore @@ -50,8 +50,8 @@ cat >$TMP_CORE # more memory to work with. normally this would do nothing. cat >/dev/null -nr=$(db get hw.board.serialNumber) -hw=$(db get hw.board.hardware) +nr=$(db get hw.board.serial_number) +hw=$(db get hw.board.model_name) fam=$(hw.board.iopVerFam) sw=$(db get hw.board.iopVersion) diff --git a/dectmngr2/files/etc/uci-defaults/22-dect-defaults b/dectmngr2/files/etc/uci-defaults/22-dect-defaults index c4d8771d8..2e1c0199c 100755 --- a/dectmngr2/files/etc/uci-defaults/22-dect-defaults +++ b/dectmngr2/files/etc/uci-defaults/22-dect-defaults @@ -12,7 +12,7 @@ if [ -e "/proc/nvram/BoardId" ]; then echo "0xfffffff2" >/proc/nvram/ulBoardStuffOption db -q batch <<-EOT - set hw.board.hasDect=1 + set hw.board.has_dect=1 commit hw.board EOT fi diff --git a/netmode/files/lib/functions/netmode.sh b/netmode/files/lib/functions/netmode.sh index 9e405eb13..416d84a7e 100644 --- a/netmode/files/lib/functions/netmode.sh +++ b/netmode/files/lib/functions/netmode.sh @@ -382,7 +382,7 @@ populate_netmodes() { fi done - local hardware=$(db get hw.board.hardware) + local hardware=$(db get hw.board.model_name) local keys lang desc exp exclude support for mode in $(ls $MODEDIR); do