projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
177b22a
)
fix ubsec_ssb dependency against kmod-crypto-ocf (#4617)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 17 Feb 2009 15:15:48 +0000
(15:15 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 17 Feb 2009 15:15:48 +0000
(15:15 +0000)
SVN-Revision: 14539
package/ubsec_ssb/Makefile
patch
|
blob
|
history
diff --git
a/package/ubsec_ssb/Makefile
b/package/ubsec_ssb/Makefile
index 01ed85811d7bba3e2acf0090408cd6561c29b96c..521b96194e36ef0e4a1ff21860a7d4b649727883 100644
(file)
--- a/
package/ubsec_ssb/Makefile
+++ b/
package/ubsec_ssb/Makefile
@@
-17,7
+17,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/ocf-ubsec-ssb
SUBMENU:=$(CRYPTO_MENU)
- DEPENDS:=@TARGET_brcm47xx
+ DEPENDS:=@TARGET_brcm47xx
+kmod-crypto-ocf
TITLE:=BCM5365P IPSec Core driver
FILES:=$(PKG_BUILD_DIR)/src/ubsec_ssb.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,09,ubsec_ssb)