From 7d51245340742956d612c8a569f904d3a946135f Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 19 Feb 2005 13:00:30 +0000 Subject: demistifying make *clean targets, fix some clean targets issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@272 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 000000000..d718e5971 --- /dev/null +++ b/README @@ -0,0 +1,29 @@ +This is the buildsystem for the OpenWrt Linux Distribution +It is a modified uClibc buildroot2. + +Please use "make menuconfig" to configure your appreciated +configuration for the toolchain and firmware. + +Simply running 'make' will build your firmware and a tarball +of kernel modules. It will download all sources, build the +cross-compile toolchain, the kernel and all choosen applications. + +You can use flash.sh for remotely updating your embedded system +via tftp. + + +There are some cleanup targets we would like to explain. +"make clean" will only clean the firmware images and the root +filesystem. "make dirclean" will remove the extracted kernel source +and all exctracted software. (busybox,bridge-utils,..), but will +preserve your toolchain. (compiler,linker,..) +"make distclean" will remove everything, including the toolchain, +all downloaded source code archives and your firmware configuration. +You can cleanup separate directories by using "make application-dirclean" +and rebuild the firmware with "make". + +Be happy.. + Your OpenWRT Project + http://www.openwrt.org + + -- cgit v1.2.3 From a3abfde50f45560d056610212eb674959999197b Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 23 Feb 2005 21:01:20 +0000 Subject: OpenWRT -> OpenWrt git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@287 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index d718e5971..c79070cfa 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ You can cleanup separate directories by using "make application-dirclean" and rebuild the firmware with "make". Be happy.. - Your OpenWRT Project + Your OpenWrt Project http://www.openwrt.org -- cgit v1.2.3 From b7a5a29ecb22d80d8a68951f207967c8437dc2e1 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 23 Feb 2005 21:50:10 +0000 Subject: I do not believe that users will cleanup kernelsource, when switching rootfs. force it with scripts and Makefile changes from Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@290 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index c79070cfa..7d937e76d 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Simply running 'make' will build your firmware and a tarball of kernel modules. It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications. -You can use flash.sh for remotely updating your embedded system +You can use scripts/flash.sh for remotely updating your embedded system via tftp. -- cgit v1.2.3 From 47fe395ddca5350dec313100a1edb29eace59f81 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 12 Mar 2005 01:22:56 +0000 Subject: remove stuff, update to reality git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@363 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'README') diff --git a/README b/README index 7d937e76d..7db8637a2 100644 --- a/README +++ b/README @@ -1,27 +1,16 @@ -This is the buildsystem for the OpenWrt Linux Distribution +This is the buildsystem for the OpenWrt Linux distribution It is a modified uClibc buildroot2. Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. -Simply running 'make' will build your firmware and a tarball -of kernel modules. It will download all sources, build the -cross-compile toolchain, the kernel and all choosen applications. +Simply running 'make' will build your firmware. +It will download all sources, build the cross-compile toolchain, +the kernel and all choosen applications. You can use scripts/flash.sh for remotely updating your embedded system via tftp. - -There are some cleanup targets we would like to explain. -"make clean" will only clean the firmware images and the root -filesystem. "make dirclean" will remove the extracted kernel source -and all exctracted software. (busybox,bridge-utils,..), but will -preserve your toolchain. (compiler,linker,..) -"make distclean" will remove everything, including the toolchain, -all downloaded source code archives and your firmware configuration. -You can cleanup separate directories by using "make application-dirclean" -and rebuild the firmware with "make". - Be happy.. Your OpenWrt Project http://www.openwrt.org -- cgit v1.2.3 From 21db875713e9dab2d6560f121b8e856fd182a773 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 2 Apr 2005 12:12:58 +0000 Subject: lzma loader patch from oleg, great thanks good work, saves another 300 kb flashmemory git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@513 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 7db8637a2..ee704de65 100644 --- a/README +++ b/README @@ -11,8 +11,10 @@ the kernel and all choosen applications. You can use scripts/flash.sh for remotely updating your embedded system via tftp. -Be happy.. +The buildroot system is documented in docs/buildroot-documentation.html. + +Sunshine! Your OpenWrt Project - http://www.openwrt.org + http://openwrt.org -- cgit v1.2.3 From dce676361031a92d04171f4d49d91f70c96313a8 Mon Sep 17 00:00:00 2001 From: wbx Date: Fri, 15 Apr 2005 10:26:39 +0000 Subject: little modification git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@655 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index ee704de65..84ac3879f 100644 --- a/README +++ b/README @@ -1,9 +1,11 @@ This is the buildsystem for the OpenWrt Linux distribution -It is a modified uClibc buildroot2. Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. +You need to have installed gcc, binutils, patch, bzip2, flex, bison, +make,gettext and libc headers. + Simply running 'make' will build your firmware. It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications. @@ -13,6 +15,8 @@ via tftp. The buildroot system is documented in docs/buildroot-documentation.html. +Building your own firmware you need to have access to a Linux system. + Sunshine! Your OpenWrt Project http://openwrt.org -- cgit v1.2.3 From 0fcca829cc851ac5cd92d00c6a860dee05cace85 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 20 Apr 2005 19:37:32 +0000 Subject: add unzip git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@693 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 84ac3879f..a1d783538 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. You need to have installed gcc, binutils, patch, bzip2, flex, bison, -make,gettext and libc headers. +make, gettext, unzip, libz-dev and libc headers. Simply running 'make' will build your firmware. It will download all sources, build the cross-compile toolchain, -- cgit v1.2.3 From 02737d457ef20473e4fcfd165e2b876f868625ab Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 11 Sep 2005 18:05:09 +0000 Subject: pkg-config is needed for some packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1907 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index a1d783538..2bba6fa6f 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. You need to have installed gcc, binutils, patch, bzip2, flex, bison, -make, gettext, unzip, libz-dev and libc headers. +make, gettext, pkg-config, unzip, libz-dev and libc headers. Simply running 'make' will build your firmware. It will download all sources, build the cross-compile toolchain, -- cgit v1.2.3