Hi,
> So how do I write a firmware blob into /lib/firmware into the build
> process without the hassle of creating a metapackage?
$ mkdir -p files/lib/firmware
$ wget -O files/lib/firmware/blah.bin http://example.org/blah.bin
$ make
Or do you mean how to integrate it into the repository?
In that
So how do I write a firmware blob into /lib/firmware into the build process
without the hassle of creating a metapackage?
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
I am currently working on fixing the wireless function of half supported
router lantiq/GR7000.
I have the binary blob for the ralink wireless and confirm that it is not
individual calibrated.
There is no MTD partition for that blob, it is just a file.
I was thinking of integrated the blob and EEPR
Create a directory called “files” in the root of your OpenWRT build
environment. Then within that files directory create /etc/firmware/ and copy
the firmware binary to this location.
That will integrate the file into the build process and subsequent image.
-m
--
Marc Nicholas
CTO, Wimoto Tech
Hi all,
Do you know how to copy a binary blob into /etc/firmware for a particular
router integrate in the build process?
The target arch is lantiq.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/l