ath79: add etactica-eg200 support
[openwrt/.git] / target / linux / ath79 / base-files / etc / board.d / 02_network
index c02d9ff06379c038db65ff0f5195debbbcd4c52c..a2d6ab00492cd3000417780e83d6b136fd7d4844 100755 (executable)
@@ -8,6 +8,9 @@ ath79_setup_interfaces()
        local board="$1"
 
        case "$board" in
+       "etactica,eg200")
+               ucidef_set_interface_lan "eth0" "dhcp"
+               ;;
        "avm,fritz300e"|\
        "tplink,tl-mr10u"|\
        "tplink,tl-wr703n"|\