Fix a typo that would prevent knockd from building (#1047)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5776 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ae2b308e6d
commit
a42539b857
@ -79,7 +79,7 @@ define Package/knock/install
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/knock $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
define Package/kockd/install
|
||||
define Package/knockd/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
install -m0600 $(PKG_INSTALL_DIR)/etc/knockd.conf $(1)/etc/
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user