Skip to content

Commit fa69553

Browse files
author
John Crispin
committed
branding: add LEDE branding
Signed-off-by: John Crispin <[email protected]>
1 parent 343c3be commit fa69553

File tree

40 files changed

+76
-85
lines changed

40 files changed

+76
-85
lines changed

Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See /LICENSE for more information.
55
#
66

7-
mainmenu "OpenWrt Configuration"
7+
mainmenu "LEDE Configuration"
88

99
config MODULES
1010
option modules

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export TOPDIR LC_ALL LANG TZ
1414

1515
empty:=
1616
space:= $(empty) $(empty)
17-
$(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt directory must not include any spaces))
17+
$(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the LEDE directory must not include any spaces))
1818

1919
world:
2020

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the buildsystem for the OpenWrt Linux distribution.
1+
This is the buildsystem for the LEDE Linux distribution.
22

33
Please use "make menuconfig" to configure your appreciated
44
configuration for the toolchain and firmware.
@@ -20,7 +20,7 @@ the kernel and all choosen applications.
2020
You can use "scripts/flashing/flash.sh" for remotely updating your embedded
2121
system via tftp.
2222

23-
The OpenWrt system is documented in docs/. You will need a LaTeX distribution
23+
The LEDE system is documented in docs/. You will need a LaTeX distribution
2424
and the tex4ht package to build the documentation. Type "make -C docs/" to build it.
2525

2626
To build your own firmware you need to have access to a Linux, BSD or MacOSX system
@@ -29,7 +29,7 @@ the lack of case sensitiveness in the file system.
2929

3030

3131
Sunshine!
32-
Your OpenWrt Project
33-
http://openwrt.org
32+
Your LEDE Community
33+
http://www.lede-project.org
3434

3535

include/image.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ endef
120120

121121
define Image/BuildKernel/MkuImage
122122
mkimage -A $(ARCH) -O linux -T kernel -C $(1) -a $(2) -e $(3) \
123-
-n '$(call toupper,$(ARCH)) OpenWrt Linux-$(LINUX_VERSION)' -d $(4) $(5)
123+
-n '$(call toupper,$(ARCH)) LEDE Linux-$(LINUX_VERSION)' -d $(4) $(5)
124124
endef
125125

126126
define Image/BuildKernel/MkFIT
@@ -303,7 +303,7 @@ define Build/uImage
303303
mkimage -A $(LINUX_KARCH) \
304304
-O linux -T kernel \
305305
-C $(1) -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \
306-
-n '$(call toupper,$(LINUX_KARCH)) OpenWrt Linux-$(LINUX_VERSION)' -d $@ $@.new
306+
-n '$(call toupper,$(LINUX_KARCH)) LEDE Linux-$(LINUX_VERSION)' -d $@ $@.new
307307
@mv $@.new $@
308308
endef
309309

@@ -318,7 +318,7 @@ endef
318318

319319
define Build/netgear-dni
320320
$(STAGING_DIR_HOST)/bin/mkdniimg \
321-
-B $(NETGEAR_BOARD_ID) -v OpenWrt.$(REVISION) \
321+
-B $(NETGEAR_BOARD_ID) -v LEDE.$(REVISION) \
322322
$(if $(NETGEAR_HW_ID),-H $(NETGEAR_HW_ID)) \
323323
-r "$(1)" \
324324
-i $@ -o $@.new

include/prereq-build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(eval $(call TestHostCommand,working-make, \
2020
$(MAKE) -v | grep -E 'Make (3\.8[1-9]|3\.9[0-9]|[4-9]\.)'))
2121

2222
$(eval $(call TestHostCommand,case-sensitive-fs, \
23-
OpenWrt can only be built on a case-sensitive filesystem, \
23+
LEDE can only be built on a case-sensitive filesystem, \
2424
rm -f $(TMP_DIR)/test.*; touch $(TMP_DIR)/test.fs; \
2525
test ! -f $(TMP_DIR)/test.FS))
2626

include/version.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ VERSION_NUMBER:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
2525
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),$(REVISION))
2626

2727
VERSION_CODE:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
28-
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),Bleeding Edge)
28+
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),HEAD)
2929

3030
VERSION_NICK:=$(call qstrip_escape,$(CONFIG_VERSION_NICK))
3131
VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))
3232

3333
VERSION_REPO:=$(call qstrip_escape,$(CONFIG_VERSION_REPO))
34-
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/snapshots/trunk/%S/packages)
34+
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.lede-project.org/snapshots/trunk/%S/packages)
3535

3636
VERSION_DIST:=$(call qstrip_escape,$(CONFIG_VERSION_DIST))
37-
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)
37+
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),LEDE)
3838

3939
VERSION_MANUFACTURER:=$(call qstrip_escape,$(CONFIG_VERSION_MANUFACTURER))
40-
VERSION_MANUFACTURER:=$(if $(VERSION_MANUFACTURER),$(VERSION_MANUFACTURER),OpenWrt)
40+
VERSION_MANUFACTURER:=$(if $(VERSION_MANUFACTURER),$(VERSION_MANUFACTURER),LEDE)
4141

4242
VERSION_MANUFACTURER_URL:=$(call qstrip_escape,$(CONFIG_VERSION_MANUFACTURER_URL))
43-
VERSION_MANUFACTURER_URL:=$(if $(VERSION_MANUFACTURER_URL),$(VERSION_MANUFACTURER_URL),http://www.openwrt.org/)
43+
VERSION_MANUFACTURER_URL:=$(if $(VERSION_MANUFACTURER_URL),$(VERSION_MANUFACTURER_URL),http://www.lede-project.org/)
4444

4545
VERSION_PRODUCT:=$(call qstrip_escape,$(CONFIG_VERSION_PRODUCT))
4646
VERSION_PRODUCT:=$(if $(VERSION_PRODUCT),$(VERSION_PRODUCT),Generic)

package/base-files/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ define Package/base-files
3333
SECTION:=base
3434
CATEGORY:=Base system
3535
DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +fstools
36-
TITLE:=Base filesystem for OpenWrt
36+
TITLE:=Base filesystem for Lede
3737
URL:=http://openwrt.org/
3838
VERSION:=$(PKG_RELEASE)-$(REVISION)
3939
endef
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
_______ ________ __
2-
| |.-----.-----.-----.| | | |.----.| |_
3-
| - || _ | -__| || | | || _|| _|
4-
|_______|| __|_____|__|__||________||__| |____|
5-
|__| W I R E L E S S F R E E D O M
6-
-----------------------------------------------------
7-
DESIGNATED DRIVER (%C, %R)
8-
-----------------------------------------------------
9-
* 2 oz. Orange Juice Combine all juices in a
10-
* 2 oz. Pineapple Juice tall glass filled with
11-
* 2 oz. Grapefruit Juice ice, stir well.
12-
* 2 oz. Cranberry Juice
13-
-----------------------------------------------------
1+
_________
2+
/ /\ _ ___ ___ ___
3+
/ LE / \ | | | __| \| __|
4+
/ DE / \ | |__| _|| |) | _|
5+
/________/ LE \ |____|___|___/|___| lede-project.org
6+
\ \ DE /
7+
\ LE \ / -----------------------------------------------------------
8+
\ DE \ / Reboot (%C, %R)
9+
\________\/ -----------------------------------------------------------
10+

package/base-files/files/etc/config/system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
config system
2-
option hostname OpenWrt
2+
option hostname lede
33
option timezone UTC
44

55
config timeserver ntp

package/base-files/files/etc/init.d/system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USE_PROCD=1
77
validate_system_section()
88
{
99
uci_validate_section system system "${1}" \
10-
'hostname:string:OpenWrt' \
10+
'hostname:string:lede' \
1111
'conloglevel:uinteger' \
1212
'buffersize:uinteger' \
1313
'timezone:string:UTC' \

0 commit comments

Comments
 (0)