projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] Fix missing dependency in solos-pci module
[openwrt.git]
/
package
/
6in4
/
Makefile
diff --git
a/package/6in4/Makefile
b/package/6in4/Makefile
index
725c283
..
5722a48
100644
(file)
--- a/
package/6in4/Makefile
+++ b/
package/6in4/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=6in4
include $(TOPDIR)/rules.mk
PKG_NAME:=6in4
-PKG_VERSION:=
1
+PKG_VERSION:=
6
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
@@
-36,6
+36,8
@@
endef
define Package/6in4/install
$(INSTALL_DIR) $(1)/lib/network
$(INSTALL_DATA) ./files/6in4.sh $(1)/lib/network/6in4.sh
define Package/6in4/install
$(INSTALL_DIR) $(1)/lib/network
$(INSTALL_DATA) ./files/6in4.sh $(1)/lib/network/6in4.sh
+ $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
+ $(INSTALL_DATA) ./files/6in4.hotplug $(1)/etc/hotplug.d/iface/90-6in4
endef
$(eval $(call BuildPackage,6in4))
endef
$(eval $(call BuildPackage,6in4))
This page took
0.024715 seconds
and
4
git commands to generate.