summaryrefslogtreecommitdiff
path: root/package/kernel/modules/block.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-16 17:45:15 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-16 17:45:15 +0000
commit39db49a2acf9b26a012a43dab92e39634b7247a5 (patch)
treee494079390850ad6839aeb18b0681c494bc4bafb /package/kernel/modules/block.mk
parentcd2cccd2ff1b994882d1e93c8692a98ceb53002e (diff)
downloadmtk-20170518-39db49a2acf9b26a012a43dab92e39634b7247a5.zip
mtk-20170518-39db49a2acf9b26a012a43dab92e39634b7247a5.tar.gz
mtk-20170518-39db49a2acf9b26a012a43dab92e39634b7247a5.tar.bz2
cosmetic changes: rename submenu vars, add missing copyright headers
SVN-Revision: 8808
Diffstat (limited to 'package/kernel/modules/block.mk')
-rw-r--r--package/kernel/modules/block.mk24
1 files changed, 16 insertions, 8 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 9b81fa8..ce72abd 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -1,7 +1,15 @@
-BLMENU:=Block Devices
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+# $Id$
+
+BLOCK_MENU:=Block Devices
define KernelPackage/ide-core
- SUBMENU:=$(BLMENU)
+ SUBMENU:=$(BLOCK_MENU)
TITLE:=Kernel support for IDE
KCONFIG:= \
CONFIG_IDE \
@@ -38,7 +46,7 @@ $(eval $(call KernelPackage,ide-core))
define KernelPackage/ide-pdc202xx
- SUBMENU:=$(BLMENU)
+ SUBMENU:=$(BLOCK_MENU)
TITLE:=PDC202xx IDE driver
DEPENDS:=@LINUX_2_4
KCONFIG:=CONFIG_BLK_DEV_PDC202XX_OLD
@@ -50,7 +58,7 @@ $(eval $(call KernelPackage,ide-pdc202xx))
define KernelPackage/ide-aec62xx
- SUBMENU:=$(BLMENU)
+ SUBMENU:=$(BLOCK_MENU)
TITLE:=AEC62xx IDE driver
DEPENDS:=@PCI_SUPPORT
KCONFIG:=CONFIG_BLK_DEV_AEC62XX
@@ -62,7 +70,7 @@ $(eval $(call KernelPackage,ide-aec62xx))
define KernelPackage/scsi-core
- SUBMENU:=$(BLMENU)
+ SUBMENU:=$(BLOCK_MENU)
TITLE:=Kernel support for SCSI
KCONFIG:= \
CONFIG_SCSI \
@@ -77,7 +85,7 @@ $(eval $(call KernelPackage,scsi-core))
define KernelPackage/libata
- SUBMENU:=$(BLMENU)
+ SUBMENU:=$(BLOCK_MENU)
TITLE:=libata
DEPENDS:=@PCI_SUPPORT @LINUX_2_6
KCONFIG:=CONFIG_ATA
@@ -89,7 +97,7 @@ $(eval $(call KernelPackage,libata))
define KernelPackage/ata-piix
- SUBMENU:=$(BLMENU)
+ SUBMENU:=$(BLOCK_MENU)
TITLE:=ata-piix
DEPENDS:=+kmod-libata +kmod-ide-core +kmod-scsi-core
KCONFIG:=CONFIG_ATA_PIIX
@@ -105,7 +113,7 @@ $(eval $(call KernelPackage,ata-piix))
define KernelPackage/pata-artop
- SUBMENU:=$(BLMENU)
+ SUBMENU:=$(BLOCK_MENU)
TITLE:=pata-artop
DEPENDS:=+kmod-libata +kmod-scsi-core
KCONFIG:=CONFIG_PATA_ARTOP