mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 14:57:30 +02:00
259694791e
None of the AC49x boards that we support actually have Wi-Fi. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34208 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
241 B
Makefile
13 lines
241 B
Makefile
#
|
|
# Copyright (C) 2012 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=generic
|
|
BOARDNAME:=Texas Instruments AR7 boards
|
|
|
|
DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 wpad-mini
|
|
|
|
define Target/Description
|
|
Build firmware images for TI AR7 based routers.
|
|
endef
|