mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
move to new init.d structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
21
root/etc/init.d/S10boot
Executable file
21
root/etc/init.d/S10boot
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
sysctl -p
|
||||
|
||||
insmod diag
|
||||
echo "0x01" > /proc/sys/diag
|
||||
|
||||
# networking stub
|
||||
insmod et
|
||||
insmod wl
|
||||
|
||||
ifconfig lo 127.0.0.1 up
|
||||
ifconfig eth0 promisc
|
||||
|
||||
HOSTNAME=$(nvram get wan_hostname)
|
||||
DOMAINNAME=${HOSTNAME##*.}
|
||||
HOSTNAME=${HOSTNAME%%.*}
|
||||
|
||||
echo ${HOSTNAME:=OpenWrt} > /proc/sys/kernel/hostname
|
||||
echo ${DOMAINNAME:=lan} > /proc/sys/kernel/domainname
|
||||
|
||||
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
|
||||
Reference in New Issue
Block a user