From: Gabor Juhos Date: Sun, 6 Jun 2010 17:41:39 +0000 (+0000) Subject: ar71xx: build firmware images if Minimal profile is selected X-Git-Tag: reboot~19725 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e897618fe1b2db7b9a355977f977403927f86c2e;p=oweals%2Fopenwrt.git ar71xx: build firmware images if Minimal profile is selected SVN-Revision: 21684 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 942ef12082..e27912e48d 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -596,6 +596,10 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/WZRHPG300NH,$(1)) endef +define Image/Build/Profile/Minimal + $(call Image/Build/Profile/Default,$(1)) +endef + define Image/Build/Profile/Madwifi $(call Image/Build/Profile/UBNTRS,$(1)) $(call Image/Build/Profile/UBNTRSPRO,$(1))