From df7b7e61854c0e0da9e75b4a678f0e3b196f79ea Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 4 Feb 2013 15:23:08 +0000 Subject: leon: R.I.P. It is broken since ~9 months and nobody takes care of that. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35488 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/leon/image/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 target/linux/leon/image/Makefile (limited to 'target/linux/leon/image/Makefile') diff --git a/target/linux/leon/image/Makefile b/target/linux/leon/image/Makefile deleted file mode 100644 index 2be550e17..000000000 --- a/target/linux/leon/image/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright (C) 2011 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/Prepare - cp $(LINUX_DIR)/arch/sparc/boot/uImage $(KDIR)/uImage -endef - -define Image/BuildKernel - mkdir -p $(BIN_DIR) - cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage -endef - -$(eval $(call BuildImage)) -- cgit v1.2.3