diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 18:56:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 18:56:02 +0000 |
commit | 884f964e62a273f48d0d1596384cb5f719e82d71 (patch) | |
tree | 3dede22e84200cfda6645f187fb0ae423e180a9a /target | |
parent | 6954150e65e7db9902d3eb577526e8a77545b4b6 (diff) | |
download | upstream-884f964e62a273f48d0d1596384cb5f719e82d71.tar.gz upstream-884f964e62a273f48d0d1596384cb5f719e82d71.tar.bz2 upstream-884f964e62a273f48d0d1596384cb5f719e82d71.zip |
alix2: add require crypto kmods (#10410)
SVN-Revision: 30980
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index bd20bca135..10ae788bc6 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -2,7 +2,7 @@ LINUX_VERSION:=3.2.2 BOARDNAME:=PCEngines alix2 FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += \ - kmod-crypto-hw-geode kmod-crypto-ocf \ + kmod-crypto-hw-geode kmod-crypto-ocf kmod-crypto-aes kmod-crypto-cbc \ kmod-gpio-cs5535-new kmod-gpio-nsc \ kmod-wdt-geode kmod-cs5535-clockevt kmod-cs5535-mfgpt \ kmod-cs5536 \ |