OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 181... Line 181...
181 since a branch point or a short Git commit ID. 181 since a branch point or a short Git commit ID.
Line 182... Line 182...
182   182  
183 config VERSION_REPO 183 config VERSION_REPO
184 string 184 string
185 prompt "Release repository" 185 prompt "Release repository"
186 default "http://downloads.lede-project.org/snapshots" 186 default "http://downloads.openwrt.org/releases/18.06-SNAPSHOT"
187 help 187 help
188 This is the repository address embedded in the image, it defaults 188 This is the repository address embedded in the image, it defaults
189 to the trunk snapshot repo; the url may contain the following placeholders: 189 to the trunk snapshot repo; the url may contain the following placeholders:
190 %R .. Repository revision ID 190 %R .. Repository revision ID
Line 200... Line 200...
200 %t .. Build taint flags, e.g. "no-all busybox" 200 %t .. Build taint flags, e.g. "no-all busybox"
201 %M .. Manufacturer name or "OpenWrt" 201 %M .. Manufacturer name or "OpenWrt"
202 %P .. Product name or "Generic" 202 %P .. Product name or "Generic"
203 %h .. Hardware revision or "v0" 203 %h .. Hardware revision or "v0"
Line 204... Line -...
204   -  
205 config VERSION_HOME_URL -  
206 string -  
207 prompt "Release Homepage" -  
208 help -  
209 This is the release version homepage -  
210   204  
211 config VERSION_MANUFACTURER 205 config VERSION_MANUFACTURER
212 string 206 string
213 prompt "Manufacturer name" 207 prompt "Manufacturer name"
214 help 208 help