diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-02 18:17:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-02 18:17:23 +0000 |
commit | f8846ce852ead6f558d877bf4d29756f33e5df3c (patch) | |
tree | d86f0d9ce7ff51230a58f735e3366534da53c619 /target/linux/ar71xx/profiles/planex.mk | |
parent | 34595b72d3eb53749e9f55580df6ab3abce2bcd7 (diff) | |
download | upstream-f8846ce852ead6f558d877bf4d29756f33e5df3c.tar.gz upstream-f8846ce852ead6f558d877bf4d29756f33e5df3c.tar.bz2 upstream-f8846ce852ead6f558d877bf4d29756f33e5df3c.zip |
ar71xx: fix usb preselection in profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/profiles/planex.mk')
-rw-r--r-- | target/linux/ar71xx/profiles/planex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/profiles/planex.mk b/target/linux/ar71xx/profiles/planex.mk index ec20d893f5..2d80d4d1d7 100644 --- a/target/linux/ar71xx/profiles/planex.mk +++ b/target/linux/ar71xx/profiles/planex.mk @@ -7,7 +7,7 @@ define Profile/MZKW04NU NAME:=Planex MZK-W04NU - PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-ohci kmod-usb2 + PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb-ohci kmod-usb2 endef define Profile/MZKW04NU/Description |