Changeset b62cbc6 in freewrt
- Timestamp:
- Mar 13, 2007, 8:55:38 PM (19 years ago)
- Children:
- b803791
- Parents:
- fbebfd3
- Files:
-
- 2 edited
-
package/Config.in (modified) (1 diff)
-
target/image/common.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.in
rfbebfd3 rb62cbc6 435 435 This option is only to prefix the _cross_compile calls with ccache. 436 436 437 config FWRT_KILL_FWCF 438 bool "Make an image that kills fwcf on *every* boot" 439 default n 440 depends on FWRT_PACKAGE_FWCF 441 help 442 This will create an image that, once booted, will erase the fwcf 443 filesystem. After booting, you must replace it with an image built 444 without this option to be able to use the device normally again. 445 437 446 source "package/Config.in.runtime" 438 447 -
target/image/common.mk
rfbebfd3 rb62cbc6 17 17 install-prepare-mi-post: 18 18 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 19 24 rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \ 20 25 dd if=$$rng bs=512 count=1 >>${KDIR}/root/etc/.rnd; \
Note:
See TracChangeset
for help on using the changeset viewer.
