2015-06-18 18:20:40 +00:00
|
|
|
#
|
2015-08-17 06:01:38 +00:00
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
2015-06-18 18:20:40 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/PBR-M1
|
|
|
|
NAME:=PBR-M1 Device
|
2015-08-17 06:01:38 +00:00
|
|
|
FEATURES+=rtc
|
2015-06-18 18:20:40 +00:00
|
|
|
PACKAGES:=\
|
|
|
|
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
2015-07-18 16:47:05 +00:00
|
|
|
kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \
|
2015-11-07 12:51:48 +00:00
|
|
|
kmod-rtc-pcf8563
|
2015-06-18 18:20:40 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/PBR-M1/Description
|
|
|
|
Default package set compatible with most boards.
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,PBR-M1))
|