浏览代码

kernel: fix i2c section after r28334

SVN-Revision: 28399
Florian Fainelli 14 年之前
父节点
当前提交
dc8f762e13
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      package/kernel/modules/i2c.mk

+ 2 - 1
package/kernel/modules/i2c.mk

@@ -213,6 +213,8 @@ define KernelPackage/octeon-i2c/description
   Kernel module to use the I2C master driver on Cavium Octeon
 endef
 
+$(eval $(call KernelPackage,octeon-i2c))
+
 
 I2C_TINY_USB_MODULES:= \
   CONFIG_I2C_TINY_USB:drivers/i2c/busses/i2c-tiny-usb
@@ -320,4 +322,3 @@ define KernelPackage/pcf857x/description
 endef
 
 $(eval $(call KernelPackage,pcf857x))
-$(eval $(call KernelPackage,octeon-i2c))