diff options
author | Mathias Kresin <dev@kresin.me> | 2018-11-26 13:26:06 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-26 15:54:22 +0100 |
commit | e4d9217fe5419364d2fe89e69c2e4f9f47fd30b6 (patch) | |
tree | e93978c5c23647a5a3a47900ee5eef0c300f5756 /target/linux/ramips/base-files/lib/upgrade | |
parent | 71ba834cf1a1c8fcbf345b7efa75de0dcba9db20 (diff) | |
download | upstream-e4d9217fe5419364d2fe89e69c2e4f9f47fd30b6.tar.gz upstream-e4d9217fe5419364d2fe89e69c2e4f9f47fd30b6.tar.bz2 upstream-e4d9217fe5419364d2fe89e69c2e4f9f47fd30b6.zip |
ramips: improve BDCOM WAP2100-SK support
Use the generic board detection instead of the target specific one as
all recent additions are doing.
Setup the USB led via devicetree (a58535771f11) and include the required
driver by default. Merge the led userspace setting with an existing
identical case.
Use the wps led for boot status indication.
Move the partitions into a partition table node (6031ab345df8) and drop
needless labels. Drop misplaced cells properties (53624c1702e6).
Cleanup the pinmux and only switch pins to gpio functions which a
referenced as gpio in the dts.
Match the maximum image size with the size of the firmware partition.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index cb6e5c1b5a..e4ddc0eec4 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -31,6 +31,7 @@ platform_check_image() { awm002-evb-4M|\ awm002-evb-8M|\ bc2|\ + bdcom,wap2100-sk|\ bocco|\ broadway|\ c108|\ @@ -186,7 +187,6 @@ platform_check_image() { widora,neo-32m|\ mqmaker,witi-256m|\ mqmaker,witi-512m|\ - wap2100-sk|\ we1026-5g-16m|\ wizfi630a|\ wl-330n|\ |