mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-13 16:31:09 +00:00
367813b9b1
MT7620 integrated WMAC does not need RT2x00 PCI driver or firmware Also corrected kmod-eeprom-93cx6 and kmod-lib-crc-itu-t dependencies according to original Kconfig and lsmod output This will remove some unnecessary packages from MT7620 target to save some space Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [75 characters per line in the commit message]
16 lines
253 B
Makefile
16 lines
253 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7620
|
|
BOARDNAME:=MT7620 based boards
|
|
FEATURES+=usb
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-basic
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7620 based boards.
|
|
endef
|
|
|