diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-02-21 15:15:28 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-02-21 15:15:28 +0000 |
commit | f94113d229af46f4348e00d534ec6b9b711fe060 (patch) | |
tree | c63d89d712d267aad9e3d43820e181bd5c41805b /target/linux | |
parent | 1f7d9b7504434e87991b3dd15638c2c755be8fd4 (diff) | |
download | upstream-f94113d229af46f4348e00d534ec6b9b711fe060.tar.gz upstream-f94113d229af46f4348e00d534ec6b9b711fe060.tar.bz2 upstream-f94113d229af46f4348e00d534ec6b9b711fe060.zip |
brcm47xx: fix name of kmod-ocf-ubsec-ssb
backport of r35509.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35725 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 81f59a7294..ebe5e2345c 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-ath5k kmod-usb-core kmod-usb2 kmod-ocf kmod-crypto-ocf-ubsec-ssb + PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb2 kmod-ocf-ubsec-ssb endef define Profile/WGT634U/Description |