diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:49 +0000 |
commit | 82c7e05d429dc15413dff5549f9db580d0f0509f (patch) | |
tree | 0c61905a658dd933149b76ed1cd5dca37bfb2d85 /package/kernel | |
parent | 25e20b0b57b32fb7a38e1e9a5b319617f3947932 (diff) | |
download | upstream-82c7e05d429dc15413dff5549f9db580d0f0509f.tar.gz upstream-82c7e05d429dc15413dff5549f9db580d0f0509f.tar.bz2 upstream-82c7e05d429dc15413dff5549f9db580d0f0509f.zip |
move n810 battery module to omap24 modules.mk
SVN-Revision: 32809
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 68b8e3c881..badb39bc46 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -795,22 +795,6 @@ endef $(eval $(call KernelPackage,rtc-pt7c4338)) -define KernelPackage/n810bm - SUBMENU:=$(OTHER_MENU) - TITLE:=Nokia N810 battery management driver - DEPENDS:=@TARGET_omap24xx - KCONFIG:=CONFIG_N810BM - FILES:=$(LINUX_DIR)/drivers/cbus/n810bm.ko - AUTOLOAD:=$(call AutoLoad,01,n810bm) -endef - -define KernelPackage/n810bm/description - Nokia N810 battery management driver. - Controls battery power management and battery charging. -endef - -$(eval $(call KernelPackage,n810bm)) - define KernelPackage/mtdtests SUBMENU:=$(OTHER_MENU) |