bcm53xx: start working on Netgear R8500
[openwrt/openwrt.git] / target / linux / bcm53xx / base-files / etc / board.d / 02_network
index 4402861b04bf37509240cfa4ac2220381f13085f..f879e01bf245c67fd075bfffb99478d86911150d 100755 (executable)
@@ -3,7 +3,7 @@
 # Copyright (C) 2011 OpenWrt.org
 #
 
-. /lib/functions/uci-defaults-new.sh
+. /lib/functions/uci-defaults.sh
 
 board_config_update
 
@@ -15,6 +15,9 @@ asus,rt-ac87u)
 netgear,r8000)
        ifname=eth2
        ;;
+netgear,r8500)
+       ifname=eth2
+       ;;
 *)
        ifname=eth0
        ;;