aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-06-25 13:54:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-06-25 13:54:42 +0000
commitcc56af716c6ad8ed054c1c12076933014df951c9 (patch)
treedb6e742a5c66c954cc23e1fe44e582d12d61085e /target/linux/ar71xx/base-files/lib
parented7f41792a28a17063818ce29ce6f49dee5a0493 (diff)
downloadupstream-cc56af716c6ad8ed054c1c12076933014df951c9.tar.gz
upstream-cc56af716c6ad8ed054c1c12076933014df951c9.tar.bz2
upstream-cc56af716c6ad8ed054c1c12076933014df951c9.zip
ar71xx: add default network config for wzr-hp-ag300h (based on a patch from #9607)
SVN-Revision: 27283
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 9e33ffd3f5..e23ac28de1 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -154,6 +154,9 @@ ar71xx_board_name() {
*WRT400N)
name="wrt400n"
;;
+ *WZR-HP-AG300H)
+ name="wzr-hp-ag300h"
+ ;;
*WZR-HP-G300NH)
name="wzr-hp-g300nh"
;;