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)
commit70838d52bd2d3acd0194aad7acaf950cbe178210
treedb194d5997d1aa1c2c2c0d746b9720e5b5168754
parent5113b208dcb450eb11f23ffdd5621186ff368138
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
package/kernel/modules/other.mk