Changeset e92088b in freewrt
- Timestamp:
- Jun 5, 2007, 12:58:34 PM (19 years ago)
- Children:
- 578cada9
- Parents:
- 4cdba10
- File:
-
- 1 edited
-
target/image/brcm/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/image/brcm/Makefile
r4cdba10 re92088b 142 142 143 143 ifeq ($(FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM),y) 144 MTD_PADSIZE= 8060928 144 145 ifeq ($(FS),jffs2) 145 146 MTD_ERASESIZE:=-64k … … 208 209 209 210 ifeq ($(FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM),y) 211 MTD_PADSIZE= 8060928 210 212 ifeq ($(FS),jffs2) 211 213 MTD_ERASESIZE:=-64k … … 225 227 endif 226 228 229 MTD_PADSIZE?= 230 ifneq ($(strip ${MTD_PADSIZE}),) 231 $(BIN_DIR)/$(FWRT_PREFIX)-$(DEVICE)-$(BOARD)-$(KERNEL)-$(FS)-fwcf.bin: $(BIN_DIR)/$(FWRT_PREFIX)-$(DEVICE)-$(BOARD)-$(KERNEL)-$(FS).bin 232 ifeq (${OStype},Linux) 233 dd if=/dev/zero of='$@' bs=${MTD_PADSIZE} count=1 234 dd if='$^' of='$@' conv=notrunc 235 else 236 dd if='$^' of='$@' bs=${MTD_PADSIZE} conv=osync 237 endif 238 install: $(BIN_DIR)/$(FWRT_PREFIX)-$(DEVICE)-$(BOARD)-$(KERNEL)-$(FS)-fwcf.bin 239 endif 240 227 241 include ${TOPDIR}/target/image/common.mk
Note:
See TracChangeset
for help on using the changeset viewer.
