summaryrefslogtreecommitdiffstats
path: root/target/sdk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [sdk] don't overwrite version.mk, substitute REVISION insteadjow2012-04-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] make sure .config gets copied as filejow2012-01-281-1/+1
| | | | | | | | | | When using scripts/env, .config is most likely a symbolic link pointing to env/.config. Previously the symbolic link got copied as-is into the SDK tarball, leading to a dangling .config symlink on the target system which prevented the SDK from working. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] fix generation for arm platformsjow2011-09-131-1/+5
| | | | | | | Based on patch by Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sdk: fix up paths for $(ARCH_SUFFIX)nbd2010-03-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] do not exclude the share directory for bison and other programs to ↵florian2009-08-091-1/+5
| | | | | | work (#5629) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] now that we support multiple libc, include the gcc version, libc type ↵florian2009-06-181-1/+1
| | | | | | and libc version in the SDK filename git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] do not copy all the staging_dir/ directories, only the right toolchain ↵florian2009-06-181-1/+1
| | | | | | and target directories git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow SDK to install trunk packages with scripts/feeds & build them, instead ↵nico2008-09-241-1/+6
| | | | | | of trying to embed precompiled ones (closes: #3097) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add LICENSE & minimal Config.in files (closes: #3710)nico2008-08-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add feeds config file to SDKnico2008-08-221-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more build system cleanupnbd2008-08-171-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the sdknbd2007-12-141-14/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip -$(KERNEL) from sdk/imagebuilder namesnbd2007-12-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the sdk generation with the new staging_dir layoutflorian2007-08-271-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sdk buildnbd2007-07-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes for a few build errors on osx without finknbd2007-04-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert find | xargs => find | exec changes - this is completely unnecessary ↵nbd2007-04-121-2/+2
| | | | | | and introduces additional dependencies that we do not need git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more [6849]mbm2007-04-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use find -exec instead of xargsflorian2007-04-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix config checks for Image Builder and SDK - only build them when requested.nbd2007-01-141-3/+2
| | | | | | | 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
* don't mess with the staging dir too much when building the sdknbd2007-01-101-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* leave out the ccache directory when copying the staging dir into the sdk (#843)nbd2006-10-141-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a few directories missed in [4176]'s source -> downloadmbm2006-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the buildroot-ng sdk compatible with the old packagesnbd2006-07-181-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix and enable the sdknbd2006-06-211-11/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix BR2_ and CONFIG_ issuesmbm2006-05-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package/sdk to target/sdknbd2006-04-211-0/+43
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3695 3c298f89-4303-0410-b956-a3cf2f4a3e73