diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 22:33:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 22:33:15 +0000 |
commit | 7b7427e52c9f3626b0ef669f17edb5a0e3bd9908 (patch) | |
tree | 632576dce08d8e61422f317e93299c836113044a /target/linux/ar71xx | |
parent | 6b9bf718816a9bada8dcfd38d7a05c38cd1cdc4c (diff) | |
download | upstream-7b7427e52c9f3626b0ef669f17edb5a0e3bd9908.tar.gz upstream-7b7427e52c9f3626b0ef669f17edb5a0e3bd9908.tar.bz2 upstream-7b7427e52c9f3626b0ef669f17edb5a0e3bd9908.zip |
ar71xx: build ALFA AP96 images with default profile as well
SVN-Revision: 29866
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 4d46b9d39d..be68f9f1f9 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -937,6 +937,7 @@ define Image/Build/Profile/ALL0258N endef define Image/Build/Profile/Default + $(call Image/Build/Profile/ALFAAP96,$(1)) $(call Image/Build/Profile/ALFANX,$(1)) $(call Image/Build/Profile/ALL0258N,$(1)) $(call Image/Build/Profile/AP121,$(1)) |