Commit Graph

58 Commits (1b216aa20a194e32ef6ff6ff028f58de49f29b20)

Author SHA1 Message Date
Hamish Guthrie 1b216aa20a Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
SVN-Revision: 14939
15 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
SVN-Revision: 14905
15 years ago
Felix Fietkau 72faa09dff move cflags default setting to target makefiles
SVN-Revision: 14866
15 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)
SVN-Revision: 14703
15 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.
SVN-Revision: 14335
16 years ago
Felix Fietkau 7502d4bd61 add support for build-only packages which do not appear in menuconfig
SVN-Revision: 14009
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.
SVN-Revision: 13877
16 years ago
Felix Fietkau e5905aebb7 fix recursive dependencies that might be caused by using conditional dependencies
SVN-Revision: 13813
16 years ago
Lars-Peter Clausen ac44b053c8 Fix indention.
SVN-Revision: 13321
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.
SVN-Revision: 13319
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
SVN-Revision: 12871
16 years ago
Felix Fietkau 009e41906f fix infinite recursion in metadata.pl
SVN-Revision: 12851
16 years ago
Felix Fietkau b0e7c7ba79 implement conditional dependencies for menuconfig and build deps
SVN-Revision: 12820
16 years ago
Felix Fietkau 625b692c1f use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)
SVN-Revision: 12674
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)
SVN-Revision: 12366
16 years ago
Felix Fietkau 01046ae4b2 fix a small bug in the recursive dependency lookup for generated menuconfig files
SVN-Revision: 12107
16 years ago
Felix Fietkau ab504da309 fix missing package compile/installation issue
SVN-Revision: 11441
16 years ago
Felix Fietkau 46e3535d08 fix some previously ignored build dependencies (for example, uci->lua)
SVN-Revision: 11429
16 years ago
Felix Fietkau 51bc4434dd consider virtual dependencies (generated by using PROVIDES:=) when generating the build dependencies (fixes python build dependency errors)
SVN-Revision: 11428
16 years ago
Imre Kaloz c5657f08d5 add new target feature option for fpu
SVN-Revision: 11337
16 years ago
Nicolas Thill ddc57879ec add a gpio feature for devices supporting the generic GPIO interface
SVN-Revision: 10879
16 years ago
Gabor Juhos 5b3951bfbb add feature flag for the cpio.gz support
SVN-Revision: 10311
17 years ago
Felix Fietkau 6e03b9ce43 add config symbols for the kernel version
SVN-Revision: 9520
17 years ago
Felix Fietkau 41815ee5c8 add feature flag for display support. will be used as dependency for x.org
SVN-Revision: 9448
17 years ago
Felix Fietkau aef9b313b1 remove the dummy profile that was created on targets that have subtargets
SVN-Revision: 9383
17 years ago
Felix Fietkau 86a906bed2 reorganize subtargets, sort subtargets below top level targets
SVN-Revision: 9378
17 years ago
Felix Fietkau 80b7ff39f9 fix duplicate dependencies
SVN-Revision: 9311
17 years ago
Felix Fietkau e2e8d55dcc allow targets to select/deselect config symbols
SVN-Revision: 9150
17 years ago
Felix Fietkau 97b6135462 add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg
SVN-Revision: 9060
17 years ago
Felix Fietkau f8dfc57573 add initial version of a package feeds management script
SVN-Revision: 8973
17 years ago
Eugene Konev dd44ecc578 fix image preconfiguration
SVN-Revision: 8921
17 years ago
Felix Fietkau fb68d6c468 define extra config symbols for targets containing multiple subtargets
SVN-Revision: 8724
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
SVN-Revision: 8694
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.
SVN-Revision: 8653
17 years ago
Felix Fietkau e01cb5c7f2 fix a dependency bug
SVN-Revision: 8275
17 years ago
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure
SVN-Revision: 8236
17 years ago
Felix Fietkau 1a12e151ee fix a prereq bug
SVN-Revision: 8183
17 years ago
Felix Fietkau 35d116c85b more dependency fixes
SVN-Revision: 8115
17 years ago
Florian Fainelli 19a52ea35d Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
SVN-Revision: 8039
17 years ago
Felix Fietkau b9fd180547 allow kconfig symbols to be shared between packages
SVN-Revision: 8029
17 years ago
Felix Fietkau 8e42553971 dynamically enable/disable kernel config options for kmod packages based on build system config
SVN-Revision: 8026
17 years ago
Felix Fietkau de2aa28c4c properly support dependencies on packages that just use Build/DefaultTargets
SVN-Revision: 7983
17 years ago
Felix Fietkau 7b16475eb7 fixes for recursive package scanning
SVN-Revision: 7982
17 years ago
Felix Fietkau 0ed9124016 fix PACKAGES:= for target profiles in target.mk
SVN-Revision: 7907
17 years ago
Felix Fietkau 90237dd18c Make UCI preconfiguration optional and disabled by default
SVN-Revision: 7095
17 years ago
Felix Fietkau b04ef81416 some cleanups in the metadata.pl script; allow target profiles to add overrides for menuconfig
SVN-Revision: 6648
17 years ago
Felix Fietkau 2c62bddcfe Add an 'Image Configuration' menu to menuconfig Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot.
SVN-Revision: 6572
17 years ago
Felix Fietkau d14f611eb1 disable the automatic config reset if 'Advanced configuration options' is selected
SVN-Revision: 6506
17 years ago
Felix Fietkau eea7bb328d force a config reset when the user changes the target platform in menuconfig
SVN-Revision: 6503
17 years ago
Felix Fietkau 804bfa954d ignore profiles with custom kernel configs in the image builder itself
SVN-Revision: 6342
18 years ago