Commit History

Author SHA1 Message Date
  Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html 18 years ago
  Felix Fietkau d6666fdd40 fix image installation 18 years ago
  Felix Fietkau 40c1241377 silence 18 years ago
  Felix Fietkau d7f2cb1642 next round of cleanup, convert target/ - make -j works now ;) 18 years ago
  Felix Fietkau 35d116c85b more dependency fixes 18 years ago
  Felix Fietkau 7031534325 prevent the new config changes from interfering with kernel_menuconfig 18 years ago
  Felix Fietkau 8e42553971 dynamically enable/disable kernel config options for kmod packages based on build system config 18 years ago
  Felix Fietkau 6178152ee8 add kernel_oldconfig target 18 years ago
  Felix Fietkau 0806675217 kernel: fix dependencies for .config, use selections from oldconfig when running menuconfig 18 years ago
  Felix Fietkau 5fe0203420 merge the kernel config parts at dump time, so that overrides that disable certain features work 18 years ago
  Felix Fietkau f019ac4dc9 prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile 18 years ago
  Felix Fietkau 3b6b7a2d1b implement quilt handling for the kernel tree ... and there was much rejoicing! 18 years ago
  Felix Fietkau 84b235140c fix pcmcia/pccard build defaults 18 years ago
  Felix Fietkau 4c6c987f09 Improved autorebuild for kernel related stuff. - make modules_install in the kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them 19 years ago
  Felix Fietkau bbe7bd4f29 remove reference to unused .kernel.mk 19 years ago
  Felix Fietkau 35317253e6 trigger a kernel module rebuild when the kernel config changes 19 years ago
  Felix Fietkau ea952312ae move default templates for the kernel build to kernel-defaults.mk (similar to package-defaults.mk) 19 years ago
  Felix Fietkau b04ef81416 some cleanups in the metadata.pl script; allow target profiles to add overrides for menuconfig 19 years ago
  Felix Fietkau a44c286fdb nuke mdev and replace it with hotplug2 :) 19 years ago
  Felix Fietkau fa859ea32a fix an error in the kernel image related commit 19 years ago
  Felix Fietkau 91e5dba2c7 kernel build cleanup 19 years ago
  Felix Fietkau 129d173a2a fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time 19 years ago
  Felix Fietkau 1a6e4acabc fix a small bug in the order of the profile metadata dump 19 years ago
  Felix Fietkau db45ee6bd6 last commit was missing a change... 19 years ago
  Felix Fietkau e78fb96964 Reorganize kernel configs - target/linux/*/config is now a directory. ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. 19 years ago
  Felix Fietkau 509bb267a3 make kernel_menuconfig work without target toolchain 19 years ago
  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 19 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. 19 years ago
  Felix Fietkau 69d76bb482 make spca5xx depend on video device support in the kernel 19 years ago
  Felix Fietkau 2fb06d46d9 Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a new target profile 19 years ago