diff options
author | Andy Boyett <agb@openwrt.org> | 2008-03-31 08:05:13 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-03-31 08:05:13 +0000 |
commit | a2ccc5b7903856c058cc0d075c366b42bbce9b1f (patch) | |
tree | 04dbb1e2d36bd99c5d5b4dd0121df51746e5f0df /target/linux/brcm-2.4 | |
parent | c15de3860cf87f9d820cec7d9fb54a8a57686e46 (diff) | |
download | upstream-a2ccc5b7903856c058cc0d075c366b42bbce9b1f.tar.gz upstream-a2ccc5b7903856c058cc0d075c366b42bbce9b1f.tar.bz2 upstream-a2ccc5b7903856c058cc0d075c366b42bbce9b1f.zip |
Change WL500gP profile to use uhci-iv (#1589)
SVN-Revision: 10694
Diffstat (limited to 'target/linux/brcm-2.4')
-rw-r--r-- | target/linux/brcm-2.4/profiles/WL500GP.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm-2.4/profiles/WL500GP.mk b/target/linux/brcm-2.4/profiles/WL500GP.mk index 8b66ad6d83..18eae04709 100644 --- a/target/linux/brcm-2.4/profiles/WL500GP.mk +++ b/target/linux/brcm-2.4/profiles/WL500GP.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,7 +7,7 @@ define Profile/WL500GP NAME:=ASUS WL-500g Premium - PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-uhci kmod-usb2 wlc nas kmod-wlcompat + PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-uhci-iv kmod-usb2 wlc nas kmod-wlcompat endef define Profile/WL500GP/Description |