summaryrefslogtreecommitdiffstats
path: root/target/linux/magicbox-2.6
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-03 01:22:09 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-03 01:22:09 +0000
commitca96df4a862896effdfbc29cf9d159943c6e48ac (patch)
tree8627090ebb153485aa0b21d2daf38906d5398b20 /target/linux/magicbox-2.6
parentbfb1bd03544db4b097c6967e4ce177626c6350d6 (diff)
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/magicbox-2.6')
-rw-r--r--target/linux/magicbox-2.6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/magicbox-2.6/Makefile b/target/linux/magicbox-2.6/Makefile
index b829965a5..20325a8fa 100644
--- a/target/linux/magicbox-2.6/Makefile
+++ b/target/linux/magicbox-2.6/Makefile
@@ -12,4 +12,8 @@ BOARDNAME:=Magicbox
FEATURES:=jffs2
include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
$(eval $(call BuildKernel))