sunxi: use fwtool for checking sdcard images
[openwrt/staging/noltari.git] / target / linux / sunxi / base-files / etc / board.d / 02_network
index 59af55c7a1d8c26a7fdadcc823e6d7499f76bc80..2b18748c6f08fcfbd57b12de626396b7591b82a5 100755 (executable)
@@ -4,15 +4,15 @@
 #
 
 . /lib/sunxi.sh
-. /lib/functions/uci-defaults-new.sh
+. /lib/functions/uci-defaults.sh
 
 board_config_update
 
 case "$( sunxi_board_name )" in
-"olinuxino-micro"*)
+"olimex,a20-olinuxino-micro")
        ucidef_set_interface_lan 'wlan0'
        ;;
-"lamobo-r1")
+"lamobo,lamobo-r1")
        ucidef_add_switch "switch0" \
                "4:lan:1" "0:lan:2" "1:lan:3" "2:lan:4" "3:wan" "8@eth0"
        ;;