Change Details
| data/qi_lb60/conf/config.full_system |
| 259 | 259 | CONFIG_PACKAGE_wget=y |
| 260 | 260 | CONFIG_PACKAGE_nfs-utils=y |
| 261 | 261 | CONFIG_PACKAGE_netcat=y |
| 262 | CONFIG_PACKAGE_sshfs=y |
| 262 | 263 | # |
| 263 | 264 | CONFIG_KEXEC_TOOLS_TARGET_NAME="mipsel" |
| 264 | 265 | CONFIG_PACKAGE_lsof=y |
| data/qi_lb60/conf/config.xbboot |
| 33 | 33 | CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA=y |
| 34 | 34 | # CONFIG_BUILD_PATENTED is not set |
| 35 | 35 | CONFIG_PACKAGE_mtd-utils=y |
| 36 | CONFIG_PACKAGE_sshfs=y |
| data/qi_lb60/files/usr/bin/fw_setenv_default |
| 1 | #!/bin/sh |
| 2 | |
| 3 | fw_setenv bootargs mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait |
| 4 | fw_setenv bootcmd nand read 0x80600000 0x400000 0x200000\;bootm |
| 5 | fw_setenv bootargsfromsd mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p1 rw rootwait |
| 6 | fw_setenv bootcmdfromsd mmc init\; ext2load mmc 0 0x80600000 /boot/uImage\; bootm |
| 7 | fw_setenv bootdelay 0 |
| 8 | fw_setenv baudrate 57600 |
| 9 | fw_setenv loads_echo 1 |
| 10 | fw_setenv stdin serial |
| 11 | fw_setenv stderr serial |
| 12 | fw_setenv stdout serial |
| 13 | |
Download the corresponding diff file