mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
finally fix/tweaks for vncrepeater (thanks to Russell Harmon)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3654 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bc099635c5
commit
f7ffca0dbe
@ -34,7 +34,9 @@ $(PKG_BUILD_DIR)/.built:
|
||||
$(IPKG_VNCREPEATER):
|
||||
install -d -m0755 $(IDIR_VNCREPEATER)/usr/sbin $(IDIR_VNCREPEATER)/etc
|
||||
$(CP) $(PKG_BUILD_DIR)/repeater $(IDIR_VNCREPEATER)/usr/sbin/$(PKG_NAME)
|
||||
$(CP) $(PKG_BUILD_DIR)/u$(PKG_NAME).ini $(IDIR_VNCREPEATER)/etc/
|
||||
install -d -m0755 $(IDIR_VNCREPEATER)/etc
|
||||
$(CP) $(PKG_BUILD_DIR)/uvncrepeater.ini $(IDIR_VNCREPEATER)/etc/vncrepeater.conf
|
||||
install -d -m0755 $(IDIR_VNCREPEATER)/etc/init.d
|
||||
$(CP) $(PKG_BUILD_DIR)/S60vncrepeater $(IDIR_VNCREPEATER)/etc/init.d/
|
||||
$(RSTRIP) $(IDIR_VNCREPEATER)
|
||||
$(IPKG_BUILD) $(IDIR_VNCREPEATER) $(PACKAGE_DIR)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user