aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/base-files/etc
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2016-02-03 22:32:07 +0000
committerRafał Miłecki <zajec5@gmail.com>2016-02-03 22:32:07 +0000
commit121e6d83094e38da737e21fe198b14d5cb6d2a54 (patch)
tree021ecde2e2d6bafe5aea2e20aba7813abef56330 /target/linux/bcm53xx/base-files/etc
parenta53ba8a017eb052b1d79f99c26042c615c8009fa (diff)
downloadmaster-187ad058-121e6d83094e38da737e21fe198b14d5cb6d2a54.tar.gz
master-187ad058-121e6d83094e38da737e21fe198b14d5cb6d2a54.tar.bz2
master-187ad058-121e6d83094e38da737e21fe198b14d5cb6d2a54.zip
bcm53xx: start working on Netgear R8500
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48625 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/base-files/etc')
-rwxr-xr-xtarget/linux/bcm53xx/base-files/etc/board.d/02_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network
index c748e144cb..f879e01bf2 100755
--- a/target/linux/bcm53xx/base-files/etc/board.d/02_network
+++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network
@@ -15,6 +15,9 @@ asus,rt-ac87u)
netgear,r8000)
ifname=eth2
;;
+netgear,r8500)
+ ifname=eth2
+ ;;
*)
ifname=eth0
;;