From beb29461ff05ce04eaafcbc24c65b2b95fc91f56 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 15 Jan 2014 18:29:44 +0000 Subject: ramips: Add userspace support for the Edimax BR-6475nD The rt2x00 wifi driver may still need updating to function with this device. Signed-off-by: Christopher Lais SVN-Revision: 39298 --- target/linux/ramips/base-files/lib/upgrade/platform.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/ramips/base-files/lib/upgrade') diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 0230a18..8bc2abd 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -100,6 +100,13 @@ platform_check_image() { } return 0 ;; + br-6475nd) + [ "$magic" != "43535953" ] && { + echo "Invalid image type." + return 1 + } + return 0 + ;; esac echo "Sysupgrade is not yet supported on $board." -- cgit v1.1