From 003a801dd97923af8b80479e0f78f699a8d562bc Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 30 Oct 2013 06:50:58 +0000 Subject: ar71xx: add user-space support for the BXU2000n-2 A1 board Patchwork: http://patchwork.openwrt.org/patch/4183/ Signed-off-by: Terry Yang Signed-off-by: Gabor Juhos SVN-Revision: 38592 --- 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 633fae1..cd03168 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -576,6 +576,9 @@ ar71xx_board_detect() { *"Sitecom WLR-8100") name="wlr8100" ;; + *"BHU BXU2000n-2 rev. A1") + name="bxu2000n-2-a1" + ;; esac case "$machine" in -- cgit v1.1