imx6: use more common name for ubi(fs) images
[openwrt.git] / target / linux / au1000 / modules.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/pcmcia-au1000
9   SUBMENU:=$(PCMCIA_MENU)
10   TITLE:=RMI/AMD Au1000 PCMCIA support
11   DEPENDS:=@TARGET_au1000 kmod-pcmcia-core
12   FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.ko
13   AUTOLOAD:=$(call AutoLoad,41,au1x00_ss)
14 endef
15
16 $(eval $(call KernelPackage,pcmcia-au1000))