72 Commits (cf7199f48b5ef5edbeca7b0d02e1c448c8e1785d)

Author SHA1 Message Date
Lars-Peter Clausen 900de42186 Add audio feature flag. 15 years ago
Hauke Mehrtens 292b9782cd preinit: fix #6596 Setting LAN IP Address in menuconfig is ignored 15 years ago
Felix Fietkau 56bc02a305 add preinit modularization work by Daniel Dickinson (cshore) 15 years ago
Lars-Peter Clausen db06ca593b Add support for building ubifs images. 15 years ago
Felix Fietkau edeee3ac19 metadata.pl: fix menuconfig code for package features 15 years ago
Felix Fietkau 579d54038b build system: introduce a new feature called build variants. it allows building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package 15 years ago
Felix Fietkau ea63b88b10 metadata: process dependencies for targets that have subtargets as well - hides the ramips target unless the user has requested to play with broken packages/targets (related to #6051) 15 years ago
Felix Fietkau 94cdcbde6d add experimental support for a new menuconfig submenu "Package features". allows selection between multiple packages providing the same feature, which affects dependencies of other packages. will be used e.g. for choosing between DirectFB and X.org for libraries like GTK2 15 years ago
Nicolas Thill c9b0c63f07 metadata.pl: fix a bug where dependency flags (@ and +) from a dependency were inherited by others 15 years ago
Felix Fietkau ec7621ebf9 add nommu target feature flag 15 years ago
Geoff Levand 7581681466 powerpc: Create a powerpc64 config feature 15 years ago
Imre Kaloz 48cd8188ef missing changes for pcie handling 15 years ago
Mirko Vogt 9af0ab6efa use parent-dependencies for all dependencies of a package, not only those which are conditional deendencies (thanks to lars (also for this commit message :P)) fixes bug #4917 15 years ago
Felix Fietkau 08b7cbe44e fix host dependencies for packages that depend on their own host build 16 years ago
Hamish Guthrie 1b216aa20a Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target 16 years ago
Felix Fietkau ddcfaeb1e5 move host build in packages into a separate namespace: package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants 16 years ago
Felix Fietkau 72faa09dff move cflags default setting to target makefiles 16 years ago
Ralph Hempel 6ae7a0f94f added source distribution to package dump, used by our SDK (include source distributions for offline usage) added bugfix for sub-targets added bugfix for help info (thanks to Thomas) 16 years ago
Lars-Peter Clausen f42bf4d6cf Reset condition for each dependeny when generating mconf files. Previously all dependencys listed after a conditional dependency had the same condition. 16 years ago
Felix Fietkau 7502d4bd61 add support for build-only packages which do not appear in menuconfig 16 years ago
Lars-Peter Clausen a77f3b6656 If a package is part of a virtual dependency and also listed as a normal dependency ensure that the dependency is always unconditional. Such a case happens if for example a package has a build dependency and the build dependency provides a virtual install dependency of the package. 16 years ago
Felix Fietkau e5905aebb7 fix recursive dependencies that might be caused by using conditional dependencies 16 years ago
Lars-Peter Clausen ac44b053c8 Fix indention. 16 years ago
Lars-Peter Clausen 38824a1351 Add support for negative conditional dependencies. Also add the condition of conditional dependencies to dependencies which are inherited form the conditional dependency. 16 years ago
Felix Fietkau ece4ca493b don't print warnings for undefined DEFAULT_* symbols on menuconfig. generate those in config-target.in instead of config-package.in 16 years ago
Felix Fietkau 009e41906f fix infinite recursion in metadata.pl 16 years ago
Felix Fietkau b0e7c7ba79 implement conditional dependencies for menuconfig and build deps 16 years ago
Felix Fietkau 625b692c1f use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998) 16 years ago
Nicolas Thill 0bb4b7d761 don't display the "Image configuration" menu entry when there's nothing to pre-configure (when using the SDK for example) 16 years ago
Felix Fietkau 01046ae4b2 fix a small bug in the recursive dependency lookup for generated menuconfig files 16 years ago
Felix Fietkau ab504da309 fix missing package compile/installation issue 16 years ago
Felix Fietkau 46e3535d08 fix some previously ignored build dependencies (for example, uci->lua) 16 years ago
Felix Fietkau 51bc4434dd consider virtual dependencies (generated by using PROVIDES:=) when generating the build dependencies (fixes python build dependency errors) 16 years ago
Imre Kaloz c5657f08d5 add new target feature option for fpu 16 years ago
Nicolas Thill ddc57879ec add a gpio feature for devices supporting the generic GPIO interface 16 years ago
Gabor Juhos 5b3951bfbb add feature flag for the cpio.gz support 17 years ago
Felix Fietkau 6e03b9ce43 add config symbols for the kernel version 17 years ago
Felix Fietkau 41815ee5c8 add feature flag for display support. will be used as dependency for x.org 17 years ago
Felix Fietkau aef9b313b1 remove the dummy profile that was created on targets that have subtargets 17 years ago
Felix Fietkau 86a906bed2 reorganize subtargets, sort subtargets below top level targets 17 years ago
Felix Fietkau 80b7ff39f9 fix duplicate dependencies 17 years ago
Felix Fietkau e2e8d55dcc allow targets to select/deselect config symbols 17 years ago
Felix Fietkau 97b6135462 add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg 17 years ago
Felix Fietkau f8dfc57573 add initial version of a package feeds management script 17 years ago
Eugene Konev dd44ecc578 fix image preconfiguration 17 years ago
Felix Fietkau fb68d6c468 define extra config symbols for targets containing multiple subtargets 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago
Felix Fietkau e01cb5c7f2 fix a dependency bug 17 years ago
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure 17 years ago