From 9b5e9b65cfad4af514411ace3526a663c2dad890 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 21 Jan 2021 20:37:55 +0100 Subject: ath79: remove generic profiles On a platform with many very different devices, like found on ath79, the generic profiles seem like remnants of the past that do not have a real use anymore. Remove them to have one thing less to maintain. Signed-off-by: Adrian Schmutzler Acked-by: Paul Spooren --- target/linux/ath79/mikrotik/profiles/00-default.mk | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 target/linux/ath79/mikrotik/profiles/00-default.mk (limited to 'target/linux/ath79/mikrotik') diff --git a/target/linux/ath79/mikrotik/profiles/00-default.mk b/target/linux/ath79/mikrotik/profiles/00-default.mk deleted file mode 100644 index 14712da593..0000000000 --- a/target/linux/ath79/mikrotik/profiles/00-default.mk +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright (C) 2020 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 (all drivers) - PACKAGES:= \ - kmod-usb-ohci kmod-usb2 nand-utils - PRIORITY := 1 -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) -- cgit v1.2.3