OpenWrt for Arduino Yun cheat sheet: Difference between revisions

No edit summary
Line 664: Line 664:
#:How can I reduce kernel size?
#:How can I reduce kernel size?
#::It does not fit in 1280k.
#::It does not fit in 1280k.
#::[https://github.com/lede-project/source/pull/1145/commits/105afb63e97cae24890cd76952c80366b2db9921 ar71xx: make arduino yun work with kernel size > 1280k and use generic.mk by camille-hack · Pull Request #1145 · lede-project/source]
#PKG DPENDS
#PKG DPENDS
#:<syntaxhighlight lang="bash" enclose="div">
#:<syntaxhighlight lang="bash" enclose="div">
To find missing library provider, if the case is not obvious (usually it is just a library name), you may search in $STAGING_DIR/pkginfo folder.
To find missing library provider, if the case is not obvious (usually it is just a library name), you may search in $STAGING_DIR/pkginfo folder.
</syntaxhighlight>
</syntaxhighlight>