From: juhosg Date: Sun, 6 Jun 2010 17:41:39 +0000 (+0000) Subject: ar71xx: build firmware images if Minimal profile is selected X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9dd80fbdfc339b5c3f142fda681e3122cb13d1ee;hp=474a2a51010e98b47178708dcd691a1795d9f598;p=openwrt.git ar71xx: build firmware images if Minimal profile is selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21684 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))