Skip to content

Commit

Permalink
openwrt: remove the default insecure init script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Apr 6, 2017
1 parent 3580e80 commit 0a9ff2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
3 changes: 0 additions & 3 deletions openwrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ endef
define Package/ttyd/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ttyd $(1)/usr/bin/

$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/ttyd.init $(1)/etc/init.d/ttyd
endef

$(eval $(call BuildPackage,ttyd))
26 changes: 0 additions & 26 deletions openwrt/files/ttyd.init

This file was deleted.

0 comments on commit 0a9ff2f

Please sign in to comment.