create /var/run in firstboot
[openwrt.git] / openwrt / package / base-files / Makefile
index adf2ffb..48099c9 100644 (file)
@@ -30,6 +30,9 @@ $(PKG_BUILD_DIR)/.prepared:
        mkdir -p $(PKG_BUILD_DIR) $(PACKAGE_DIR)
        touch $@
 
+$(PKG_BUILD_DIR)/.configured:
+       touch $@
+
 $(PKG_BUILD_DIR)/.built:
        touch $@
 
This page took 0.023499 seconds and 4 git commands to generate.