From 0e81968ee8def1d477f12d1eeb63f485c551463e Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Tue, 29 May 2018 03:02:59 -0500 Subject: ath79: add initial nand support for gl-ar300m Signed-off-by: Marty E. Plummer --- target/linux/ath79/nand/profiles/00-default.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ath79/nand/profiles/00-default.mk (limited to 'target/linux/ath79/nand/profiles') diff --git a/target/linux/ath79/nand/profiles/00-default.mk b/target/linux/ath79/nand/profiles/00-default.mk new file mode 100644 index 0000000000..06ab790389 --- /dev/null +++ b/target/linux/ath79/nand/profiles/00-default.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 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 + PACKAGES:= \ + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport + PRIORITY := 1 +endef + +define Profile/Default/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,Default)) -- cgit v1.2.3