1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-01 03:04:14 +02:00
openwrt-xburst/package/kernel
jogo f6d91bf888 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27983 3c298f89-4303-0410-b956-a3cf2f4a3e73
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