mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-10-30 07:50:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			396 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			396 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| PKG_NAME:=luci-app-argone-config
 | |
| PKG_VERSION:=1.2
 | |
| PKG_RELEASE:=2
 | |
| 
 | |
| PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
 | |
| 
 | |
| LUCI_TITLE:=LuCI page for Argone Config
 | |
| LUCI_PKGARCH:=all
 | |
| LUCI_DEPENDS:=+luci-compat +luci-theme-argone
 | |
| 
 | |
| define Package/$(PKG_NAME)/conffiles
 | |
| /etc/config/argone
 | |
| endef
 | |
| 
 | |
| include $(TOPDIR)/feeds/luci/luci.mk
 | |
| 
 | |
| # call BuildPackage - OpenWrt buildroot signature
 | 
![github-actions[bot]](/assets/img/avatar_default.png)