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

SVN-Revision: 6475
master
Tim Yardley 18 years ago
parent 066a009c34
commit 747e57ffe2
  1. 3
      target/linux/aruba-2.6/Makefile
  2. 3
      target/linux/atheros-2.6/Makefile
  3. 3
      target/linux/brcm47xx-2.6/Makefile
  4. 4
      target/linux/ixp4xx-2.6/Makefile
  5. 4
      target/linux/magicbox-2.6/Makefile
  6. 3
      target/linux/pxa-2.6/Makefile
  7. 4
      target/linux/rb532-2.6/Makefile
  8. 4
      target/linux/sibyte-2.6/Makefile
  9. 4
      target/linux/uml-2.6/Makefile
  10. 3
      target/linux/x86-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))

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