Changeset 7c1a04d in freewrt
- Timestamp:
- Dec 22, 2006, 4:37:49 PM (19 years ago)
- Children:
- 72c0067
- Parents:
- b6b301b
- Files:
-
- 3 edited
- 1 moved
-
scripts/instprep-rb.sh (modified) (2 diffs)
-
target/Config.in (modified) (1 diff)
-
target/image/rb/Makefile (modified) (1 diff)
-
target/linux/rb-2.6/yaffs2/config/config.yaffs2 (moved) (moved from target/linux/rb-2.6/flash/config/config.flash )
Legend:
- Unmodified
- Added
- Removed
-
scripts/instprep-rb.sh
rb6b301b r7c1a04d 25 25 echo "$ME" 26 26 echo 27 echo "Creates device nodes in local directory:" 28 echo -e "\tnull c 1 3" 29 echo -e "\ttty c 5 0" 30 echo -e "\tconsole c 5 1" 31 echo -e "\tcfa1 b 13 1" 32 echo -e "\tcfa2 b 13 2" 27 echo "Prepare the RootFS right after installation for later use." 28 echo "If you want to know better, look at the source." 33 29 exit 1 34 30 } … … 54 50 ;; 55 51 56 flash)52 yaffs2) 57 53 echo "copying over device nodes" 58 54 cp -dpR /dev/null /dev/tty /dev/console /dev/mtd* dev/ -
target/Config.in
rb6b301b r7c1a04d 73 73 inside your hardware and want to boot FreeWRT from it. 74 74 75 config FWRT_TARGET_ROOTFS_YAFFS2 76 bool "read-write filesystem for NAND flash using YAFFS2" 77 depends on FWRT_LINUX_2_4_RB || \ 78 FWRT_LINUX_2_6_RB 79 help 80 Use this option if you want to install FreeWRT to RouterBoard's 81 internal NAND flash. 82 75 83 endchoice 76 84 -
target/image/rb/Makefile
rb6b301b r7c1a04d 73 73 endif 74 74 75 ifeq ($(FS), flash)75 ifeq ($(FS),yaffs2) 76 76 install: $(BIN_DIR)/$(ROOTFSTARBALL) 77 77 @echo
Note:
See TracChangeset
for help on using the changeset viewer.
