diff options
author | Tim Yardley <lst@openwrt.org> | 2007-03-03 01:22:09 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-03-03 01:22:09 +0000 |
commit | 747e57ffe2dc0399886ae17e7476a9baaf8ebeb2 (patch) | |
tree | d21d0482c1ff930d7ac9e3d42593c3f80cdedf9d /target/linux/atheros-2.6/Makefile | |
parent | 066a009c348602f578bbc37f6b83490b4930d679 (diff) | |
download | mtk-20170518-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.zip mtk-20170518-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.tar.gz mtk-20170518-747e57ffe2dc0399886ae17e7476a9baaf8ebeb2.tar.bz2 |
make the rest of the structure for the targets that dont have profiles yet
SVN-Revision: 6475
Diffstat (limited to 'target/linux/atheros-2.6/Makefile')
-rw-r--r-- | target/linux/atheros-2.6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/atheros-2.6/Makefile b/target/linux/atheros-2.6/Makefile index 5404902..1700dec 100644 --- a/target/linux/atheros-2.6/Makefile +++ b/target/linux/atheros-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)) |