Commit Graph

23 Commits (8afbc2d617344df50a13ad9871067225530715db)

Author SHA1 Message Date
Felix Fietkau 8afbc2d617 add top-level kernel_menuconfig target to unpack and reconfigure the kernel - uses config.pl to generate target/linux/*/config and config-diff
SVN-Revision: 6310
17 years ago
Felix Fietkau 6a50014b62 Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare.
SVN-Revision: 6263
18 years ago
Felix Fietkau 69d76bb482 make spca5xx depend on video device support in the kernel
SVN-Revision: 6153
18 years ago
Felix Fietkau 2fb06d46d9 Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a new target profile
SVN-Revision: 6142
18 years ago
Felix Fietkau 84a0696c1e add descriptions to the broadcom target profiles and export them to the target metadata (not presented in menuconfig yet)
SVN-Revision: 6137
18 years ago
Felix Fietkau 35bccdd4ba store the default kernel version for our ports in a single place (target makefiles can still override it if necessary)
SVN-Revision: 5899
18 years ago
Florian Fainelli 94164d679b Also build bzImage for rdc boards
SVN-Revision: 5895
18 years ago
Felix Fietkau 4a17097247 replace another instance of a relative path to generic-2.* with an absolute one (for symlinked target directories)
SVN-Revision: 5885
18 years ago
Felix Fietkau dc6794b88c some platform support path name cleanup
SVN-Revision: 5846
18 years ago
Felix Fietkau 77e01959f4 fix path to generic init file when using a symlinked target support directory
SVN-Revision: 5805
18 years ago
Felix Fietkau bf8dda030c more cleanup, build fix on freebsd
SVN-Revision: 5666
18 years ago
Felix Fietkau 368dc17432 minor cleanup and freebsd compile fix
SVN-Revision: 5654
18 years ago
Felix Fietkau 80ff6a1d25 autodetect atm, pci, usb, pcmcia features from kernel config file
SVN-Revision: 5586
18 years ago
Felix Fietkau aef03f09b5 add prereq checks for target/linux/* and target/image/*, check for fdisk for the x86 builds
SVN-Revision: 5569
18 years ago
Felix Fietkau 105a602ecf implement target profiles in menuconfig
SVN-Revision: 5512
18 years ago
Felix Fietkau cf4e7af392 make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection
SVN-Revision: 5498
18 years ago
Felix Fietkau 2665d7f09e cleanup/rewrite of the kernel build process
SVN-Revision: 5226
18 years ago
Felix Fietkau 87e6a7e4f2 cleanup
SVN-Revision: 5224
18 years ago
Felix Fietkau c041f53b8d finally kill KMOD_template - removes a big chunk of legacy build code
SVN-Revision: 5222
18 years ago
Felix Fietkau 6a2879bfe7 improve parallel building
SVN-Revision: 5208
18 years ago
Nicolas Thill ee11bee390 fix uml-2.6 build, move KERNELNAME to kernel-build.mk
SVN-Revision: 5204
18 years ago
Felix Fietkau 06a46fb09d move '-' parameter to TAR_OPTIONS, so that packages can append commands
SVN-Revision: 5083
18 years ago
Felix Fietkau 60c1f0f64d finally move buildroot-ng to trunk 8 years ago