mirror of
				https://github.com/openwrt/luci.git
				synced 2025-10-31 21:28:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Copyright (C) 2018 Jo-Philipp Wich <jo@mein.io>
 | |
| #
 | |
| # This is free software, licensed under the Apache License, Version 2.0 .
 | |
| #
 | |
| 
 | |
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| LUCI_TITLE:=Legacy opkg interface class
 | |
| LUCI_DEPENDS:=+luci-base
 | |
| 
 | |
| PKG_LICENSE:=Apache-2.0
 | |
| 
 | |
| include ../../luci.mk
 | |
| 
 | |
| # call BuildPackage - OpenWrt buildroot signature
 |