diff options
Diffstat (limited to 'target/linux/kirkwood/base-files/etc')
-rwxr-xr-x | target/linux/kirkwood/base-files/etc/board.d/01_leds | 3 | ||||
-rwxr-xr-x | target/linux/kirkwood/base-files/etc/board.d/02_network | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/kirkwood/base-files/etc/board.d/01_leds b/target/linux/kirkwood/base-files/etc/board.d/01_leds index 4518fc4b64..e6da9fd49a 100755 --- a/target/linux/kirkwood/base-files/etc/board.d/01_leds +++ b/target/linux/kirkwood/base-files/etc/board.d/01_leds @@ -41,6 +41,9 @@ case "$board" in "nsa310b") ucidef_set_led_default "health" "health" "nsa310:green:sys" "1" ;; +"nsa325") + ucidef_set_led_default "health" "health" "nsa325:green:sys" "1" + ;; "sheevaplug" | \ "sheevaplug-esata") ucidef_set_led_timer "health" "health" "sheevaplug:blue:health" "200" "800" diff --git a/target/linux/kirkwood/base-files/etc/board.d/02_network b/target/linux/kirkwood/base-files/etc/board.d/02_network index b5406b0e37..b82086ec3e 100755 --- a/target/linux/kirkwood/base-files/etc/board.d/02_network +++ b/target/linux/kirkwood/base-files/etc/board.d/02_network @@ -30,7 +30,7 @@ case "$board" in ucidef_add_switch "switch0" \ "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "5@eth0" "6@eth1" ;; -"nsa310b") +"nsa310b"|"nsa325") ucidef_set_interface_lan "eth0" "dhcp" ucidef_set_interface_macaddr "lan" $( mtd_get_mac_ascii uboot_env ethaddr ) ;; |