mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-04 10:01:54 +02:00
f187a489f1
- make zImage compile fine - set the ip addr to 192.168.254.101 - add more tty - format nand partition to 3 - cleanup keyboard - cleanup gmp940b driver - add color font patch, use setfont2 in userspace - add FPU in config, change font to 6x11 - add default CMDLINE, which is for zImage Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
23 lines
566 B
Plaintext
23 lines
566 B
Plaintext
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
CONFIG_BATTERY_JZ4740=y
|
|
CONFIG_CMDLINE="root=/dev/ram0 rootfstype=ramfs console=ttyS0,57600 console=tty0 mem=32M"
|
|
CONFIG_FB_JZ4740=y
|
|
CONFIG_FONT_6x11=y
|
|
# CONFIG_FONT_SUN8x16 is not set
|
|
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
CONFIG_JZ4740_ADC=y
|
|
CONFIG_JZ4740_QI_LB60=y
|
|
CONFIG_KEYBOARD_GPIO=y
|
|
CONFIG_KEYBOARD_MATRIX=y
|
|
CONFIG_LCD_CLASS_DEVICE=y
|
|
CONFIG_LCD_GPM940B0=y
|
|
CONFIG_LOGO=y
|
|
CONFIG_LOGO_OPENWRT_CLUT224=y
|
|
CONFIG_MIPS_FPU_EMU=y
|
|
CONFIG_SOC_JZ4740=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_BITBANG=y
|
|
CONFIG_SPI_GPIO=y
|
|
CONFIG_SPI_MASTER=y
|
|
CONFIG_USB_ETH_RNDIS=n
|