1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-29 01:05:27 +03:00

nanonote-files add more nanonote config files

This commit is contained in:
Xiangfu 2012-03-30 16:47:56 +08:00
parent a3d14a9bf8
commit 1efced8ff8
3 changed files with 18 additions and 1 deletions

View File

@ -252,8 +252,8 @@ CONFIG_PACKAGE_libmagic=y
CONFIG_PACKAGE_libmikmod=y
CONFIG_PACKAGE_libmpcdec=y
CONFIG_PACKAGE_libmysqlclient=y
CONFIG_PACKAGE_libncursesw=y
CONFIG_PACKAGE_libncurses=y
CONFIG_PACKAGE_libncursesw=y
CONFIG_PACKAGE_libogg=y
CONFIG_PACKAGE_libopenssl=y
CONFIG_PACKAGE_libpcap=y

View File

@ -0,0 +1,16 @@
# Copyright (C) 2006 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname usb0
option proto static
option ipaddr 192.168.254.101
option netmask 255.255.255.0
option gateway 192.168.254.100
option dns "8.8.8.8 8.8.4.4"
option hostname BenNanoNote

View File

@ -0,0 +1 @@
127.0.0.1 BenNanoNote localhost