summaryrefslogtreecommitdiff
path: root/target/linux/ramips/mt7620/profiles/00-default.mk
blob: 93b7cec6670229a023a93fa087a077f4c324e4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Copyright (C) 2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/MT7620
    NAME:=Default Profile
    PACKAGES:=\
        -swconfig -rt2x00 \
        ated hwnat reg gpio btnd switch ethstt uci2dat mii_mgr watchdog 8021xd \
        wireless-tools block-mount fstools kmod-scsi-generic \
        kmod-usb-core kmod-ohci kmod-usb2 kmod-usb-storage \
        kmod-fs-vfat kmod-fs-ntfs kmod-nls-base kmod-nls-utf8 kmod-nls-cp936 \
        kmod-nls-cp437 kmod-nls-cp850 kmod-nls-iso8859-1 kmod-nls-iso8859-15 kmod-nls-cp950
endef


define Profile/Default/Description
	Basic MT7620 SoC support
endef
$(eval $(call Profile,MT7620))