diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-18 20:40:13 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-18 20:40:13 +0000 |
commit | 5e239a0fa47a84cbb11b4a52f5527110f105d414 (patch) | |
tree | 61047c82a10209d89397eea529c5512d2bef7d13 /package | |
parent | f3755ec53c47c42f719362e31ffd10ba351f7ad1 (diff) | |
download | upstream-5e239a0fa47a84cbb11b4a52f5527110f105d414.tar.gz upstream-5e239a0fa47a84cbb11b4a52f5527110f105d414.tar.bz2 upstream-5e239a0fa47a84cbb11b4a52f5527110f105d414.zip |
kernel: kmod-pcmcia-serial requires kmod-serial-8250
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37419
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/pcmcia.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/pcmcia.mk b/package/kernel/linux/modules/pcmcia.mk index cac727719c..2bf53e5e60 100644 --- a/package/kernel/linux/modules/pcmcia.mk +++ b/package/kernel/linux/modules/pcmcia.mk @@ -65,7 +65,7 @@ $(eval $(call KernelPackage,pcmcia-yenta)) define KernelPackage/pcmcia-serial SUBMENU:=$(PCMCIA_MENU) TITLE:=Serial devices support - DEPENDS:=kmod-pcmcia-core + DEPENDS:=kmod-pcmcia-core +kmod-serial-8250 KCONFIG:= \ CONFIG_PCMCIA_SERIAL_CS \ CONFIG_SERIAL_8250_CS |