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
commite5bb7fa66fa6549bbff34ed8cd5145b33c59fd46 (patch)
tree8627090ebb153485aa0b21d2daf38906d5398b20 /target/linux/rb532-2.6/Makefile
parentad43641baf8bd6031d80829a0568316ba1cd2fa5 (diff)
downloadmaster-187ad058-e5bb7fa66fa6549bbff34ed8cd5145b33c59fd46.tar.gz
master-187ad058-e5bb7fa66fa6549bbff34ed8cd5145b33c59fd46.tar.bz2
master-187ad058-e5bb7fa66fa6549bbff34ed8cd5145b33c59fd46.zip
make the rest of the structure for the targets that dont have profiles yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6475 3c298f89-4303-0410-b956-a3cf2f4a3e73
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))