From c6285fd82f1b631b77ad94be613dc4575cd9ed28 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 24 Oct 2014 00:16:23 +0000 Subject: netlogic: add XLR/XLP support Add support for Broadcom/Netlogic XLR/XLP support Signed-off-by: Florian Fainelli SVN-Revision: 43037 --- target/linux/netlogic/image/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/netlogic/image/Makefile (limited to 'target/linux/netlogic/image/Makefile') diff --git a/target/linux/netlogic/image/Makefile b/target/linux/netlogic/image/Makefile new file mode 100644 index 0000000000..6dde9b0e59 --- /dev/null +++ b/target/linux/netlogic/image/Makefile @@ -0,0 +1,22 @@ +# +# Copyright (C) 2009-2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/image.mk + +define Image/BuildKernel +endef + +define Image/Build/squashfs + $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) +endef + +define Image/Build + $(call Image/Build/$(1)) + dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync +endef + +$(eval $(call BuildImage)) -- cgit v1.2.3