From 016520330440cb0aca4367150911721b748f75e8 Mon Sep 17 00:00:00 2001 From: FUKAUMI Naoki Date: Tue, 8 Nov 2016 22:45:00 +0900 Subject: ar71xx: add support for Buffalo BHR-4GRV2 Signed-off-by: FUKAUMI Naoki --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 7554247..9495bf4 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -482,6 +482,9 @@ ar71xx_board_detect() { *AW-NR580) name="aw-nr580" ;; + *BHR-4GRV2) + name="bhr-4grv2" + ;; *CAP324) name="cap324" ;; -- cgit v1.1