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 | 7c8d420012cffc5571b1761aa864588d14b3cf19 (patch) | |
tree | ec81f3c5135d50c5370680271f2900699cc5e70d /target/linux/ar71xx/profiles/buffalo.mk | |
parent | c355b33940d4466a464df709c56167539d670cb3 (diff) | |
download | upstream-7c8d420012cffc5571b1761aa864588d14b3cf19.tar.gz upstream-7c8d420012cffc5571b1761aa864588d14b3cf19.tar.bz2 upstream-7c8d420012cffc5571b1761aa864588d14b3cf19.zip |
ar71xx: the AR913x has no OHCI controller, remove that package from the relevant profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19220 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/profiles/buffalo.mk')
-rw-r--r-- | target/linux/ar71xx/profiles/buffalo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/profiles/buffalo.mk b/target/linux/ar71xx/profiles/buffalo.mk index 429ecbaaa8..939977bb6b 100644 --- a/target/linux/ar71xx/profiles/buffalo.mk +++ b/target/linux/ar71xx/profiles/buffalo.mk @@ -7,7 +7,7 @@ define Profile/WZRHPG300NH NAME:=Buffalo WZR-HP-G300NH - 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/WZRHPG300NH/Description |