Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2548 - [Imagebuilder] problem with package list include exclude #7333

Closed
openwrt-bot opened this issue Oct 12, 2019 · 3 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

vinibali:

Hello there!
I decided to build a lot of packages and binaries into an image, so I had to remove couple of unused ones.
I just excluded the ppp package, while added the ppp-mod-pppoe (ppp-mod-pppoe -ppp) and I expected all the unneeded other ppp protocols will left out from the package, while I still could use the PPPoE connection on my external modem.
I'm almost pretty sure, this way should save some extra kilobytes, while the final image would be able to connect.
Regards

@openwrt-bot
Copy link
Author

vinibali:

The used system was a TP-Link MR3420v1.

@openwrt-bot
Copy link
Author

jow-:

ppp-mod-pppoe required ppp

@openwrt-bot
Copy link
Author

vinibali:

This is what I'm talking about. I exclude ppp and include ppp-mod-pppoe. This package (ppp-mod-pppoe) should have all of it's dependencies listed in the package description to provide full function.
Currently ppp has the following dependecies: libc, kmod-ppp.
While ppp-mod-pppoe has only: libc, kmod-pppoe. So I think this way ppp should have been on the dependency list.
I think it's a valid bugreport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant