From 5410980342c3522f4eb4a39cdee06fe9eec88b11 Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 14 Nov 2005 23:07:18 +0000
Subject: [PATCH] create /var/run in firstboot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 openwrt/package/base-files/default/bin/firstboot | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openwrt/package/base-files/default/bin/firstboot b/openwrt/package/base-files/default/bin/firstboot
index eff7063b1..604721873 100755
--- a/openwrt/package/base-files/default/bin/firstboot
+++ b/openwrt/package/base-files/default/bin/firstboot
@@ -60,3 +60,6 @@ mount none /tmp  -t ramfs
 umount /rom/proc
 umount /rom/tmp
 umount /rom/dev
+
+# normally created by boot script
+mkdir -p /var/run
-- 
2.20.1