package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call SetDepends/...)
authorJonas Gorski <jogo@openwrt.org>
Sun, 14 Aug 2011 23:36:45 +0000 (23:36 +0000)
committerJonas Gorski <jogo@openwrt.org>
Sun, 14 Aug 2011 23:36:45 +0000 (23:36 +0000)
commitd42698dcce973446ce14ed20627d40b0d4112766
treedb194d5997d1aa1c2c2c0d746b9720e5b5168754
parente8ee42e5b2a128ea415b245b52d68f97e4f525c0
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
package/kernel/modules/other.mk