On 10.06.2011 08:43, harish badrinath wrote: > Hello, > If i have a package called foo, How do it specify in its Makefile > (package/foo/Makefile) that it conflicts with / replaces a package > called bar. When that happens the compilation is aborted until package > bar is deselected. > >
try what phillip suggested, but know that the result wont be a compilation error. instead the package will not be available in menuconfig (as long as the conflicting package is selected) or deselected during build because of that rule and hence skipped. conflicting packages usually do the same differently. did you consider creating a package with options? ede _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel