From: Tim Yardley Date: Sat, 3 Mar 2007 01:22:09 +0000 (+0000) Subject: make the rest of the structure for the targets that dont have profiles yet X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=747e57ffe2dc0399886ae17e7476a9baaf8ebeb2;p=librecmc%2Flibrecmc.git make the rest of the structure for the targets that dont have profiles yet SVN-Revision: 6475 --- 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)) diff --git a/target/linux/atheros-2.6/Makefile b/target/linux/atheros-2.6/Makefile index 5404902f37..1700dec8c6 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)) diff --git a/target/linux/brcm47xx-2.6/Makefile b/target/linux/brcm47xx-2.6/Makefile index ca7fd5d2d1..ab79d82908 100644 --- a/target/linux/brcm47xx-2.6/Makefile +++ b/target/linux/brcm47xx-2.6/Makefile @@ -19,4 +19,7 @@ endef include $(INCLUDE_DIR)/kernel-build.mk # DEFAULT_PACKAGES += kmod-switch +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel)) diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile index 352671ee69..5eea6d6258 100644 --- a/target/linux/ixp4xx-2.6/Makefile +++ b/target/linux/ixp4xx-2.6/Makefile @@ -15,4 +15,8 @@ define Target/Description endef include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel)) diff --git a/target/linux/magicbox-2.6/Makefile b/target/linux/magicbox-2.6/Makefile index b829965a50..20325a8fa6 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)) diff --git a/target/linux/pxa-2.6/Makefile b/target/linux/pxa-2.6/Makefile index 94e9601b92..76ca28e37c 100644 --- a/target/linux/pxa-2.6/Makefile +++ b/target/linux/pxa-2.6/Makefile @@ -17,4 +17,7 @@ endef include $(INCLUDE_DIR)/kernel-build.mk +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel)) 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)) diff --git a/target/linux/sibyte-2.6/Makefile b/target/linux/sibyte-2.6/Makefile index 364d116d4d..28b3302750 100644 --- a/target/linux/sibyte-2.6/Makefile +++ b/target/linux/sibyte-2.6/Makefile @@ -12,4 +12,8 @@ BOARDNAME:=SiByte MIPS FEATURES:=broken include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel)) diff --git a/target/linux/uml-2.6/Makefile b/target/linux/uml-2.6/Makefile index 25624108ab..089ef58581 100644 --- a/target/linux/uml-2.6/Makefile +++ b/target/linux/uml-2.6/Makefile @@ -24,6 +24,10 @@ FEATURES:=broken LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + endif $(eval $(call BuildKernel)) diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 2b8e497c90..0053396891 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -14,5 +14,8 @@ FEATURES:=squashfs jffs2 ext2 include $(INCLUDE_DIR)/kernel-build.mk DEFAULT_PACKAGES += kmod-natsemi +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel))