更新 Makefile
Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
parent
63e022dc4f
commit
4823824ba7
6
Makefile
6
Makefile
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nat6
|
||||
PKG_VERSION:=1.0.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=sbwml <admin@cooluc.com>
|
||||
|
||||
@ -19,8 +19,8 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/nat6/install
|
||||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
||||
$(INSTALL_BIN) ./files/60-luci-firewall-nat6 $(1)/etc/uci-defaults
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
||||
$(INSTALL_DATA) ./files/nat6.hotplug $(1)/etc/hotplug.d/iface/90-nat6.hotplug
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/nat6.init $(1)/etc/init.d/nat6
|
||||
$(INSTALL_DIR) $(1)/usr/share/ucitrack
|
||||
|
Loading…
x
Reference in New Issue
Block a user