diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-07-18 16:17:19 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-07-18 16:17:19 +0000 |
| commit | 19ddbe866235ff89ad9c65ed44e125c4fa6fa6d5 (patch) | |
| tree | cbdbb64bcfa6c616b31bffccfd8630846195b61c /openwrt/include/modules.mk | |
| parent | aa29fdce3d35a326245ec435e8b84314461ab71e (diff) | |
| download | mtk-20170518-19ddbe866235ff89ad9c65ed44e125c4fa6fa6d5.zip mtk-20170518-19ddbe866235ff89ad9c65ed44e125c4fa6fa6d5.tar.gz mtk-20170518-19ddbe866235ff89ad9c65ed44e125c4fa6fa6d5.tar.bz2 | |
move some of the kernel module packaging to package/kernel/
SVN-Revision: 4146
Diffstat (limited to 'openwrt/include/modules.mk')
| -rw-r--r-- | openwrt/include/modules.mk | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/openwrt/include/modules.mk b/openwrt/include/modules.mk deleted file mode 100644 index d20fd41..0000000 --- a/openwrt/include/modules.mk +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/include/kernel.mk - -define KernelPackage/ide-core -TITLE:=Kernel support for IDE -DESCRIPTION:=Kernel modules for IDE support\\\ - useful for usb mass storage devices (e.g. on WL-HDD)\\\ - \\\ - Includes: \\\ - - ide-core \\\ - - ide-detect \\\ - - ide-disk \\\ - - pdc202xx_old -KCONFIG:=CONFIG_IDE -FILES:=$(MODULES_DIR)/kernel/drivers/ide/*.$(LINUX_KMOD_SUFFIX) -MODULES:=$(call AutoLoad,20,ide-core) $(call AutoLoad,90,ide-detect ide-disk) -endef -$(eval $(call KernelPackage,ide-core)) - -define KernelPackage/ide-pdc202xx -TITLE:=PDC202xx IDE driver -DESCRIPTION:=PDC202xx IDE driver -KCONFIG:=CONFIG_BLK_DEV_PDC202XX_OLD -FILES:=$(MODULES_DIR)/kernel/drivers/ide/pci/pdc202xx_old.$(LINUX_KMOD_SUFFIX) -MODULES:=$(call AutoLoad,30,pdc202xx_old) -endef -$(eval $(call KernelPackage,ide-pdc202xx)) - |
