[PATCH 1/3] imagebuilder: rename OpenWrt into Lede

Daniel Dickinson lede at daniel.thecshore.com
Thu May 5 11:03:43 PDT 2016


If you're interested, I can send you examples of a full rebrand patchset
(there are *quite* a few places to change, and this patchset doesn't get
them all) which I used in a "Don't blame OpenWrt" patchset I created
when I forked (although never publicly announced as wasn't entirely
convinced of the worth, and it wasn't ready).

Regards,

Daniel

On 16-05-05 01:33 PM, Alexander Couzens wrote:
> Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
> ---
>  target/imagebuilder/Config.in               | 2 +-
>  target/imagebuilder/files/repositories.conf | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/target/imagebuilder/Config.in b/target/imagebuilder/Config.in
> index 1bc4533..245c715 100644
> --- a/target/imagebuilder/Config.in
> +++ b/target/imagebuilder/Config.in
> @@ -1,5 +1,5 @@
>  config IB
> -	bool "Build the OpenWrt Image Builder"
> +	bool "Build the LEDE Image Builder"
>  	depends on !PROFILE_KCONFIG
>  	depends on !EXTERNAL_TOOLCHAIN
>  	help
> diff --git a/target/imagebuilder/files/repositories.conf b/target/imagebuilder/files/repositories.conf
> index 8f1f27f..93ed97b 100644
> --- a/target/imagebuilder/files/repositories.conf
> +++ b/target/imagebuilder/files/repositories.conf
> @@ -1,4 +1,4 @@
>  ## Place your custom repositories here, they must match the architecture and version.
>  # src/gz %n %U
> -# src custom file:///usr/src/openwrt/bin/%T/packages
> +# src custom file:///usr/src/lede/bin/%T/packages
>  
> 



More information about the Lede-dev mailing list