From 0e547400fbcc4b6610d3b810f123d4963f9b2ea7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 7 Jan 2017 20:54:42 +0100 Subject: ar71xx: create a proper default profile for the mikrotik subtarget, drop other profiles Signed-off-by: Felix Fietkau --- target/linux/ar71xx/mikrotik/profiles/01-minimal.mk | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 target/linux/ar71xx/mikrotik/profiles/01-minimal.mk (limited to 'target/linux/ar71xx/mikrotik/profiles/01-minimal.mk') diff --git a/target/linux/ar71xx/mikrotik/profiles/01-minimal.mk b/target/linux/ar71xx/mikrotik/profiles/01-minimal.mk deleted file mode 100644 index a334977d48..0000000000 --- a/target/linux/ar71xx/mikrotik/profiles/01-minimal.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (C) 2009 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/DefaultNoWifi - NAME:=Default Profile (no WiFi) - PACKAGES:= - PRIORITY := 2 -endef - -define Profile/DefaultNoWifi/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,DefaultNoWifi)) -- cgit v1.2.3