diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-17 15:31:27 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-17 15:31:27 +0000 |
commit | 12671e163c60a5a5175a7a56b3d3d83451e369ab (patch) | |
tree | 2ec732ab799ca77840ebcefde26dfe3065b572a6 /target/linux/rdc/image/Makefile | |
parent | 94f6a65d04a7fbaf271805717e4cfd9617dcc5a3 (diff) |
[rdc] allow 1MB extra space for JFFS and other enhancements (#7706)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22690 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/image/Makefile')
-rw-r--r-- | target/linux/rdc/image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/rdc/image/Makefile b/target/linux/rdc/image/Makefile index 00322dad2..7086b998c 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 |