projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c4b52a
)
[package] 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14539
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ubsec_ssb/Makefile
patch
|
blob
|
history
diff --git
a/package/ubsec_ssb/Makefile
b/package/ubsec_ssb/Makefile
index
01ed858
..
521b961
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)