Skip to content

Commit

Permalink
package/kernel: add package for MTD testing modules
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30628 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
juhosg committed Feb 18, 2012
1 parent b0afa70 commit 456741f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package/kernel/modules/other.mk
Expand Up @@ -796,3 +796,25 @@ define KernelPackage/n810bm/description
endef

$(eval $(call KernelPackage,n810bm))


define KernelPackage/mtdtests
SUBMENU:=$(OTHER_MENU)
TITLE:=MTD subsystem tests
KCONFIG:=CONFIG_MTD_TESTS
FILES:=\
$(LINUX_DIR)/drivers/mtd/tests/mtd_nandecctest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_oobtest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_pagetest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_readtest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_speedtest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_stresstest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_subpagetest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_torturetest.ko
endef

define KernelPackage/mtdtests/description
Kernel modules for MTD subsystem/driver testing.
endef

$(eval $(call KernelPackage,mtdtests))

0 comments on commit 456741f

Please sign in to comment.