New Package to menuconfig

Hi,

I have looked at the Wiki and quite a few posts, but I have a feeling the way to make this work has changed a bit (since some of this information has been posted). So sorry for the dumb question, but just no luck finding this ... :frowning:

I have a package that is working well on my router itself (i.e. files modified, Lua and JS / HTML work fine). I tried to add them inside LuCI packages on the source side, but no joy getting the package to show up in menuconfig (even with a full clean) or in the build.

Any pointers?

Thanks!

Run ./scripts/feeds update -a && ./scripts/feeds install -a

1 Like

Take a look into the directory packages/feeds, there are symlinks to the package dirs from the feeds directory.

The script scripts/feeds does this for you, but you can also create this symlinks manually.

This means, you can also have a package outside of the OpenWRT source dir as long as you symlink it into packages/feeds.

That did it - thanks! Even with local code, after update -a, then menuconfig sees my new package.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.