[OpenWrt-Devel] Method to load firmware blob for a particular router model

Jo-Philipp Wich jow at openwrt.org
Sun Jun 14 09:56:27 EDT 2015


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 case you'd need to add the file to

 target/linux/ar71xx/base-files/lib/firmware/blah.bin

~ Jow

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20150614/910daa5b/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list