aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-11-07 12:59:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-11-07 12:59:07 +0000
commit4509af17ed26f3cabe6805f1ebc351fee8b2f1af (patch)
treeb77a6e77f281a5ed0a54e4f034f0c34064a45bde /target/linux/ar71xx/base-files/lib
parent63784ea2bc0f1f1cb3c0c729cde5bab8db43988d (diff)
downloadupstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.tar.gz
upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.tar.bz2
upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.zip
ar71xx: add support for the Buffalo WHR-G301N board
SVN-Revision: 28803
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 2ab9dc03c5..c0acdc819b 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -151,6 +151,9 @@ ar71xx_board_name() {
*UniFi)
name="unifi"
;;
+ *WHR-G301N)
+ name="whr-g301n"
+ ;;
*WP543)
name="wp543"
;;