projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab258e
)
vti: add empty install rules for vtiv4 & vtiv6
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Tue, 8 Nov 2016 14:28:43 +0000
(16:28 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 22 Dec 2016 15:33:28 +0000
(16:33 +0100)
Same as for grev4 & grev6
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/network/config/vti/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/vti/Makefile
b/package/network/config/vti/Makefile
index 7cf0ee913d899ddf61f4850288234dd0c2804bcb..bda2a9ab17a2696fa36087b2aa8f3d39026ffb6d 100644
(file)
--- a/
package/network/config/vti/Makefile
+++ b/
package/network/config/vti/Makefile
@@
-60,6
+60,14
@@
define Package/vti/install
$(INSTALL_BIN) ./files/vti.sh $(1)/lib/netifd/proto/vti.sh
endef
+define Package/vtiv4/install
+ :
+endef
+
+define Package/vtiv6/install
+ :
+endef
+
$(eval $(call BuildPackage,vti))
$(eval $(call BuildPackage,vtiv4))
$(eval $(call BuildPackage,vtiv6))