diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 21:02:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 21:02:43 +0000 |
commit | c40428c0f62b56bc28b7a6fae061b5ab73ce1e83 (patch) | |
tree | 96c6bc6e3e60a2e597376d72e49c561e27c52460 /target/linux/ramips/base-files/lib/upgrade | |
parent | 1a059fb489394073769599b6a087c9659ed74985 (diff) | |
download | upstream-c40428c0f62b56bc28b7a6fae061b5ab73ce1e83.tar.gz upstream-c40428c0f62b56bc28b7a6fae061b5ab73ce1e83.tar.bz2 upstream-c40428c0f62b56bc28b7a6fae061b5ab73ce1e83.zip |
ramips: add user-space support for the Upvel UR-326N4G board
[juhosg: fix mac address setup]
Patch from: Дмитрий Лебедев <lebedev@trendnet.ru>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 1b358c12ed..97cc382b39 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -58,6 +58,7 @@ platform_check_image() { wl-351 | \ wli-tx4-ag300n | \ whr-g300n |\ + ur-326n4g |\ ur-336un |\ wr512-3gn) [ "$magic" != "27051956" ] && { |