diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-06-25 13:54:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-06-25 13:54:42 +0000 |
commit | cc56af716c6ad8ed054c1c12076933014df951c9 (patch) | |
tree | db6e742a5c66c954cc23e1fe44e582d12d61085e /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | ed7f41792a28a17063818ce29ce6f49dee5a0493 (diff) | |
download | upstream-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/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |