aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-12-16 07:16:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-12-16 07:16:43 +0000
commit7038fd9c520cc75bacd4972b548f4c5512663031 (patch)
tree50e5f20a441148cd003d5c0c9fedbad4bfc50946 /target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header
parent3dc1cbb167a034403bb16852ca841a25c7540838 (diff)
downloadupstream-7038fd9c520cc75bacd4972b548f4c5512663031.tar.gz
upstream-7038fd9c520cc75bacd4972b548f4c5512663031.tar.bz2
upstream-7038fd9c520cc75bacd4972b548f4c5512663031.zip
ar71xx: add userspace support for WD My Net N750
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> [juhosg: remove the image generation part until the ethernet switch issue is resolved] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39078
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header b/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header
index 8114ed47e6..000b773ed7 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header
@@ -14,7 +14,8 @@ fix_seama_header() {
board=$(ar71xx_board_name)
case "$board" in
-mynet-n600)
+mynet-n600 | \
+mynet-n750)
fix_seama_header kernel
;;
esac