mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-10-30 07:50:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			316 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			316 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #
 | |
| #-- Copyright (C) 2021 dz <dingzhong110@gmail.com>
 | |
| #
 | |
| 
 | |
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| LUCI_TITLE:=LuCI Support for easymesh
 | |
| LUCI_DEPENDS:= +kmod-cfg80211 +batctl-default +kmod-batman-adv +wpad-mesh-openssl +dawn
 | |
| PKG_VERSION:=2.0
 | |
| 
 | |
| include $(TOPDIR)/feeds/luci/luci.mk
 | |
| 
 | |
| # call BuildPackage - OpenWrt buildroot signature
 | 
