package/kernel: remove SetDepends not needed anymore

SVN-Revision: 28653
This commit is contained in:
Nicolas Thill
2011-10-28 13:11:06 +00:00
parent 1f1ae372dd
commit a13f6a4b75
3 changed files with 4 additions and 24 deletions

View File

@@ -58,7 +58,6 @@ define KernelPackage/crc16
KCONFIG:=CONFIG_CRC16
FILES:=$(LINUX_DIR)/lib/crc16.ko
AUTOLOAD:=$(call AutoLoad,20,crc16,1)
$(call SetDepends/crc16)
endef
define KernelPackage/crc16/description