diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-18 09:08:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-18 09:08:54 +0000 |
commit | caa74a52464741dec8ac2ae8157d0af48d473ce5 (patch) | |
tree | 7122cbc7fc6f5835cb3b431b80471bcad8907775 /target/linux/ar71xx/profiles/netgear.mk | |
parent | 014f82ef6df0361488e9cd2ea409b3a8176bfb9f (diff) | |
download | mtk-20170518-caa74a52464741dec8ac2ae8157d0af48d473ce5.zip mtk-20170518-caa74a52464741dec8ac2ae8157d0af48d473ce5.tar.gz mtk-20170518-caa74a52464741dec8ac2ae8157d0af48d473ce5.tar.bz2 |
ar71xx: the AR913x has no OHCI controller, remove that package from the relevant profiles
SVN-Revision: 19220
Diffstat (limited to 'target/linux/ar71xx/profiles/netgear.mk')
-rw-r--r-- | target/linux/ar71xx/profiles/netgear.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/profiles/netgear.mk b/target/linux/ar71xx/profiles/netgear.mk index 89deaaa..896ab06 100644 --- a/target/linux/ar71xx/profiles/netgear.mk +++ b/target/linux/ar71xx/profiles/netgear.mk @@ -7,7 +7,7 @@ define Profile/WNDR3700 NAME:=NETGEAR WNDR3700 - PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb-ohci kmod-usb2 + PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb2 endef define Profile/WNDR3700/Description |