Add a package for handling upgrade-scripts speific for the WAN radio operation. This way, the config mode interface can be removed seperately from the core functionality to perform tasks on system upgrade. This can be useful when the setup-mode is removed entirely for space preservation.
		
			
				
	
	
		
			15 lines
		
	
	
		
			305 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			305 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| PKG_NAME:=gluon-web-private-wifi
 | |
| PKG_VERSION:=1
 | |
| PKG_RELEASE:=1
 | |
| 
 | |
| include ../gluon.mk
 | |
| 
 | |
| define Package/gluon-web-private-wifi
 | |
|   DEPENDS:=+gluon-web-admin +gluon-private-wifi
 | |
|   TITLE:=UI for activating a private WLAN
 | |
| endef
 | |
| 
 | |
| $(eval $(call BuildPackageGluon,gluon-web-private-wifi))
 |