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 | 4860b69f718e252b93dcd37471f6811a6b1dcebe (patch) | |
tree | cb20cafd5c45f8e648d87ef64443efa11c8898b2 /target/linux | |
parent | 853a1ad7495a596fc090067fc294de2d8aae0395 (diff) | |
download | upstream-4860b69f718e252b93dcd37471f6811a6b1dcebe.tar.gz upstream-4860b69f718e252b93dcd37471f6811a6b1dcebe.tar.bz2 upstream-4860b69f718e252b93dcd37471f6811a6b1dcebe.zip |
Now we have b43 working in master mode, include b43 in the profile (#3827)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12301 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |