From 785ca4834523cfca0ceee44afd56f587b18e4a8d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 6 Jun 2010 17:41:34 +0000 Subject: [PATCH 1/1] ar71xx: rename Minimal profile SVN-Revision: 21683 --- target/linux/ar71xx/generic/profiles/01-minimal.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/linux/ar71xx/generic/profiles/01-minimal.mk b/target/linux/ar71xx/generic/profiles/01-minimal.mk index 3651c88ab2..812ae6f1b9 100644 --- a/target/linux/ar71xx/generic/profiles/01-minimal.mk +++ b/target/linux/ar71xx/generic/profiles/01-minimal.mk @@ -5,12 +5,12 @@ # See /LICENSE for more information. # -define Profile/DefaultNoWifi - NAME:=Default Profile (no WiFi) +define Profile/Minimal + NAME:=Minimal Profile (no drivers) PACKAGES:= endef -define Profile/DefaultNoWifi/Description - Default package set compatible with most boards. +define Profile/Minimal/Description + Minimal package set compatible with most boards. endef -$(eval $(call Profile,DefaultNoWifi)) +$(eval $(call Profile,Minimal)) -- 2.30.2