mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			446 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			446 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
 | |
| #
 | |
| #
 | |
| 
 | |
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| LUCI_TITLE:=LuCI Support for OpenMPTCProuter
 | |
| LUCI_DEPENDS:=+luci-lib-json +rdisc6 +curl +bind-dig +tracebox
 | |
| PKG_LICENSE:=GPLv3
 | |
| 
 | |
| #include ../luci/luci.mk
 | |
| include $(TOPDIR)/feeds/luci/luci.mk
 | |
| 
 | |
| define Package/luci-app-openmptcprouter/conffiles
 | |
| /etc/sysctl.d/zzz_openmptcprouter.conf
 | |
| endef
 | |
| 
 | |
| # call BuildPackage - OpenWrt buildroot signature
 |