Hi, I have a package that overrides files from other packages, and I build
in to my image. I'd like it to always be installed last, to ensure that
it's files are the ones that show up in the image.

Currently in my package's Makefile I specify PKG_BUILD_DEPENDS for any
packages whose files I'm overriding. This doesn't seem to work for the
base-files package (my package ends up being built before base-files).

I don't want to use the openwrt/files directory, as I want to be able to
"opkg upgrade" this package and get the new files.

Any ideas on better ways to do this?

Thanks,
Shawn
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to