From 3362d9fb3a94d0909b79c290abc8db6abe4cca21 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 14 Sep 2018 22:25:09 +0200 Subject: target/linux : drop many arch --- target/linux/cobalt/modules.mk | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 target/linux/cobalt/modules.mk (limited to 'target/linux/cobalt/modules.mk') diff --git a/target/linux/cobalt/modules.mk b/target/linux/cobalt/modules.mk deleted file mode 100644 index 79cef87..0000000 --- a/target/linux/cobalt/modules.mk +++ /dev/null @@ -1,36 +0,0 @@ -# -# Copyright (C) 2012 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define KernelPackage/fb-cobalt - SUBMENU:=$(VIDEO_MENU) - TITLE:=Cobalt framebuffer support - DEPENDS:=@TARGET_cobalt +kmod-fb - KCONFIG:=CONFIG_FB_COBALT - FILES:=$(LINUX_DIR)/drivers/video/cobalt_lcdfb.ko - AUTOLOAD:=$(call AutoLoad,50,cobalt_lcdfb) -endef - -define KernelPackage/fb-cobalt/descriptione - Kernel module for the Cobalt Microservers framebuffer -endef - -$(eval $(call KernelPackage,fb-cobalt)) - -define KernelPackage/cobalt-btns - SUBMENU:=$(OTHER_MENU) - TITLE:=Cobalt buttons support - DEPENDS:=@TARGET_cobalt +kmod-input-evdev +kmod-input-polldev - KCONFIG:=CONFIG_INPUT_COBALT_BTNS - FILES:=$(LINUX_DIR)/drivers/input/misc/cobalt_btns.ko - AUTOLOAD:=$(call AutoLoad,62,cobalt_btns) -endef - -define KernelPackage/cobalt-btns/description - Kernel module for the Cobalt Microservers buttons -endef - -$(eval $(call KernelPackage,cobalt-btns)) -- cgit v1.1