1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ubicom32] prevent some modules from being built on ubicom32 since they do not compile or link

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18595 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-11-29 00:33:32 +00:00
parent acdd34f575
commit bc2a8262e9
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ $(eval $(call KernelPackage,crypto-hw-geode))
define KernelPackage/crypto-hw-hifn-795x
SUBMENU:=$(CRYPTO_MENU)
TITLE:=HIFN 795x crypto accelerator
DEPENDS:=+kmod-crypto-core +kmod-crypto-des
DEPENDS:=+kmod-crypto-core +kmod-crypto-des @!TARGET_ubicom32
KCONFIG:= \
CONFIG_CRYPTO_HW=y \
CONFIG_CRYPTO_DEV_HIFN_795X \