Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: add config symbols for different ARM arch levels | Felix Fietkau | 2013-05-13 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36620 | ||||
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 1 | -7/+7 |
| | | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351 | ||||
* | buildroot: allow enabling MIPS16 user-space build | Florian Fainelli | 2013-04-05 | 1 | -0/+1 |
| | | | | | | | | | | | Enabling MIPS16 is made conditional on advertising the "mips16" feature for a specific target since it requires support from the CPU (HAS_MIPS16) and the actual use of MIPS16 for building packages (USE_MIPS16). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36202 | ||||
* | scrips/metadata.pl: fix broken targets with subtargets being selectable | Jonas Gorski | 2012-10-22 | 1 | -0/+1 |
| | | | | | | | | | | r26926 moved all target features to subtargets if present, which had the side effect that broken targets are available for selection, just without any available subtargets (since they are still marked as broken). Fix this by explicitly letting the top level target also depend on broken. SVN-Revision: 33892 | ||||
* | AR71xx/9xxx based routers are the most common these days, select that as the ↵ | Imre Kaloz | 2012-09-28 | 1 | -1/+1 |
| | | | | | | default target SVN-Revision: 33590 | ||||
* | build: ensure that reordering of KCONFIG lines are handled properly and that ↵ | Felix Fietkau | 2012-07-22 | 1 | -0/+1 |
| | | | | | | the final result does not depend on the package scan order SVN-Revision: 32788 | ||||
* | target: add a feature flag for RTC support | Felix Fietkau | 2012-05-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 31777 | ||||
* | metadata.pl: filter direct recursive depends like "select PACKAGE_kmod-ipv6 ↵ | Jo-Philipp Wich | 2012-01-08 | 1 | -0/+1 |
| | | | | | | if PACKAGE_kmod-ipv6" SVN-Revision: 29695 | ||||
* | allow targets to define a default subtarget when using automatic subtarget ↵ | John Crispin | 2011-07-04 | 1 | -0/+9 |
| | | | | | | detection from r27407 SVN-Revision: 27444 | ||||
* | add support for hidden packages that get selected/built but do not show up ↵ | Felix Fietkau | 2011-07-02 | 1 | -1/+3 |
| | | | | | | in menuconfig SVN-Revision: 27344 | ||||
* | metadata.pl: fix handling of multiple conditional depends that reference the ↵ | Jo-Philipp Wich | 2011-06-23 | 1 | -4/+4 |
| | | | | | | same package (exposed by previous hotplug2 changes), also kill duplicate dependency specs while we're at it SVN-Revision: 27267 | ||||
* | Fix CONFIG_LINUX_ for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -1/+5 |
| | | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27184 | ||||
* | remove the now unused Target-Kernel field from the target metadata | Felix Fietkau | 2011-05-30 | 1 | -1/+0 |
| | | | | SVN-Revision: 27033 | ||||
* | metadata: do not emit feature flag selects for targets which have subtargets ↵ | Felix Fietkau | 2011-05-17 | 1 | -1/+2 |
| | | | | | | - fixes a buildbot error cause by ssb not being blacklisted for lantiq falcon SVN-Revision: 26926 | ||||
* | add a new package metadata variable MDEPENDS for specifying local menuconfig ↵ | Felix Fietkau | 2011-04-05 | 1 | -0/+1 |
| | | | | | | dependencies that do not propagate to other packages SVN-Revision: 26491 | ||||
* | metadata: fix handling of multiple build dependencies with different conditions | Felix Fietkau | 2011-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 25505 | ||||
* | mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale ↵ | Felix Fietkau | 2011-01-16 | 1 | -0/+1 |
| | | | | | | 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 SVN-Revision: 25018 | ||||
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24084 | ||||
* | metadata.pl: don't emit LINUX_2_6 selects anymore | Jo-Philipp Wich | 2010-10-10 | 1 | -3/+0 |
| | | | | SVN-Revision: 23375 | ||||
* | fix build dependencies on packages with multiple variants but no selected ↵ | Felix Fietkau | 2010-09-20 | 1 | -0/+3 |
| | | | | | | virtual packages SVN-Revision: 23102 | ||||
* | Implement an ARCH_PACKAGES variable which defaults to BOARD but can be ↵ | Jo-Philipp Wich | 2010-09-12 | 1 | -0/+10 |
| | | | | | | 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. SVN-Revision: 23029 | ||||
* | metadata.pl: fix handling of HOST_BUILD_DEPENDS if a package is referenced ↵ | Jo-Philipp Wich | 2010-09-06 | 1 | -3/+4 |
| | | | | | | that only exists as source pkg, e.g. libtool SVN-Revision: 22946 | ||||
* | add a command for printing a cleaned up make target database - will be used ↵ | Felix Fietkau | 2010-09-01 | 1 | -0/+3 |
| | | | | | | to analyze package dependencies at some point SVN-Revision: 22871 | ||||
* | Add usb gadget feature flag | Michael Büsch | 2010-08-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 22798 | ||||
* | set the default target to brcm47xx, now that brcm-2.4 is gone | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 21960 | ||||
* | buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ | Nicolas Thill | 2010-04-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 21238 | ||||
* | metadata.pl: fix recursive handling of conditional dependencies | Felix Fietkau | 2010-04-22 | 1 | -2/+3 |
| | | | | SVN-Revision: 21088 | ||||
* | scripts/metadata.pl: fix handling of multiple conditional depends on the ↵ | Felix Fietkau | 2010-03-09 | 1 | -2/+2 |
| | | | | | | same package SVN-Revision: 20085 | ||||
* | Add audio feature flag. | Lars-Peter Clausen | 2010-02-15 | 1 | -0/+1 |
| | | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. SVN-Revision: 19643 | ||||
* | preinit: fix #6596 Setting LAN IP Address in menuconfig is ignored | Hauke Mehrtens | 2010-01-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 19384 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 1 | -2/+6 |
| | | | | SVN-Revision: 19331 | ||||
* | Add support for building ubifs images. | Lars-Peter Clausen | 2010-01-11 | 1 | -0/+1 |
| | | | | SVN-Revision: 19097 | ||||
* | metadata.pl: fix menuconfig code for package features | Felix Fietkau | 2009-11-12 | 1 | -2/+3 |
| | | | | SVN-Revision: 18386 | ||||
* | build system: introduce a new feature called build variants. it allows ↵ | Felix Fietkau | 2009-11-10 | 1 | -0/+3 |
| | | | | | | 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 SVN-Revision: 18357 | ||||
* | metadata: process dependencies for targets that have subtargets as well - ↵ | Felix Fietkau | 2009-11-05 | 1 | -16/+17 |
| | | | | | | hides the ramips target unless the user has requested to play with broken packages/targets (related to #6051) SVN-Revision: 18306 | ||||
* | add experimental support for a new menuconfig submenu "Package features". ↵ | Felix Fietkau | 2009-10-17 | 1 | -0/+25 |
| | | | | | | 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 SVN-Revision: 18056 | ||||
* | metadata.pl: fix a bug where dependency flags (@ and +) from a dependency ↵ | Nicolas Thill | 2009-10-03 | 1 | -2/+2 |
| | | | | | | were inherited by others SVN-Revision: 17840 | ||||
* | add nommu target feature flag | Felix Fietkau | 2009-08-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 17347 | ||||
* | powerpc: Create a powerpc64 config feature | Geoff Levand | 2009-08-18 | 1 | -0/+1 |
| | | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17306 | ||||
* | missing changes for pcie handling | Imre Kaloz | 2009-06-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 16294 | ||||
* | use parent-dependencies for all dependencies of a package, not only those ↵ | Mirko Vogt | 2009-04-10 | 1 | -3/+3 |
| | | | | | | which are conditional deendencies (thanks to lars (also for this commit message :P)) fixes bug #4917 SVN-Revision: 15187 | ||||
* | fix host dependencies for packages that depend on their own host build | Felix Fietkau | 2009-03-20 | 1 | -4/+5 |
| | | | | SVN-Revision: 14952 | ||||
* | Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target | Hamish Guthrie | 2009-03-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 14939 | ||||
* | move host build in packages into a separate namespace: ↵ | Felix Fietkau | 2009-03-17 | 1 | -11/+64 |
| | | | | | | 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 | ||||
* | move cflags default setting to target makefiles | Felix Fietkau | 2009-03-14 | 1 | -0/+13 |
| | | | | SVN-Revision: 14866 | ||||
* | added source distribution to package dump, used by our SDK (include source ↵ | Ralph Hempel | 2009-03-01 | 1 | -1/+28 |
| | | | | | | distributions for offline usage) added bugfix for sub-targets added bugfix for help info (thanks to Thomas) SVN-Revision: 14703 | ||||
* | Reset condition for each dependeny when generating mconf files. Previously ↵ | Lars-Peter Clausen | 2009-02-01 | 1 | -3/+4 |
| | | | | | | all dependencys listed after a conditional dependency had the same condition. SVN-Revision: 14335 | ||||
* | add support for build-only packages which do not appear in menuconfig | Felix Fietkau | 2009-01-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 14009 | ||||
* | If a package is part of a virtual dependency and also listed as a normal ↵ | Lars-Peter Clausen | 2009-01-05 | 1 | -5/+10 |
| | | | | | | 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 | ||||
* | fix recursive dependencies that might be caused by using conditional ↵ | Felix Fietkau | 2009-01-02 | 1 | -5/+18 |
| | | | | | | dependencies SVN-Revision: 13813 |