Commit History

Author SHA1 Message Date
  Felix Fietkau 3e91dd1bd5 revert find | xargs => find | exec changes - this is completely unnecessary and introduces additional dependencies that we do not need 19 years ago
  Mike Baker 9b62c7eb9d minor tweaks to the verbose system 19 years ago
  Mike Baker 3885d2b542 fix targetinfo, packageinfo 19 years ago
  Mike Baker 169e9ea9a2 fix a few bugs with the last few commits 19 years ago
  Felix Fietkau dfa0901b98 make a few commands silent and fix defconfig logic 19 years ago
  Nicolas Thill e66c304cb9 fix typo 19 years ago
  Felix Fietkau 216fc583c7 fix package/target scanning 19 years ago
  Mike Baker 071c07028a trivial formatting - remove a few @'s and use a .silent instead 19 years ago
  Mike Baker 1ad09590cc same as [6881] 19 years ago
  Felix Fietkau 5305aba549 fix menuconfig 19 years ago
  Mike Baker 5e42783559 fix menuconfig checks 19 years ago
  Felix Fietkau c3a9685aa3 use ~/.openwrt/defconfig as default config if it exists 19 years ago
  Mike Baker 23efe5fc83 Tidy up Makefiles 19 years ago
  Mike Baker 0359c6222e Using find's -exec to remove directories causes 'not found' errors when find tries to search the removed directory. Hopefully fixed now. 19 years ago
  Florian Fainelli 6cd84c6838 Use find -exec instead of xargs 19 years ago
  Felix Fietkau f952681f35 run metadata scanning only once when multiple targets are specified on the command line 19 years ago
  Felix Fietkau fcf0aa5ab7 make sure tmp/info gets created 19 years ago
  Felix Fietkau e71ae20b0b nuke some unnecessary complexity in the metadata scanning - simply call include/scan.mk on every make invocation (does not add any noticeable performance impact) 19 years ago
  Florian Fainelli c41e00ae34 Add some more clean targets 19 years ago
  Florian Fainelli e3e20cce5c Add a symlinkclean target to remove symlinks 19 years ago
  Felix Fietkau 08c5cb8c23 fix metadata scan for profile split 19 years ago
  Felix Fietkau d5c45d8a05 add some missing deps for the metadata files 19 years ago
  Felix Fietkau 423e90915d Massive speedup in the package/target scanning step - per package metadata files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild 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
  Mike Baker 7656ad75e5 move "make symlinks" to "make package/symlinks" 19 years ago
  Felix Fietkau 06e88a80c7 merge the scripts dealing with package/target metadata to remove some redundant code 19 years ago
  Florian Fainelli efd05a509f Add a doc target and use the defined source feeds to make symlinks 19 years ago
  Florian Fainelli 945b4fb8d4 Add a first implementation of a source feed checkout 19 years ago
  Felix Fietkau a4484d267b cosmetic fixes 19 years ago