mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-10-30 07:50:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			341 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			341 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| PKG_NAME:=luci-app-design-config
 | |
| 
 | |
| PKG_MAINTAINER:=gngpp <gngppz@gmail.com>
 | |
| 
 | |
| LUCI_TITLE:=LuCI page for Design Config
 | |
| LUCI_PKGARCH:=all
 | |
| LUCI_DEPENDS:=+luci-compat
 | |
| 
 | |
| define Package/$(PKG_NAME)/conffiles
 | |
| /etc/config/design
 | |
| endef
 | |
| 
 | |
| include $(TOPDIR)/feeds/luci/luci.mk
 | |
| 
 | |
| # call BuildPackage - OpenWrt buildroot signature
 | 
