Root/nanonote-files/data/qi_lb60/conf/config.xbboot

1#
2# This file must be copied to .config in the OpenWrt root folder,
3# then run: yes "" | make oldconfig > /dev/null
4#
5
6#
7# This config file builds an image that can be used with xbboot.
8# It enables CONFIG_TARGET_ROOTFS_INITRAMFS and only selects basic
9# packages.
10#
11# 1. at the root of openwrt folder:
12# $ cp data/qi_lb60/conf/config.xbboot .config
13# $ yes "" | make oldconfig > /dev/null
14# $ make
15#
16# 2. upload the image to Ben NanoNote
17# boot Ben NanoNote to USBBOOT mode.
18# $ sudo xbboot -u 0x80600000 bin/xburst/openwrt-xburst-qi_lb60-zImage.bin
19#
20# then the NanoNote will boot. setup a password for ssh or use telnet to login NanoNote.
21#
22
23# TODO:
24# this config file does not work on tracking_trunk branch:
25# some patch not goto the trunk branch.
26# add some packages, kernel give different error message!
27
28CONFIG_TARGET_xburst=y
29CONFIG_TARGET_xburst_qi_lb60=y
30# CONFIG_TARGET_ROOTFS_TARGZ is not set
31# CONFIG_TARGET_ROOTFS_JFFS2 is not set
32CONFIG_TARGET_ROOTFS_INITRAMFS=y
33CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA=y
34# CONFIG_BUILD_PATENTED is not set
35CONFIG_PACKAGE_mtd-utils=y
36CONFIG_PACKAGE_sshfs=y

Archive Download this file



interactive