projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4a9ce
)
remove unnecessary dependency added in r19371 (thx, puchu)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jan 2010 19:38:16 +0000
(19:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jan 2010 19:38:16 +0000
(19:38 +0000)
SVN-Revision: 19372
package/ubsec_ssb/Makefile
patch
|
blob
|
history
diff --git
a/package/ubsec_ssb/Makefile
b/package/ubsec_ssb/Makefile
index 6a14e2a9107e164f90de99edc790a9dd6211bf31..6c05e517af6e4efe49f8b3011715fcd054c27960 100644
(file)
--- a/
package/ubsec_ssb/Makefile
+++ b/
package/ubsec_ssb/Makefile
@@
-18,7
+18,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/ocf-ubsec-ssb
SUBMENU:=$(CRYPTO_MENU)
- DEPENDS:=@TARGET_brcm47xx +
@OPENSSL_ENGINE +
kmod-crypto-core +kmod-crypto-ocf
+ DEPENDS:=@TARGET_brcm47xx +kmod-crypto-core +kmod-crypto-ocf
TITLE:=BCM5365P IPSec Core driver
FILES:=$(PKG_BUILD_DIR)/src/ubsec_ssb.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,09,ubsec_ssb)