mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	vti: fix kmod dependencies
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 48704
This commit is contained in:
		
							parent
							
								
									d086d86e6c
								
							
						
					
					
						commit
						8c7aa9b6e1
					
				@ -32,7 +32,7 @@ endef
 | 
				
			|||||||
define Package/vtiv4
 | 
					define Package/vtiv4
 | 
				
			||||||
$(call Package/vti/Default)
 | 
					$(call Package/vti/Default)
 | 
				
			||||||
  TITLE:=Virtual IPsec Tunnel Interface (IPv4) config support
 | 
					  TITLE:=Virtual IPsec Tunnel Interface (IPv4) config support
 | 
				
			||||||
  DEPENDS:=@(PACKAGE_vti) +kmod-ip_vti
 | 
					  DEPENDS:=@(PACKAGE_vti) +kmod-ip-vti
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Package/vtiv4/description
 | 
					define Package/vtiv4/description
 | 
				
			||||||
@ -42,7 +42,7 @@ endef
 | 
				
			|||||||
define Package/vtiv6
 | 
					define Package/vtiv6
 | 
				
			||||||
$(call Package/vti/Default)
 | 
					$(call Package/vti/Default)
 | 
				
			||||||
  TITLE:=Virtual IPsec Tunnel Interface (IPv6) config support
 | 
					  TITLE:=Virtual IPsec Tunnel Interface (IPv6) config support
 | 
				
			||||||
  DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6_vti
 | 
					  DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6-vti
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Package/vtiv6/description
 | 
					define Package/vtiv6/description
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user