1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 02:16:43 +03:00

add missing config file and init script in the package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2675 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-12-14 23:24:44 +00:00
parent 224068b0aa
commit 152acf6f40

View File

@ -29,6 +29,10 @@ $(PKG_BUILD_DIR)/.built:
touch $@
$(IPKG_VRRPD):
install -d -m0755 $(IDIR_VRRPD)/etc/default
install -m0644 ./files/vrrpd.default $(IDIR_VRRPD)/etc/default/vrrpd
install -d -m0755 $(IDIR_VRRPD)/etc/init.d
install -m0755 ./files/vrrpd.init $(IDIR_VRRPD)/etc/init.d/vrrpd
install -d -m0755 $(IDIR_VRRPD)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/vrrpd $(IDIR_VRRPD)/usr/sbin/
$(RSTRIP) $(IDIR_VRRPD)