Commit Graph

406 Commits (18bd5286e6f6b0b7010acb27a77496e9bd1762be)

Author SHA1 Message Date
Felix Fietkau edbbf145d5 add cpio.gz support (patch from #2595)
SVN-Revision: 9986
17 years ago
Andy Boyett 6343c3be59 expunge find GNUism
SVN-Revision: 9955
17 years ago
Felix Fietkau 585a9ff548 fix libtool version checks in some configure scripts
SVN-Revision: 9943
17 years ago
Felix Fietkau 5c2991d8bc add improved autotools fixups
SVN-Revision: 9942
17 years ago
Felix Fietkau 28922775b6 add $(STAGING_DIR)/host, which contains target specific, but host executable files
SVN-Revision: 9939
17 years ago
Felix Fietkau 713087f64c add a configurable prefix for ./configure
SVN-Revision: 9938
17 years ago
Andy Boyett d9ec7366c7 Disabling use of libintl in kconfig.
SVN-Revision: 9934
17 years ago
Andy Boyett ec849ba7c8 use printf instead of echo
SVN-Revision: 9932
17 years ago
Felix Fietkau 3de5e1d29a clean up after staging packages
SVN-Revision: 9909
17 years ago
Felix Fietkau 957103c337 add automatic file tracking and uninstallation for files installed in $(STAGING_DIR) and $(STAGING_DIR_HOST)
SVN-Revision: 9905
17 years ago
Felix Fietkau 3c228ee88f add a second parameter to InstallDev/UninstallDev for specifying the path to STAGING_DIR_HOST
SVN-Revision: 9853
17 years ago
Felix Fietkau f0b363667b add STAGING_DIR_HOST to PKG_CONFIG_PATH
SVN-Revision: 9850
17 years ago
John Crispin ff74bb872b added packkage-version overriding, Signed-off-by: ralph <ralph.hempel@infineon.com>
SVN-Revision: 9813
17 years ago
Gabor Juhos ff0eceb98f add md5 sum of the 2.6.23.11 tarball
SVN-Revision: 9799
17 years ago
John Crispin a49f06f5e7 fixed copy paste error
SVN-Revision: 9792
17 years ago
Felix Fietkau 2da3f6a256 fix the sdk
SVN-Revision: 9747
17 years ago
Felix Fietkau 51996a78f1 clean up openwrt version handling, use a separate script that is executed at the beginning of the build process, fix revision checking with git
SVN-Revision: 9723
17 years ago
Felix Fietkau 5de58125bd add prereq check for gnu find
SVN-Revision: 9710
17 years ago
Felix Fietkau 40ab15892d Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9659
17 years ago
Felix Fietkau edc74f8cc3 fix make clean for unconfigured build trees
SVN-Revision: 9655
17 years ago
Felix Fietkau b217ebd0e6 enforce gnu make >= 3.81 now. it has become too annoying to work around bugs in 3.80
SVN-Revision: 9654
17 years ago
Felix Fietkau 40840d495f add shell compatibility patch from #2659
SVN-Revision: 9643
17 years ago
Felix Fietkau 5526395594 fix kernel config related build error
SVN-Revision: 9640
17 years ago
Felix Fietkau d1b4f5b54f include the kernel config for kernel related packages (should fix some b43 compile issues)
SVN-Revision: 9635
17 years ago
Gabor Juhos bb44c9a6de switch to 2.6.23.9
SVN-Revision: 9629
17 years ago
Felix Fietkau 407b75436d fix build issues that happen when the staging dir is cleared and the build directories stay
SVN-Revision: 9588
17 years ago
Eugene Konev 4735a0f5fe add external kernel tree support
SVN-Revision: 9584
17 years ago
Felix Fietkau 5a9cdef549 prefer http downloads over svn/git checkouts, remove git dependency
SVN-Revision: 9567
17 years ago
Felix Fietkau 87d0b29540 better scope handling for the configured stamp
SVN-Revision: 9566
17 years ago
Felix Fietkau 224760dee7 add git checkout support
SVN-Revision: 9553
17 years ago
Felix Fietkau 4a87a0464b fix copy&paste mistake
SVN-Revision: 9551
17 years ago
Felix Fietkau dfa7618bd6 fix the image builder
SVN-Revision: 9549
17 years ago
Felix Fietkau 2cb6cbf061 fix quilt apply for packages that change STAMP_*
SVN-Revision: 9531
17 years ago
Felix Fietkau db87e1f8c1 fix parallel build issues
SVN-Revision: 9495
17 years ago
Felix Fietkau 5d901efb9e increase scan depth to 5 for package/ (x.org is nested deeper than the rest of the packages)
SVN-Revision: 9487
17 years ago
Felix Fietkau e66a211078 fix default downloads from svn
SVN-Revision: 9471
17 years ago
Felix Fietkau 41815ee5c8 add feature flag for display support. will be used as dependency for x.org
SVN-Revision: 9448
17 years ago
Florian Fainelli 486492b407 We are now at .23.1
SVN-Revision: 9415
17 years ago
Felix Fietkau 881bac2db2 Allow targets to specify extra initramfs source files
The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated
list of source files (or directories). This allows a platform to
add extra components to the initramfs image, by defining the
INITRAMFS_EXTRA_FILES make var.

By default, we add a simple initramfs extra file for the generic-2.6
platform, which specifies a few device nodes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9410
17 years ago
Felix Fietkau 4a142953ea Use current UID for initramfs root user:group
Set the CONFIG_INITRAMFS_ROOT_{U,G}ID kernel variables to the current
user, so that all files end up being owned by root in the final
initramfs image.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9409
17 years ago
Felix Fietkau 4bb2c88f4e don't specify "CC=<nothing>" on kernel build command line
If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build
command-line. We don't always need CC, as the CROSS_COMPILE flag does
the job instead. In fact, specifying CC messes up the build when we're
using a biarch compiler.

This change doesn't specify CC= if the KERNEL_CC variable is empty.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9408
17 years ago
Felix Fietkau d8e032edef don't replace powerpc arch with ppc
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.

This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9405
17 years ago
Felix Fietkau ac40a80f35 make aliases for package targets if the package directories are in further subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it
SVN-Revision: 9384
17 years ago
John Crispin 9f73ab51f3 refreshed madwifi patches
SVN-Revision: 9380
17 years ago
Felix Fietkau 86a906bed2 reorganize subtargets, sort subtargets below top level targets
SVN-Revision: 9378
17 years ago
Felix Fietkau 99aed44487 fix quilt update breakage for kernel related packages
SVN-Revision: 9368
17 years ago
John Crispin 9b467b5b28 remove whitespaces
SVN-Revision: 9354
17 years ago
John Crispin 7558f0281f DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no description is set
SVN-Revision: 9307
17 years ago
Felix Fietkau af03fdb6c5 add autorebuild check for menuconfig
SVN-Revision: 9301
17 years ago
John Crispin 1a3c4d1090 add possibility to set default .config values
SVN-Revision: 9300
17 years ago