diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-13 19:42:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-13 19:42:07 +0000 |
commit | 2e71a903478d328e15f25ecad0d01e42639686ca (patch) | |
tree | c8c952506e23af7c8fa1bbd5c8d4b95d2a9bddbd /target/linux | |
parent | 2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f (diff) | |
download | upstream-2e71a903478d328e15f25ecad0d01e42639686ca.tar.gz upstream-2e71a903478d328e15f25ecad0d01e42639686ca.tar.bz2 upstream-2e71a903478d328e15f25ecad0d01e42639686ca.zip |
Now we have b43 working in master mode, include b43 in the profile (#3827)
SVN-Revision: 12301
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/profiles/WRTSL54GS.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/profiles/WRTSL54GS.mk b/target/linux/brcm47xx/profiles/WRTSL54GS.mk index 6582ddad27..0e53c7d138 100644 --- a/target/linux/brcm47xx/profiles/WRTSL54GS.mk +++ b/target/linux/brcm47xx/profiles/WRTSL54GS.mk @@ -7,7 +7,7 @@ define Profile/WRTSL54GS NAME:=Linksys WRTSL54GS - PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-scsi-core kmod-fs-ext3 e2fsprogs + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-scsi-core kmod-fs-ext3 e2fsprogs kmod-b43 endef define Profile/WRTSL54GS/Description |