diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-02-06 22:51:25 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-02-06 22:51:25 +0000 |
commit | 07db9e8eabf9d78384412045954d2d6837757a61 (patch) | |
tree | a1de363c791433bbe0a86c1733cf3a9c82821d15 /target/linux/brcm47xx/profiles | |
parent | a9058439cfe78943012ba9804b3db69b5539e379 (diff) | |
download | upstream-07db9e8eabf9d78384412045954d2d6837757a61.tar.gz upstream-07db9e8eabf9d78384412045954d2d6837757a61.tar.bz2 upstream-07db9e8eabf9d78384412045954d2d6837757a61.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.
SVN-Revision: 35509
Diffstat (limited to 'target/linux/brcm47xx/profiles')
-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 |