mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 07:51:55 +02:00
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
This commit is contained in:
parent
bfb1bd0354
commit
ca96df4a86
@ -18,4 +18,7 @@ endef
|
|||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
DEFAULT_PACKAGES += kmod-madwifi
|
DEFAULT_PACKAGES += kmod-madwifi
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -18,4 +18,7 @@ endef
|
|||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
DEFAULT_PACKAGES += kmod-madwifi
|
DEFAULT_PACKAGES += kmod-madwifi
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -19,4 +19,7 @@ endef
|
|||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
# DEFAULT_PACKAGES += kmod-switch
|
# DEFAULT_PACKAGES += kmod-switch
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -15,4 +15,8 @@ define Target/Description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -12,4 +12,8 @@ BOARDNAME:=Magicbox
|
|||||||
FEATURES:=jffs2
|
FEATURES:=jffs2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -17,4 +17,7 @@ endef
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -12,4 +12,8 @@ BOARDNAME:=Mikrotik RouterBoard 532
|
|||||||
FEATURES:=jffs2
|
FEATURES:=jffs2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -12,4 +12,8 @@ BOARDNAME:=SiByte MIPS
|
|||||||
FEATURES:=broken
|
FEATURES:=broken
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -24,6 +24,10 @@ FEATURES:=broken
|
|||||||
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
|
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
@ -14,5 +14,8 @@ FEATURES:=squashfs jffs2 ext2
|
|||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
DEFAULT_PACKAGES += kmod-natsemi
|
DEFAULT_PACKAGES += kmod-natsemi
|
||||||
|
|
||||||
|
# include the profiles
|
||||||
|
-include profiles/*.mk
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user