[Solved]Make package install failed

i clone openwrt master branch(b0ecae504b58bf65627138fe14eb605ad77224c9), and compile it successful.But when i recompile a single package, for example, "ppp":

make package/ppp/{clean,prepare,compile,install} V=s

failed:

make[1]: Entering directory '/home/thomas/test/openwrt'
make[1]: *** No rule to make target 'package/ppp/install'.  Stop.
make[1]: Leaving directory '/home/thomas/test/openwrt'
/home/thomas/test/openwrt/include/toplevel.mk:240: recipe for target 'package/ppp/install' failed
make: *** [package/ppp/install] Error 2

i try any other package,also failed.

For a single package you cannot call the "install" target, it is not supported for longer time already.

thanks,i used to use the old branch. :sweat_smile:

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

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