mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# See /LICENSE for more information.
 | 
						|
# This is free software, licensed under the GNU General Public License v2.
 | 
						|
 | 
						|
include $(TOPDIR)/rules.mk
 | 
						|
 | 
						|
LUCI_TITLE:=LuCI support for sysupgrades
 | 
						|
LUCI_DEPENDS:=+luci-base +uhttpd-mod-ubus +rpcd +rpcd-mod-rpcsys +cgi-io
 | 
						|
 | 
						|
include $(TOPDIR)/feeds/luci/luci.mk
 | 
						|
 | 
						|
# call BuildPackage - OpenWrt buildroot signature
 |