diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-06-05 06:46:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-06-05 06:46:41 +0000 |
commit | 32d5d128ef4918d0e90dcee05055f5f59b7a5356 (patch) | |
tree | 19f3cf50b3d53ca900b055dd9cdea47242ed3e44 /target/linux/orion/image | |
parent | 31eaa46c9b7b8d9a2a3f4e3a2f148763dfed1879 (diff) | |
download | master-187ad058-32d5d128ef4918d0e90dcee05055f5f59b7a5356.tar.gz master-187ad058-32d5d128ef4918d0e90dcee05055f5f59b7a5356.tar.bz2 master-187ad058-32d5d128ef4918d0e90dcee05055f5f59b7a5356.zip |
[orion]: there's no reason to have these generic files in the bin dir either
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36852 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/image')
-rw-r--r-- | target/linux/orion/image/generic.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/orion/image/generic.mk b/target/linux/orion/image/generic.mk index 19daaf647a..5b7e0b5614 100644 --- a/target/linux/orion/image/generic.mk +++ b/target/linux/orion/image/generic.mk @@ -27,16 +27,6 @@ JFFS2_BLOCKSIZE:=64k 128k ### -### Image/Prepare -### - -define Image/Prepare -### Dummy comment for indented calls of Image/Prepare - cp '$(LINUX_DIR)/arch/arm/boot/zImage' '$(BIN_DIR)/$(IMG_PREFIX)-zImage' -endef - - -### ### Image/BuildKernel ### @@ -126,7 +116,6 @@ endef define Image/Build/squashfs $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) - cp '$(KDIR)/root.squashfs' '$(BIN_DIR)/$(IMG_PREFIX)-root.squashfs' endef ## generate defines for all JFFS2 block sizes |