diff options
author | John Crispin <john@openwrt.org> | 2015-10-19 17:55:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-19 17:55:25 +0000 |
commit | 8d8a937272fd03902d4e40888efcf3ff707c0d57 (patch) | |
tree | c4f6626928a3dad1d94cc2e9f4ab9ef77429d453 /target/linux/ar71xx/base-files/lib/upgrade | |
parent | 795cc23a08b7e70743a125bc4f9c2fa7d284a26c (diff) | |
download | upstream-8d8a937272fd03902d4e40888efcf3ff707c0d57.tar.gz upstream-8d8a937272fd03902d4e40888efcf3ff707c0d57.tar.bz2 upstream-8d8a937272fd03902d4e40888efcf3ff707c0d57.zip |
ar71xx: Add Gainstrong MiniBox v1.0 support to trunk
This patch supersedes the v1 from September 17th.
Bumping the patch version - the MiniBox profile showed up under M, but
since it's called 'Gainstrong MiniBox v1.0' now it looks out of place.
Renamed the profile to gs-minibox-v1.mk to fix that.
The following patch adds support for the Gainstrong MiniBox into trunk
(or 'Designated Driver' :D ).
Fixed items:
- Inverted LED polarity (OOLITE seems to suffer from the same problem).
- Changed uppercase MINIBOX_V1_ prefix as requested.
- Prefixes are now gs_minibox_ similar to gs_oolite_ (same vendor).
- Mention the vendor (Gainstrong) in code headers.
Compiles fine, has been confirmed working by owners on 15.05.
Question: I've seen some boards use tools/firmware-utils/src/mktplinkfw.c,
the MiniBox images build fine without, so I'm wondering: do I need to add
it in there as well? Any added benefit?
Thank you
Signed-off by: Stijn Segers <francesco.borromini@inventati.org>
SVN-Revision: 47234
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index c947b78981..a464feefad 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -318,6 +318,7 @@ platform_check_image() { el-mini | \ gl-inet | \ mc-mac1200r | \ + minibox-v1 |\ onion-omega | \ oolite | \ smart-300 | \ |