diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-09 10:25:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-09 10:25:13 +0000 |
commit | 258b9d03fd442e67b036ebcde287a76e1afdb7f0 (patch) | |
tree | 8a2acf1513f19e4d7e1583c4fd69a12b8950d689 | |
parent | 8038a9bc193cbc6b220712ed41abb9a9c61e0301 (diff) | |
download | master-187ad058-258b9d03fd442e67b036ebcde287a76e1afdb7f0.tar.gz master-187ad058-258b9d03fd442e67b036ebcde287a76e1afdb7f0.tar.bz2 master-187ad058-258b9d03fd442e67b036ebcde287a76e1afdb7f0.zip |
arc770: build kmod-ath9k-htc wpad-mini by default
AXS101 beind a development board lacks built-in wireles inerfaces.
So we have to use external USB dongles to turn the board into
wireless router.
The best USB Wi-Fi dongles to work in AP-mode seem to be based on
ath9k-htc chipset.
And so with that change we add support of mentioned dongles in
default and axs101 builds.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49133 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/arc770/generic/profiles/00-default.mk | 2 | ||||
-rw-r--r-- | target/linux/arc770/generic/profiles/02-axs101.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/arc770/generic/profiles/00-default.mk b/target/linux/arc770/generic/profiles/00-default.mk index b12ceb1c85..c30317ac4d 100644 --- a/target/linux/arc770/generic/profiles/00-default.mk +++ b/target/linux/arc770/generic/profiles/00-default.mk @@ -7,7 +7,7 @@ define Profile/Default NAME:=Default Profile (all drivers) - PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci + PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini endef define Profile/Default/Description diff --git a/target/linux/arc770/generic/profiles/02-axs101.mk b/target/linux/arc770/generic/profiles/02-axs101.mk index 60cf0fcb7f..56a97e5e6b 100644 --- a/target/linux/arc770/generic/profiles/02-axs101.mk +++ b/target/linux/arc770/generic/profiles/02-axs101.mk @@ -7,7 +7,7 @@ define Profile/axs101 NAME:=Synopsys DesignWare AXS101 - PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci + PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini endef define Profile/axs101/Description |