summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 177e6c0..d41f2e5 100755
--- a/build
+++ b/build
@@ -40,7 +40,8 @@ basefiles.buildstamp:
ln -s ../init.d/sysfs etc/rc.d/S01sysfs && \
ln -s ../init.d/mdev etc/rc.d/S02mdev && \
ln -s ../init.d/mountall etc/rc.d/S03mountall && \
- ln -s ../init.d/networking etc/rc.d/S04networking
+ ln -s ../init.d/networking etc/rc.d/S04networking && \
+ ln -s ../init.d/syslog etc/rc.d/S05syslog
oh-installfiles $(PKGS)
oh-installdocs basefiles
oh-gencontrol $(PKGS)