1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 01:35:27 +03:00
Commit Graph

49 Commits

Author SHA1 Message Date
nbd
02d89a39b0 target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-06 17:24:05 +00:00
juhosg
1faec31054 imagebuilder: fix parallel building (closes #11117)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 17:29:40 +00:00
nbd
db196bcbf9 Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The toolchain will zipped and saved under $(TOPDIR)/bin directory.
Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14 17:51:32 +00:00
nbd
b2f91a7a4a some more build system cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-17 11:14:13 +00:00
nbd
83b31e078f large improvement for parallel builds. works without V=99 now and without warnings. tested with -j on an 2x dual core opteron machine
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-09 15:38:45 +00:00
nbd
5b1e271684 fix a dependency bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-30 22:43:25 +00:00
nbd
69ed96143b only build sdk and imagebuilder at target/install time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-31 08:24:29 +00:00
nbd
196ad55bd2 next round of cleanup, convert target/ - make -j works now ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30 21:14:08 +00:00
nbd
5939d9131d don't run the image prereq check if the image directory does not exist
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-16 00:42:19 +00:00
nbd
82a81707d8 Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches.
Also added a target package/refresh which will do this to all packages in the buildroot


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:14:08 +00:00
nbd
597d9811ae implement quilt handling for the kernel tree ... and there was much rejoicing!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-03 08:28:05 +00:00
nbd
7a1a2ed509 the default_subtargets template was a bad idea, since different makefiles require different types of dependencies for subtargets. nuke it...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7003 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-18 17:35:46 +00:00
nbd
02059e7283 use default_subtargets in package/Makefile and target/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-26 00:41:53 +00:00
nbd
636f4cc8ac clean up a few things in image build makefiles and fix unnecessary grub rebuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25 18:20:34 +00:00
nbd
e0a55bf1ac Fix config checks for Image Builder and SDK - only build them when requested.
Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-14 23:37:40 +00:00
nbd
b806b00806 Add initial version of the new Image Builder
It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-10 21:52:28 +00:00
nbd
c41fbbc115 move target/utils to tools/firmware-utils
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-06 23:41:38 +00:00
mbm
9e0a57b449 move target/image/platform to target/linux/platform/image
platform directories are now self contained


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28 20:14:41 +00:00
nbd
0b28740162 add prereq checks for target/linux/* and target/image/*, check for fdisk for the x86 builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-18 21:12:18 +00:00
nbd
fb9fc44652 leave out the ccache directory when copying the staging dir into the sdk (#843)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-14 14:16:26 +00:00
mbm
121ce3b367 change 'source' to 'download'
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-20 17:28:05 +00:00
mbm
02cdebbb91 credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:35:46 +00:00
nbd
a8de4fb9f2 move target/linux/image to target/image
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 14:02:29 +00:00
nbd
1b14a20c70 fix and enable the sdk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 03:17:13 +00:00
nbd
859e8f7f7d build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:16:37 +00:00
nbd
97f419b809 add target/download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-20 23:56:49 +00:00
nbd
06265758be cleanup; replace .PHONY with FORCE; disable gdb by default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 23:29:05 +00:00
nbd
275628fece disable target/linux/package
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 12:38:39 +00:00
nbd
dd2b3f1c12 remove old trace/verbose junk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10 20:32:22 +00:00
nbd
7446209d62 fix make target/linux/package/*-clean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-24 20:59:09 +00:00
mbm
f8dff0a1dd fix "make target/linux/package/*-*" targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-31 21:55:38 +00:00
mbm
aaa50eba44 fix trace targets to actually display correct target names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-14 01:57:24 +00:00
nbd
2b597fe7c3 call target/linux/prepare from target/prepare
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-13 22:34:55 +00:00
nbd
d0f611787c large build system cleanup. added some stuff to control the verbosity level, but not complete, yet.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22 00:06:20 +00:00
nbd
960b21b516 add new image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-14 15:00:56 +00:00
wbx
1f8c7eef48 remove unused variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-07-20 23:11:14 +00:00
nbd
7619fe0848 move target/default/target_skeleton into package/base-files, put all the default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-07-17 22:52:59 +00:00
nbd
8f37c266a3 cleanup in target/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-11 21:18:26 +00:00
nbd
700e3934e5 add rebuild target for the linux directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1149 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-05 14:42:57 +00:00
nbd
76ed58d705 move package/linux into target/linux, use wbx' new kernel code. support building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-28 09:17:29 +00:00
nbd
b5fec425be fix sdk build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-21 18:09:41 +00:00
mbm
a21aae48fd add lzma to compile chain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-21 06:14:52 +00:00
nbd
08479c3ef6 add openwrt image builder to sdk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-20 17:01:30 +00:00
nbd
0e7e3013a9 add some fixes for parallel build (does not work with -j4 yet, but it gets most packages compiled now)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-08 09:08:38 +00:00
nbd
6ea5ea7c86 remove lzma loader config option (make it default) and move it from package/ to target/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-02 19:06:50 +00:00
wbx
21db875713 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
2005-04-02 12:12:58 +00:00
mbm
0b79ad8799 enable CONFIG_NET_RADIO
add preliminary motorola support


git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-29 03:32:18 +00:00
wbx
116b282875 remove link before creation, otherwise rebuild fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23 09:38:27 +00:00
mbm
37b4b940be please quit breaking things
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-20 02:53:40 +00:00