diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:58 +0000 |
commit | 3fccc3b3767a2782b5140092d35682fbe88988ff (patch) | |
tree | f8cc9e48b98aa00eeb6ed1ca98cf5b8fa9a24a84 /target/linux | |
parent | 4b2d1c3ad392be2c30e9f7330e86ae527171c274 (diff) | |
download | upstream-3fccc3b3767a2782b5140092d35682fbe88988ff.tar.gz upstream-3fccc3b3767a2782b5140092d35682fbe88988ff.tar.bz2 upstream-3fccc3b3767a2782b5140092d35682fbe88988ff.zip |
ramips: enable sysupgrade on the RT-N15 board
SVN-Revision: 29393
Diffstat (limited to 'target/linux')
-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 7cc5420f50..4cb4c50fe8 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -24,6 +24,7 @@ platform_check_image() { nbg-419n | \ nw718 | \ rt-g32-b1 | \ + rt-n15 | \ v22rw-2x2 | \ whr-g300n) [ "$magic" != "2705" ] && { |