diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:08 +0000 |
commit | c41002971aeecd78e93ce553028f7cc01c4de777 (patch) | |
tree | aa18d6a89012476e264a618387ecef653a3c0a7d /target/linux/leon/image | |
parent | 539e0b5b8418cac13b7f0b68254ebc2f8e1b40f7 (diff) | |
download | upstream-c41002971aeecd78e93ce553028f7cc01c4de777.tar.gz upstream-c41002971aeecd78e93ce553028f7cc01c4de777.tar.bz2 upstream-c41002971aeecd78e93ce553028f7cc01c4de777.zip |
leon: R.I.P.
It is broken since ~9 months and nobody takes care of that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35488
Diffstat (limited to 'target/linux/leon/image')
-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)) |