diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-04 15:23:08 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-04 15:23:08 +0000 |
commit | df7b7e61854c0e0da9e75b4a678f0e3b196f79ea (patch) | |
tree | 98addc02f41d652e39ae1f7afa251108ab606416 /target/linux/leon/image/Makefile | |
parent | b01f7e06a29068c94cb65fb40317daf54cb60ff0 (diff) |
leon: R.I.P.
It is broken since ~9 months and nobody takes care of that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/leon/image/Makefile')
-rw-r--r-- | target/linux/leon/image/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/leon/image/Makefile b/target/linux/leon/image/Makefile deleted file mode 100644 index 2be550e17c..0000000000 --- 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)) |