Changeset 3379

Show
Ignore:
Timestamp:
08/02/07 14:24:29 (1 year ago)
Author:
tg
Message:

nuke FWRT_KILL_FWCF

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Config.in.runtime

    r3236 r3379  
    125125          Paste your generated SSH public key here and it will be embedded into 
    126126          the built image, so you can use it to login instantly. 
    127  
    128 config FWRT_KILL_FWCF 
    129         bool "Make an image that kills fwcf on *every* boot" 
    130         default n 
    131         depends on FWRT_PACKAGE_FWCF 
    132         depends on !FWRT_TARGET_NOKERNEL 
    133         help 
    134           This will create an image that, once booted, will erase the fwcf 
    135           filesystem. After booting, you must replace it with an image built 
    136           without this option to be able to use the device normally again. 
  • trunk/freewrt/target/image/common.mk

    r3331 r3379  
    1717install-prepare-mi-post: 
    1818        mkdir -p $(KDIR)/root/tmp 
    19 ifneq ($(strip ${FWRT_KILL_FWCF}),) 
    20         -chmod 755 ${KDIR}/root/etc/preinit.arch >/dev/null 2>&1 
    21         echo fwcf erase >>${KDIR}/root/etc/preinit.arch 
    22         -chmod 755 ${KDIR}/root/etc/preinit.arch >/dev/null 2>&1 
    23 endif 
    2419        rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \ 
    2520            dd if=$$rng bs=512 count=1 >>${KDIR}/root/etc/.rnd; \