aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6/Makefile
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-03 01:22:09 +0000
committerTim Yardley <lst@openwrt.org>2007-03-03 01:22:09 +0000
commit747e57ffe2dc0399886ae17e7476a9baaf8ebeb2 (patch)
treed21d0482c1ff930d7ac9e3d42593c3f80cdedf9d /target/linux/aruba-2.6/Makefile
parent066a009c348602f578bbc37f6b83490b4930d679 (diff)
downloadupstream-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.tar.gz
upstream-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.tar.bz2
upstream-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.zip
make the rest of the structure for the targets that dont have profiles yet
SVN-Revision: 6475
Diffstat (limited to 'target/linux/aruba-2.6/Makefile')
-rw-r--r--target/linux/aruba-2.6/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile
index 5d3e19ea2f..c53964da8a 100644
--- a/target/linux/aruba-2.6/Makefile
+++ b/target/linux/aruba-2.6/Makefile
@@ -18,4 +18,7 @@ endef
include $(INCLUDE_DIR)/kernel-build.mk
DEFAULT_PACKAGES += kmod-madwifi
+# include the profiles
+-include profiles/*.mk
+
$(eval $(call BuildKernel))