Changeset c199596 in freewrt


Ignore:
Timestamp:
Jun 11, 2007, 1:57:41 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
a7693b2
Parents:
c59dfba
Message:

remove the extra image generation again, this will
wander into flash.sh and much more advanced

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2762 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    rc59dfba rc199596  
    142142
    143143ifeq ($(FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM),y)
    144 MTD_PADSIZE=    8060928
    145144ifeq ($(FS),jffs2)
    146145MTD_ERASESIZE:=-64k
     
    209208
    210209ifeq ($(FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM),y)
    211 MTD_PADSIZE=    8060928
    212210ifeq ($(FS),jffs2)
    213211MTD_ERASESIZE:=-64k
     
    227225endif
    228226
    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='$@' obs=${MTD_PADSIZE} conv=osync
    237 endif
    238 install: $(BIN_DIR)/$(FWRT_PREFIX)-$(DEVICE)-$(BOARD)-$(KERNEL)-$(FS)-fwcf.bin
    239 endif
    240 
    241227include ${TOPDIR}/target/image/common.mk
Note: See TracChangeset for help on using the changeset viewer.