 9deef062a4
			
		
	
	9deef062a4
	
	
	
		
			
			Just stumbled across this LEDE legacy, without finding any real reason
to keep it.  There is a single LEDE_DEVICE_MANUFACTURER_URL dependency
in the luci feed repo which needs to be syncronized.
Signed-off-by: Bjørn Mork <bjorn@mork.no>
[re-added missing commit message]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 8a34a54b6a)
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| NAME="%D"
 | |
| VERSION="%V"
 | |
| ID="%d"
 | |
| ID_LIKE="lede openwrt"
 | |
| PRETTY_NAME="%D %V"
 | |
| VERSION_ID="%v"
 | |
| HOME_URL="%u"
 | |
| BUG_URL="%b"
 | |
| SUPPORT_URL="%s"
 | |
| BUILD_ID="%R"
 | |
| OPENWRT_BOARD="%S"
 | |
| OPENWRT_ARCH="%A"
 | |
| OPENWRT_TAINTS="%t"
 | |
| OPENWRT_DEVICE_MANUFACTURER="%M"
 | |
| OPENWRT_DEVICE_MANUFACTURER_URL="%m"
 | |
| OPENWRT_DEVICE_PRODUCT="%P"
 | |
| OPENWRT_DEVICE_REVISION="%h"
 | |
| OPENWRT_RELEASE="%D %V %C"
 |