aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532-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/rb532-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/rb532-2.6/Makefile')
-rw-r--r--target/linux/rb532-2.6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/rb532-2.6/Makefile b/target/linux/rb532-2.6/Makefile
index 6ec9bdcd38..27569a35db 100644
--- a/target/linux/rb532-2.6/Makefile
+++ b/target/linux/rb532-2.6/Makefile
@@ -12,4 +12,8 @@ BOARDNAME:=Mikrotik RouterBoard 532
FEATURES:=jffs2
include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
$(eval $(call BuildKernel))