diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-02-06 22:51:25 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-02-06 22:51:25 +0000 |
commit | d3c485c33109d8979094b6600d77b9f342eb0d58 (patch) | |
tree | 81e37aee0ba3a5ffa9f67d6b83d10c0cf756da07 /target | |
parent | 40228ded560306da72e96f8d71af116da45e4bdb (diff) | |
download | upstream-d3c485c33109d8979094b6600d77b9f342eb0d58.tar.gz upstream-d3c485c33109d8979094b6600d77b9f342eb0d58.tar.bz2 upstream-d3c485c33109d8979094b6600d77b9f342eb0d58.zip |
brcm47xx: fix name of kmod-ocf-ubsec-ssb
This also removes kmod-ocf, because kmod-crypto-ocf is automatically selected by kmod-ocf-ubsec-ssb.
Thank you Manuel Munz <freifunk@somakoma.de> for the patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35509 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm47xx/profiles/WGT634U.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/profiles/WGT634U.mk b/target/linux/brcm47xx/profiles/WGT634U.mk index 689b673f3e..16c8d9de72 100644 --- a/target/linux/brcm47xx/profiles/WGT634U.mk +++ b/target/linux/brcm47xx/profiles/WGT634U.mk @@ -7,7 +7,7 @@ define Profile/WGT634U NAME:=Netgear WGT634U - PACKAGES:=kmod-b44 kmod-ath5k kmod-usb-core kmod-usb2 kmod-ocf kmod-crypto-ocf-ubsec-ssb + PACKAGES:=kmod-b44 kmod-ath5k kmod-usb-core kmod-usb2 kmod-ocf-ubsec-ssb endef define Profile/WGT634U/Description |