projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove iptables modules
[openwrt.git]
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
S10boot
diff --git
a/target/default/target_skeleton/etc/init.d/S10boot
b/target/default/target_skeleton/etc/init.d/S10boot
index
47a255d
..
8b7ec9a
100755
(executable)
--- a/
target/default/target_skeleton/etc/init.d/S10boot
+++ b/
target/default/target_skeleton/etc/init.d/S10boot
@@
-1,6
+1,4
@@
#!/bin/sh
#!/bin/sh
-klogd
-syslogd -C 16
echo "S" > /proc/jffs2_bbc
mkdir -p /var/run
echo "S" > /proc/jffs2_bbc
mkdir -p /var/run
@@
-25,20
+23,18
@@
touch /var/log/lastlog
}
}
}
}
-cat /etc/modules /etc/modules.d/*
|
sed 's/^[^#]/insmod &/' 2>&-|ash
+cat /etc/modules /etc/modules.d/*
|
sed 's/^[^#]/insmod &/' 2>&-|ash
ifconfig lo 127.0.0.1 up
ifconfig eth0 promisc
HOSTNAME=$(nvram get wan_hostname)
HOSTNAME=${HOSTNAME%%.*}
ifconfig lo 127.0.0.1 up
ifconfig eth0 promisc
HOSTNAME=$(nvram get wan_hostname)
HOSTNAME=${HOSTNAME%%.*}
-echo ${HOSTNAME:=OpenWrt}
>
/proc/sys/kernel/hostname
+echo ${HOSTNAME:=OpenWrt}
>
/proc/sys/kernel/hostname
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
# automagically run firstboot
[ -z "$FAILSAFE" ] && {
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
# automagically run firstboot
[ -z "$FAILSAFE" ] && {
- { mount
|
grep jffs2 1>&-; } || firstboot
+ { mount
|
grep jffs2 1>&-; } || firstboot
}
}
-
-sysctl -p
This page took
0.022626 seconds
and
4
git commands to generate.