make the rest of the structure for the targets that dont have profiles yet

SVN-Revision: 6475
v19.07.3_mercusys_ac12_duma
Tim Yardley 17 years ago
parent 066a009c34
commit 747e57ffe2

@ -18,4 +18,7 @@ endef
include $(INCLUDE_DIR)/kernel-build.mk
DEFAULT_PACKAGES += kmod-madwifi
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))

@ -18,4 +18,7 @@ endef
include $(INCLUDE_DIR)/kernel-build.mk
DEFAULT_PACKAGES += kmod-madwifi
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))

@ -19,4 +19,7 @@ endef
include $(INCLUDE_DIR)/kernel-build.mk
# DEFAULT_PACKAGES += kmod-switch
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))

@ -15,4 +15,8 @@ define Target/Description
endef
include $(INCLUDE_DIR)/kernel-build.mk
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))

@ -12,4 +12,8 @@ BOARDNAME:=Magicbox
FEATURES:=jffs2
include $(INCLUDE_DIR)/kernel-build.mk
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))

@ -17,4 +17,7 @@ endef
include $(INCLUDE_DIR)/kernel-build.mk
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))

@ -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))

@ -12,4 +12,8 @@ BOARDNAME:=SiByte MIPS
FEATURES:=broken
include $(INCLUDE_DIR)/kernel-build.mk
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))

@ -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))

@ -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))

Loading…
Cancel
Save