Index: target/linux/x86/image/menu.lst =================================================================== --- target/linux/x86/image/menu.lst (revision 22460) +++ target/linux/x86/image/menu.lst (working copy) @@ -4,12 +4,12 @@ default 0 timeout 5 -title OpenWrt +title LibreWRT GNU+Linux root (hd0,0) kernel /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios boot -title OpenWrt (failsafe) +title LibreWRT GNU+Linux (failsafe) root (hd0,0) kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios boot Index: target/linux/x86/Makefile =================================================================== --- target/linux/x86/Makefile (revision 22460) +++ target/linux/x86/Makefile (working copy) @@ -12,7 +12,7 @@ FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia targz SUBTARGETS=generic olpc xen_domu ep80579 net5501 -LINUX_VERSION:=2.6.32.16 +LINUX_VERSION:=2.6.32.16-libre1 include $(INCLUDE_DIR)/target.mk Index: target/linux/xburst/image/Makefile =================================================================== --- target/linux/xburst/image/Makefile (revision 22460) +++ target/linux/xburst/image/Makefile (working copy) @@ -27,7 +27,7 @@ define MkImageGzip gzip -9 -c $(1) > $(1).gz mkimage -A mips -O linux -T kernel -a 0x80010000 -C gzip \ - -e $(call kernel_entry,$(LINUX_DIR)/vmlinux) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \ + -e $(call kernel_entry,$(LINUX_DIR)/vmlinux) -n 'MIPS LibreWRT GNU+Linux-$(LINUX_VERSION)' \ -d $(1).gz $(2) endef Index: target/linux/ar71xx/Makefile =================================================================== --- target/linux/ar71xx/Makefile (revision 22460) +++ target/linux/ar71xx/Makefile (working copy) @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time SUBTARGETS:=generic nand -LINUX_VERSION:=2.6.32.16 +LINUX_VERSION:=2.6.32.16-libre1 include $(INCLUDE_DIR)/target.mk Index: target/linux/uml/README =================================================================== --- target/linux/uml/README (revision 22460) +++ target/linux/uml/README (working copy) @@ -1,4 +1,4 @@ -Openwrt inside a user mode linux. Why would we even want this many ask? +LibreWRT inside a user mode GNU+Linux. Why would we even want this many ask? There are potentially a lot of reasons, one obvious one to me, it allows folks to 'kick the tires' without actually flashing up any hardware. It's @@ -17,7 +17,7 @@ In your bin directory you will find a kernel and an ext2 root file system when it's finished. Just run it like this:- -bin/uml/openwrt-uml-vmlinux ubd0=bin/uml/openwrt-uml-ext2.img con=null ssl=null ssl0=fd:0,fd:1 con0=null,fd:2 +bin/uml/librewrt-uml-vmlinux ubd0=bin/uml/librewrt-uml-ext2.img con=null ssl=null ssl0=fd:0,fd:1 con0=null,fd:2 The uml will start, and eventually the serial console of the uml will be at your console prompt. If you would like it in xterms, substitute con=xterm and con0=xterm. Index: target/linux/generic/patches-2.6.34/840-unable_to_open_console.patch =================================================================== --- target/linux/generic/patches-2.6.34/840-unable_to_open_console.patch (revision 22460) +++ target/linux/generic/patches-2.6.34/840-unable_to_open_console.patch (working copy) @@ -5,7 +5,7 @@ /* Open the /dev/console on the rootfs, this should never fail */ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); ++ printk(KERN_WARNING "Please be patient, while LibreWRT loads ...\n"); (void) sys_dup(0); (void) sys_dup(0); Index: target/linux/generic/patches-2.6.25/840-unable_to_open_console.patch =================================================================== --- target/linux/generic/patches-2.6.25/840-unable_to_open_console.patch (revision 22460) +++ target/linux/generic/patches-2.6.25/840-unable_to_open_console.patch (working copy) @@ -5,7 +5,7 @@ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); ++ printk(KERN_WARNING "Please be patient, while LibreWRT loads ...\n"); (void) sys_dup(0); (void) sys_dup(0); Index: target/linux/generic/patches-2.6.35/840-unable_to_open_console.patch =================================================================== --- target/linux/generic/patches-2.6.35/840-unable_to_open_console.patch (revision 22460) +++ target/linux/generic/patches-2.6.35/840-unable_to_open_console.patch (working copy) @@ -5,7 +5,7 @@ /* Open the /dev/console on the rootfs, this should never fail */ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); ++ printk(KERN_WARNING "Please be patient, while LibreWRT loads ...\n"); (void) sys_dup(0); (void) sys_dup(0); Index: target/linux/generic/base-files/init =================================================================== --- target/linux/generic/base-files/init (revision 22460) +++ target/linux/generic/base-files/init (working copy) @@ -65,7 +65,7 @@ let COUNTER=COUNTER+1 done [ -e /mnt/etc/banner ] || { - export FAILSAFE="No Openwrt FS" + export FAILSAFE="No LibreWRT FS" exec /bin/busybox init } Index: target/linux/generic/patches-2.6.30/840-unable_to_open_console.patch =================================================================== --- target/linux/generic/patches-2.6.30/840-unable_to_open_console.patch (revision 22460) +++ target/linux/generic/patches-2.6.30/840-unable_to_open_console.patch (working copy) @@ -5,7 +5,7 @@ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); ++ printk(KERN_WARNING "Please be patient, while LibreWRT loads ...\n"); (void) sys_dup(0); (void) sys_dup(0); Index: target/linux/generic/patches-2.6.31/840-unable_to_open_console.patch =================================================================== --- target/linux/generic/patches-2.6.31/840-unable_to_open_console.patch (revision 22460) +++ target/linux/generic/patches-2.6.31/840-unable_to_open_console.patch (working copy) @@ -5,7 +5,7 @@ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); ++ printk(KERN_WARNING "Please be patient, while LibreWRT loads ...\n"); (void) sys_dup(0); (void) sys_dup(0); Index: target/linux/generic/patches-2.6.32/840-unable_to_open_console.patch =================================================================== --- target/linux/generic/patches-2.6.32/840-unable_to_open_console.patch (revision 22460) +++ target/linux/generic/patches-2.6.32/840-unable_to_open_console.patch (working copy) @@ -5,7 +5,7 @@ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); ++ printk(KERN_WARNING "Please be patient, while LibreWRT loads ...\n"); (void) sys_dup(0); (void) sys_dup(0); Index: target/linux/generic/patches-2.6.33/840-unable_to_open_console.patch =================================================================== --- target/linux/generic/patches-2.6.33/840-unable_to_open_console.patch (revision 22460) +++ target/linux/generic/patches-2.6.33/840-unable_to_open_console.patch (working copy) @@ -5,7 +5,7 @@ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); ++ printk(KERN_WARNING "Please be patient, while LibreWRT loads ...\n"); (void) sys_dup(0); (void) sys_dup(0); Index: target/toolchain/files/README.TOOLCHAIN =================================================================== --- target/toolchain/files/README.TOOLCHAIN (revision 22460) +++ target/toolchain/files/README.TOOLCHAIN (working copy) @@ -1,2 +1,2 @@ -This is the OpenWrt SDK. It contains just the toolchain created +This is the LibreWRT SDK. It contains just the toolchain created by buildroot. Index: target/toolchain/Config.in =================================================================== --- target/toolchain/Config.in (revision 22460) +++ target/toolchain/Config.in (working copy) @@ -1,6 +1,6 @@ config MAKE_TOOLCHAIN - bool "Build the OpenWrt based Toolchain" + bool "Build the LibreWRT based Toolchain" depends !EXTERNAL_TOOLCHAIN help - This is essentially the toolchain created by OpenWrt. + This is essentially the toolchain created by LibreWrt. Index: target/toolchain/Makefile =================================================================== --- target/toolchain/Makefile (revision 22460) +++ target/toolchain/Makefile (working copy) @@ -16,7 +16,7 @@ PKG_OS:=$(shell uname -s) PKG_CPU:=$(shell uname -m) -TOOLCHAIN_NAME:=OpenWrt-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX) +TOOLCHAIN_NAME:=LibreWRT-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX) TOOLCHAIN_BUILD_DIR:=$(BUILD_DIR)/$(TOOLCHAIN_NAME) EXCLUDE_DIRS:=*/ccache \ */stamp \ Index: target/sdk/files/Makefile =================================================================== --- target/sdk/files/Makefile (revision 22460) +++ target/sdk/files/Makefile (working copy) @@ -1,4 +1,4 @@ -# Makefile for OpenWrt +# Makefile for LibreWRT # # Copyright (C) 2007 OpenWrt.org # Index: target/sdk/files/README.SDK =================================================================== --- target/sdk/files/README.SDK (revision 22460) +++ target/sdk/files/README.SDK (working copy) @@ -1,7 +1,7 @@ -This is the OpenWrt SDK. It contains a stripped-down version of +This is the LibreWRT SDK. It contains a stripped-down version of the buildroot. You can use it to test/develop packages without having to compile your own toolchain or any of the libraries -included with OpenWrt. +included with LibreWRT. To use it, just put your buildroot-compatible package directory in the subdir 'package/' and run 'make' from this directory. Index: target/sdk/Config.in =================================================================== --- target/sdk/Config.in (revision 22460) +++ target/sdk/Config.in (working copy) @@ -1,9 +1,9 @@ config SDK - bool "Build the OpenWrt SDK" + bool "Build the LibreWRT SDK" depends !EXTERNAL_TOOLCHAIN help This is essentially a stripped-down version of the buildroot with a precompiled toolchain. It can be used to develop and - test packages for OpenWrt before including them in the buildroot + test packages for LibreWRT before including them in the buildroot Index: target/sdk/Makefile =================================================================== --- target/sdk/Makefile (revision 22460) +++ target/sdk/Makefile (working copy) @@ -14,7 +14,7 @@ PKG_OS:=$(shell uname -s) PKG_CPU:=$(shell uname -m) -SDK_NAME:=OpenWrt-SDK-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)_$(LIBC)-$(LIBCV) +SDK_NAME:=LibreWRT-SDK-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)_$(LIBC)-$(LIBCV) SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME) EXCLUDE_DIRS:=*/ccache \ */stamp \ Index: target/imagebuilder/files/Makefile =================================================================== --- target/imagebuilder/files/Makefile (revision 22460) +++ target/imagebuilder/files/Makefile (working copy) @@ -1,4 +1,4 @@ -# Makefile for OpenWrt +# Makefile for LibreWRT # # Copyright (C) 2007-2010 OpenWrt.org # Index: target/imagebuilder/Config.in =================================================================== --- target/imagebuilder/Config.in (revision 22460) +++ target/imagebuilder/Config.in (working copy) @@ -1,5 +1,5 @@ config IB - bool "Build the OpenWrt Image Builder" + bool "Build the LibreWRT Image Builder" depends !TARGET_ROOTFS_INITRAMFS depends !PROFILE_KCONFIG depends !EXTERNAL_TOOLCHAIN Index: target/imagebuilder/Makefile =================================================================== --- target/imagebuilder/Makefile (revision 22460) +++ target/imagebuilder/Makefile (working copy) @@ -14,7 +14,7 @@ PKG_OS:=$(shell uname -s) PKG_CPU:=$(shell uname -m | sed "s/ //g") -IB_NAME:=OpenWrt-ImageBuilder-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU) +IB_NAME:=LibreWRT-ImageBuilder-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU) PKG_BUILD_DIR:=$(BUILD_DIR)/$(IB_NAME) IB_KDIR:=$(patsubst $(TOPDIR)/%,$(PKG_BUILD_DIR)/%,$(KERNEL_BUILD_DIR))