mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:43:07 +02:00
set executable bit on S60olsrd (fixes #184)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c9efa8780d
commit
372b222a60
@ -65,7 +65,7 @@ $(IPKG_OLSRD):
|
||||
install -d -m0755 $(IDIR_OLSRD)/usr/sbin
|
||||
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/olsrd $(IDIR_OLSRD)/usr/sbin/
|
||||
install -d -m0755 $(IDIR_OLSRD)/etc/init.d
|
||||
cp -fpR ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/S60olsrd
|
||||
install -m0755 ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/S60olsrd
|
||||
$(RSTRIP) $(IDIR_OLSRD)
|
||||
$(IPKG_BUILD) $(IDIR_OLSRD) $(PACKAGE_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user