mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			421 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			421 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| LTQ_TAPI_BUILD_DEPENDS:=TARGET_lantiq_xway:kmod-ltq-tapi \
 | |
| 	TARGET_lantiq_xway:kmod-ltq-vmmc \
 | |
| 	TARGET_lantiq_falcon:kmod-ltq-tapi \
 | |
| 	TARGET_lantiq_falcon:kmod-ltq-vmmc
 | |
| 
 | |
| LTQ_TAPI_TARGET:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway)
 | |
| 
 | |
| LTQ_TAPI_DEPENDS:=$(LTQ_TAPI_TARGET) \
 | |
| 	+TARGET_lantiq_xway:kmod-ltq-tapi \
 | |
| 	+TARGET_lantiq_xway:kmod-ltq-vmmc \
 | |
| 	+TARGET_lantiq_falcon:kmod-ltq-tapi \
 | |
| 	+TARGET_lantiq_falcon:kmod-ltq-vmmc
 |