diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 20:56:22 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 20:56:22 +0000 |
commit | 6abb62355f0b615de251e5edc9f5681fa1b43b41 (patch) | |
tree | 6fdb76862e996e5813a7ae438114341eee2ba266 /package/kernel/linux | |
parent | a5d06f9a87722552ec902c8895683aac059ac477 (diff) |
kernel: make libsas depend on x86
It is only used by one driver that already depends on x86. Disabling it
prevents a few kilobytes of bloat from leaking into all targets via
CONFIG_BLK_DEV_BSG
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37254 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/modules/block.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index 1aa47def2d..d92010b8c9 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -491,6 +491,7 @@ $(eval $(call KernelPackage,ide-it821x)) define KernelPackage/libsas SUBMENU:=$(BLOCK_MENU) + DEPENDS:=@TARGET_x86 TITLE:=SAS Domain Transport Attributes KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \ CONFIG_SCSI_SAS_ATTRS \ |