add hackish makfile, so that other developers could build images. anyone shuld clean...
[openwrt-10.03/.git] / target / default / target_skeleton / etc / init.d / S10boot
1 #!/bin/sh
2 klogd
3 syslogd -C 16 
4 sysctl -p
5 echo "S" > /proc/jffs2_bbc
6
7 mkdir -p /var/run
8
9 [ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
10   # if default wifi mac, set two higher than the lan mac
11   nvram set il0macaddr=$(nvram get et0macaddr|
12   awk '{OFS=FS=":";for(x=7,y=2;--x;){$x=sprintf("%02x",(y+="0x"$x)%256);y/=256}print}')
13 }
14
15 insmod et
16 insmod wi
17
18 ifconfig lo 127.0.0.1 up
19 ifconfig eth0 promisc
20
21 HOSTNAME=$(nvram get wan_hostname)
22 HOSTNAME=${HOSTNAME%%.*}
23 echo ${HOSTNAME:=OpenWrt} > /proc/sys/kernel/hostname
24
25 vconfig set_name_type VLAN_PLUS_VID_NO_PAD