remove broadcom specific stuff from default base files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5543 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-11-17 02:58:22 +00:00
parent 882ff759af
commit cfea8f5952
1 changed files with 0 additions and 7 deletions

View File

@ -16,11 +16,4 @@ klogd
done
sysctl -p >&-
# automagically run firstboot
{ mount|grep "on / type tmpfs" 1>&-; } && {
lock /tmp/.switch2jffs
firstboot switch2jffs
lock -u /tmp/.switch2jffs
}
) | logger -s -p 6 -t '' &