2013.01.22. 12:18 keltezéssel, Yuval Adam írta:
>
> Signed-off-by: Yuval Adam <[email protected]>
Applied, but I have removed the sysupgrade changes. See the comments below.
> diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh
> b/target/linux/ramips/base-files/lib/upgrade/platform.sh
> index 0ddf2df..88e96bf 100755
> --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh
> +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh
> @@ -31,7 +31,6 @@ platform_check_image() {
> dir-620-a1 | \
> dap-1350 | \
> esr-9753 | \
> - fonera20n | \
The Fonera 2.0N works fine with the plain uImage. Why did you change that?
> rt-n13u | \
> freestation5 | \
> hw550-3g | \
> @@ -65,6 +64,13 @@ platform_check_image() {
> }
> return 0
> ;;
> + br6425)
> + [ "$magic" != "43535953" ] && {
> + echo "Invalid image type."
> + return 1
> + }
> + return 0
> + ;;
The bootloader on the Edimax device can't load a plain uImage?
-Gabor
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel