Author: nbd Date: 2016-01-20 20:11:48 +0100 (Wed, 20 Jan 2016) New Revision: 48398
Modified: trunk/target/linux/oxnas/base-files/etc/board.d/01_leds trunk/target/linux/oxnas/base-files/etc/diag.sh trunk/target/linux/oxnas/base-files/lib/oxnas.sh Log: oxnas: finally make board names consistent r48337 unfortunately incorrectly changed the boardname of the stg212 into stg-212 which is not the name of the image of DTS file or boardname using sysupgrade, which is 'stg212' and imho should stay that way. The changes r48337 made for pogoplug-pro and pogoplug-v3 were correct, thus this commit only partially reverts r48337. Also properly set default for USB LED while already at it. Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/target/linux/oxnas/base-files/etc/board.d/01_leds =================================================================== --- trunk/target/linux/oxnas/base-files/etc/board.d/01_leds 2016-01-20 19:11:41 UTC (rev 48397) +++ trunk/target/linux/oxnas/base-files/etc/board.d/01_leds 2016-01-20 19:11:48 UTC (rev 48398) @@ -7,9 +7,9 @@ board_config_update case $board in - stg-212) + stg212) ucidef_set_led_default "power" "power" "zyxel:blue:status" "1" - ucidef_set_led_usbdev "usb" "USB" "$1" "1-1" + ucidef_set_led_usbdev "usb" "USB" "zyxel:orange:copy" "1-1" ;; kd20) ucidef_set_led_default "power" "power" "kd20:blue:status" "1" Modified: trunk/target/linux/oxnas/base-files/etc/diag.sh =================================================================== --- trunk/target/linux/oxnas/base-files/etc/diag.sh 2016-01-20 19:11:41 UTC (rev 48397) +++ trunk/target/linux/oxnas/base-files/etc/diag.sh 2016-01-20 19:11:48 UTC (rev 48398) @@ -6,7 +6,7 @@ get_status_led() { case $(oxnas_board_name) in - stg-212) + stg212) status_led="zyxel:blue:status" ;; kd20) Modified: trunk/target/linux/oxnas/base-files/lib/oxnas.sh =================================================================== --- trunk/target/linux/oxnas/base-files/lib/oxnas.sh 2016-01-20 19:11:41 UTC (rev 48397) +++ trunk/target/linux/oxnas/base-files/lib/oxnas.sh 2016-01-20 19:11:48 UTC (rev 48398) @@ -14,7 +14,7 @@ case "$machine" in *"MitraStar Technology Corp. STG-212"*) - name="stg-212" + name="stg212" ;; *"Shuttle KD20"*) name="kd20" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
