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 | ceb7720c8dd3f47f7682a16be606745866a7cdbe (patch) | |
tree | a5779abc0e22a519f3bf4bfb75bcc361b2176dda /target/linux/brcm-2.4 | |
parent | 1e63aa3206c6a5cc62d0c8dd89f554dd6dcaba77 (diff) | |
download | upstream-ceb7720c8dd3f47f7682a16be606745866a7cdbe.tar.gz upstream-ceb7720c8dd3f47f7682a16be606745866a7cdbe.tar.bz2 upstream-ceb7720c8dd3f47f7682a16be606745866a7cdbe.zip |
Change WL500gP profile to use uhci-iv (#1589)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10694 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |