Il 09.01.2015 16:17 Florian Fainelli ha scritto:
What about a statically linked binary at least?
Of course I've missed the obvious thing here. :) Thanks for the
suggestion! I'm going to try this as soon as I've some spare time (in a
week or so). Otherwise the code is on my github if you want
Le 9 janv. 2015 07:09, "Vittorio G (VittGam)" a écrit
:
>
> Il 09.01.2015 10:48 John Crispin ha scritto:
>
+mkhootoofw.sh "$(DL_DIR)/hootoo_mtd_writer" "$(call
sysupname,$(1),$(2))" "$(call imgname,$(1),$(2))-factory.bin"
+endef +BuildFirmware/HooToo8M/initramfs=$(call
Buil
Il 09.01.2015 10:48 John Crispin ha scritto:
+mkhootoofw.sh "$(DL_DIR)/hootoo_mtd_writer" "$(call
sysupname,$(1),$(2))" "$(call imgname,$(1),$(2))-factory.bin"
+endef +BuildFirmware/HooToo8M/initramfs=$(call
BuildFirmware/OF/initramfs,$(1),$(2),$(3)) +
this bit is really bad. you cannot in
On 09/01/2015 09:16, Vittorio G (VittGam) wrote:
> Hi,
>
> What is the reason has this been rejected? Do I need to change
> something?
>
> Thanks, Vittorio
>
> Il 28.12.2014 13:34 Vittorio G (VittGam) ha scritto:
>> The mkhootoofw.sh is a shell script, because official factory
>> images are sh
Hi,
What is the reason has this been rejected? Do I need to change
something?
Thanks,
Vittorio
Il 28.12.2014 13:34 Vittorio G (VittGam) ha scritto:
The mkhootoofw.sh is a shell script, because official factory images
are shell scripts by themselves, and it made more sense to me to just
use a
The mkhootoofw.sh is a shell script, because official factory images are shell
scripts by themselves, and it made more sense to me to just use a shell script
on the build host to put the pieces for the factory image file together, rather
than reimplement the wheel in C.
The hootoo_mtd_writer is