summaryrefslogtreecommitdiff
path: root/target/linux/rdc/image/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-08-17 15:31:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-08-17 15:31:27 +0000
commitaf0ecdebfdd43aa46bf624d5fa67a868e2f14857 (patch)
tree4799acd2d0e5f468283441261ad106291c55dcff /target/linux/rdc/image/Makefile
parent1d1b83fa4c5a70423a403b2c52629db724de90aa (diff)
downloadmtk-20170518-af0ecdebfdd43aa46bf624d5fa67a868e2f14857.zip
mtk-20170518-af0ecdebfdd43aa46bf624d5fa67a868e2f14857.tar.gz
mtk-20170518-af0ecdebfdd43aa46bf624d5fa67a868e2f14857.tar.bz2
allow 1MB extra space for JFFS and other enhancements (#7706)
SVN-Revision: 22690
Diffstat (limited to 'target/linux/rdc/image/Makefile')
-rw-r--r--target/linux/rdc/image/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/rdc/image/Makefile b/target/linux/rdc/image/Makefile
index 00322da..7086b99 100644
--- a/target/linux/rdc/image/Makefile
+++ b/target/linux/rdc/image/Makefile
@@ -29,8 +29,7 @@ define Image/Build/sitecom
endef
define Image/Build/bifferboard
- $(TOPDIR)/target/linux/rdc/image/mkimg_bifferboard.py $(KDIR)/bzImage $(KDIR)/root.$(1) $(KDIR)/tmp.img
- $(CP) $(KDIR)/tmp.img $(BIN_DIR)/$(IMG_PREFIX)-$(1)-$(2).img
+ $(TOPDIR)/target/linux/rdc/image/mkimg_bifferboard.py $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1)-$(2).img
endef
define Image/Build/Initramfs