mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: michael lee <igvtee@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44370 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
322 B
Makefile
18 lines
322 B
Makefile
#
|
|
# Copyright (C) 2011 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt3883
|
|
BOARDNAME:=RT3662/RT3883 based boards
|
|
ARCH_PACKAGES:=ramips_24kec
|
|
FEATURES+=usb pci
|
|
CPU_TYPE:=74kc
|
|
CPU_SUBTYPE:=dsp2
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT3662/RT3883 based boards.
|
|
endef
|
|
|