From 7138c77f5aa347ed310c28df05caec19a6425649 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 7 Jun 2015 07:22:11 +0000 Subject: kernel: remove NAND flash related kmod-* packages They are useless, as the platform already selects the right options for NAND support. The main reason for removing them is the fact that it makes kernel configs more annoying to maintain on platforms that provide NAND drivers but disable them (e.g. ramips) Signed-off-by: Felix Fietkau SVN-Revision: 45919 --- target/linux/ar71xx/modules.mk | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'target/linux/ar71xx') diff --git a/target/linux/ar71xx/modules.mk b/target/linux/ar71xx/modules.mk index 4530708de9..a6a13d2613 100644 --- a/target/linux/ar71xx/modules.mk +++ b/target/linux/ar71xx/modules.mk @@ -37,24 +37,6 @@ endef $(eval $(call KernelPackage,leds-wndr3700-usb)) -define KernelPackage/nand-ar934x - SUBMENU:=$(OTHER_MENU) - TITLE:=Atheros AR934x NAND flash controller driver - KCONFIG:=\ - CONFIG_MTD_NAND_AR934X \ - CONFIG_MTD_NAND_AR934X_HW_ECC=y - DEPENDS:=@TARGET_ar71xx +kmod-nand - FILES:=$(LINUX_DIR)/drivers/mtd/nand/ar934x_nfc.ko - AUTOLOAD:=$(call AutoLoad,25,ar934x_nfc) -endef - -define KernelPackage/nand-ar934x/description - Atheros AR934x NAND flash controller driver. -endef - -$(eval $(call KernelPackage,nand-ar934x)) - - define KernelPackage/spi-vsc7385 SUBMENU:=$(SPI_MENU) TITLE:=Vitesse VSC7385 ethernet switch driver -- cgit v1.2.3