From 44c39d581254862c63ba0dfaad1ddd99eaec968a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 21 Jul 2016 15:09:55 +0200 Subject: apm821xx: add missing default profiles for subtargets Signed-off-by: Felix Fietkau --- target/linux/apm821xx/sata/profiles/00-default.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/apm821xx/sata/profiles/00-default.mk (limited to 'target/linux/apm821xx/sata') diff --git a/target/linux/apm821xx/sata/profiles/00-default.mk b/target/linux/apm821xx/sata/profiles/00-default.mk new file mode 100644 index 0000000000..7446a080bd --- /dev/null +++ b/target/linux/apm821xx/sata/profiles/00-default.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile + PRIORITY:=1 + PACKAGES := kmod-usb-dwc2 kmod-ledtrig-usbdev kmod-usb-storage kmod-fs-vfat wpad-mini +endef + +define Profile/Default/Description + Default package set +endef + +$(eval $(call Profile,Default)) -- cgit v1.2.3