127 Commits (8ca8fd757ab5c55b61bd141f8dba4e21c8ede0c3)

Author SHA1 Message Date
Felix Fietkau 2900f6984f scripts/metadata.pl: do not emit ARCH selection for a target if it has subtargets 10 years ago
Jonas Gorski 9dc137397f buildroot: make it easier to build all kmods 10 years ago
Felix Fietkau acb43b3df7 scripts/metadata.pl: move parse_target_metadata() to metadata.pm 10 years ago
John Crispin e2684c218d build: propagate override information to .config file 10 years ago
Jo-Philipp Wich f0293eae4f scripts: add version_filter command to metadata.pl 10 years ago
John Crispin eb738f5275 generate list of license information for packages 10 years ago
Felix Fietkau 5e4789671a build: add support for declaring package CONFLICTS which only affect selecting built-in packages 10 years ago
Felix Fietkau a62f0d02ec build: allow packages with build variants to explicitly select a default variant 10 years ago
Jo-Philipp Wich a720dd209f build: introduce per feed repository support 10 years ago
Felix Fietkau 58bd3b0764 scripts/metadata.pl: avoid adding depends and select for the same symbol 10 years ago
John Crispin ac5d5cbc79 kernel: add a NAND_SUPPORT symbol 10 years ago
Felix Fietkau b24897ee5c build: add a feature flag for low-memory systems 10 years ago
Felix Fietkau 2c4bde9c8f metadata.pl: suppress profile config.in code for targets that have subtargets (fixes #14480) 10 years ago
Felix Fietkau e9abf9f8a0 scripts/metadata.pl: fix ignoring missing host dependencies 11 years ago
Felix Fietkau 52dcb1f411 scripts/metadata.pl: remove sdk specific config symbol override 11 years ago
Imre Kaloz f3e2331e18 add a feature flag for device tree support 11 years ago
Luka Perkov 59eb6137dd build: drop FIT option until we actually need it 11 years ago
Luka Perkov cc1b164634 build: add menuconfig option for building FIT images 11 years ago
Felix Fietkau e0189ccef4 build: include the cpu type as part of the toolchain/target directory name 11 years ago
Felix Fietkau 1d3067892b build: process transitive dependencies after local dependencies 11 years ago
Felix Fietkau 0249f7510c build: suppress conditional dependencies if there are unconditional dependencies on the same symbol 11 years ago
Felix Fietkau 94439c2b5d kernel: add a new global config symbol for enabling rfkill support (can be enabled by default via target feature flag) 11 years ago
Felix Fietkau 14b307c10e scripts/metadata.pl: emit dependencies for package/kernel/linux 11 years ago
Jo-Philipp Wich b2f2233306 scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kconfig instructions for hidden packages 11 years ago
Jo-Philipp Wich 24f345dbe4 metadata.pl: use alphabetical order for menuconfig categories, also fixes random ordering of symbols in .config 11 years ago
John Crispin 89d41d95bf metadata.pl: fixpath exclusion of kernel packages 11 years ago
Jonas Gorski 9f7ef8d5f0 target: split jffs2 NAND out of jffs2 11 years ago
Felix Fietkau eea89fea6a build: add config symbols for different ARM arch levels 11 years ago
Felix Fietkau 96bb7c123b build: consistently use 'depends on' instead of 'depends' 12 years ago
Florian Fainelli 9e1d2c15d9 buildroot: allow enabling MIPS16 user-space build 12 years ago
Jonas Gorski 53c014e221 scrips/metadata.pl: fix broken targets with subtargets being selectable 12 years ago
Imre Kaloz 84b43f112a AR71xx/9xxx based routers are the most common these days, select that as the default target 12 years ago
Felix Fietkau 2335304a08 build: ensure that reordering of KCONFIG lines are handled properly and that the final result does not depend on the package scan order 12 years ago
Felix Fietkau 03babf3641 target: add a feature flag for RTC support 12 years ago
Jo-Philipp Wich 73b4974397 metadata.pl: filter direct recursive depends like "select PACKAGE_kmod-ipv6 if PACKAGE_kmod-ipv6" 13 years ago
John Crispin ad250089aa allow targets to define a default subtarget when using automatic subtarget detection from r27407 13 years ago
Felix Fietkau bcf4757508 add support for hidden packages that get selected/built but do not show up in menuconfig 13 years ago
Jo-Philipp Wich e745fc762b metadata.pl: fix handling of multiple conditional depends that reference the same package (exposed by previous hotplug2 changes), also kill duplicate dependency specs while we're at it 13 years ago
Hauke Mehrtens e04f68fb77 Fix CONFIG_LINUX_ for linux 3.0 13 years ago
Felix Fietkau 6e43f65dc4 remove the now unused Target-Kernel field from the target metadata 13 years ago
Felix Fietkau 984ab9a139 metadata: do not emit feature flag selects for targets which have subtargets - fixes a buildbot error cause by ssb not being blacklisted for lantiq falcon 13 years ago
Felix Fietkau 459762ace2 add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages 14 years ago
Felix Fietkau 8d0cf8fde2 metadata: fix handling of multiple build dependencies with different conditions 14 years ago
Felix Fietkau 8740549c57 mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus The SPE FPU is ABI-incompatible with the regular powerpc FPU, this needs to be reflected in the toolchain target name. Fixes floating point crashes in user space 14 years ago
Imre Kaloz 4052849677 switch from ext2 to ext4 (w/o) journaling 14 years ago
Jo-Philipp Wich 80a79d3910 metadata.pl: don't emit LINUX_2_6 selects anymore 14 years ago
Felix Fietkau 7f80e26661 fix build dependencies on packages with multiple variants but no selected virtual packages 14 years ago
Jo-Philipp Wich 064e7c8f00 Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overridden on a per-subtarget basis. This is intended for targets such as adm5120 and malta which support both big and little endianess and will replace the target specific exceptions in package-defaults and Image Builder. 14 years ago
Jo-Philipp Wich 097d38615b metadata.pl: fix handling of HOST_BUILD_DEPENDS if a package is referenced that only exists as source pkg, e.g. libtool 14 years ago
Felix Fietkau 00d1e599d7 add a command for printing a cleaned up make target database - will be used to analyze package dependencies at some point 14 years ago