diff options
Diffstat (limited to 'openwrt/package/quagga/Makefile')
-rw-r--r-- | openwrt/package/quagga/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/quagga/Makefile b/openwrt/package/quagga/Makefile index e08688c62..a1cc12268 100644 --- a/openwrt/package/quagga/Makefile +++ b/openwrt/package/quagga/Makefile @@ -81,6 +81,7 @@ $(IPKG_QUAGGA): install -d -m0755 $(IDIR_QUAGGA)/etc/init.d/ install -m0755 ./files/quagga.init $(IDIR_QUAGGA)/etc/init.d/quagga ln -sf quagga $(IDIR_QUAGGA)/etc/init.d/S49quagga + install -m0755 $(IDIR_QUAGGA)/var/run/quagga $(RSTRIP) $(IDIR_QUAGGA) $(IPKG_BUILD) $(IDIR_QUAGGA) $(PACKAGE_DIR) |