openwrtv4/package/kernel
Jonas Gorski b413f797cf package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call SetDepends/...)
Since the SetDepends macro does a:

  DEPENDS:= ...

it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27983
2011-08-14 23:36:45 +00:00
..
modules package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call SetDepends/...) 2011-08-14 23:36:45 +00:00
Makefile package/kernel: Fix AddDepends/SetDepends calls with make 3.82 2011-08-14 23:36:42 +00:00