mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 11:52:48 +02:00
nanonote-files add more nanonote config files
This commit is contained in:
parent
a3d14a9bf8
commit
1efced8ff8
@ -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
|
||||
|
16
nanonote-files/script-files/etc/config/network
Normal file
16
nanonote-files/script-files/etc/config/network
Normal 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
|
1
nanonote-files/script-files/etc/hosts
Normal file
1
nanonote-files/script-files/etc/hosts
Normal file
@ -0,0 +1 @@
|
||||
127.0.0.1 BenNanoNote localhost
|
Loading…
Reference in New Issue
Block a user