diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-13 19:42:07 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-13 19:42:07 +0000 |
commit | dc08bcee1a4681be4726db572da8dd2c27b5baaa (patch) | |
tree | cb20cafd5c45f8e648d87ef64443efa11c8898b2 | |
parent | d3fbe99b9d71adcbc11322b98e8060a188dc5bea (diff) |
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
-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 6582ddad2..0e53c7d13 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 |