X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9c1a6467773d49df85b4e0797947ad7830b9d68a..504d88e2ae2cadedaa85f46f6b74bce139962fd4:/target/linux/ar71xx/generic/profiles/01-minimal.mk?ds=sidebyside diff --git a/target/linux/ar71xx/generic/profiles/01-minimal.mk b/target/linux/ar71xx/generic/profiles/01-minimal.mk index 3651c88ab..dfaa3b0b3 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) - PACKAGES:= +define Profile/Minimal + NAME:=Minimal Profile (no drivers) + PACKAGES:=-kmod-ath9k -wpad-mini 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))