X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/85f442856c7441e874d43be86ad37d6a8b3715cb..17c7b6c3fdc48301e50d22cc6138ede16bd1be24:/target/linux/ixp4xx-2.6/image/Makefile diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile deleted file mode 100644 index 6142d09fa..000000000 --- a/target/linux/ixp4xx-2.6/image/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2006 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 Build/Clean -endef - -define Image/Prepare -endef - -define Image/BuildKernel - cp $(LINUX_DIR)/arch/arm/boot/zImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-zImage -# $(shell BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/arm-magic.sh) - BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/arm-magic.sh -endef - -define Image/Build - $(call Image/Build/$(1),$(1)) -endef - -define Image/Build/jffs2-64k - dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img bs=65536 conv=sync -endef - -define Image/Build/jffs2-128k - dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img bs=131072 conv=sync - BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/slugimage.pl \ - -k $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-zImage \ - -r Ramdisk:1,Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \ - -p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin -# -L $(BIN_DIR)/apex-nslu2-armeb.bin -# -m $(BIN_DIR)/NPE-B -endef - -$(eval $(call BuildImage))