| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ignore the fpu if we're doing soft-float | Imre Kaloz | 2013-11-29 | 1 | -2/+4 |
* | there's no such thing as a soft fpu, this target should be fine without these | Imre Kaloz | 2013-11-29 | 1 | -1/+0 |
* | add a feature flag for device tree support | Imre Kaloz | 2013-11-22 | 1 | -0/+3 |
* | bcm53xx: this ARM SoC does not have a FPU, use soft float. | Hauke Mehrtens | 2013-11-13 | 1 | -0/+1 |
* | include: add more CPU flags for arm | Luka Perkov | 2013-11-05 | 1 | -0/+2 |
* | build: fix typo in arm cflags | Felix Fietkau | 2013-09-27 | 1 | -1/+1 |
* | build: fix typo | Luka Perkov | 2013-09-26 | 1 | -1/+1 |
* | include/target.mk: fix spacing | Luka Perkov | 2013-09-26 | 1 | -1/+1 |
* | build: include the cpu type as part of the toolchain/target directory name | Felix Fietkau | 2013-09-26 | 1 | -0/+1 |
* | build: unify powerpc target cflags | Felix Fietkau | 2013-09-26 | 1 | -0/+6 |
* | build: unify x86 target cflags | Felix Fietkau | 2013-09-26 | 1 | -0/+1 |
* | build: unify arm target cflags | Felix Fietkau | 2013-09-26 | 1 | -0/+9 |
* | build: unify mips target cflags | Felix Fietkau | 2013-09-26 | 1 | -1/+6 |
* | build: clean up default cflags handling | Felix Fietkau | 2013-09-26 | 1 | -11/+24 |
* | include: introduce subtarget_platform CONFIG_TARGET | Luka Perkov | 2013-08-21 | 1 | -0/+4 |
* | build: unify target independent optimization options | Felix Fietkau | 2013-07-29 | 1 | -8/+8 |
* | include: also check CONFIG_GPIOLIB for GPIO_SUPPORT | Jonas Gorski | 2013-07-04 | 1 | -1/+1 |
* | build: remove hotplug2 from DEFAULT_PACKAGES | Felix Fietkau | 2013-07-02 | 1 | -1/+1 |
* | firewall3: rename to firewall, move into base system menu, update to git head... | Jo-Philipp Wich | 2013-06-04 | 1 | -1/+1 |
* | build: add config symbols for different ARM arch levels | Felix Fietkau | 2013-05-13 | 1 | -0/+1 |
* | Enable native IPv6 support by default | Steven Barth | 2013-04-09 | 1 | -1/+1 |
* | include: make firewall3 the default | Jo-Philipp Wich | 2013-03-05 | 1 | -1/+1 |
* | mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel size... | Felix Fietkau | 2012-12-28 | 1 | -1/+1 |
* | target: add a feature flag for RTC support | Felix Fietkau | 2012-05-17 | 1 | -0/+3 |
* | enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in... | Felix Fietkau | 2012-05-14 | 1 | -1/+1 |
* | ensure that profile Makefiles are sourced in alphabetical order Since make 3.... | Jo-Philipp Wich | 2012-04-23 | 1 | -3/+3 |
* | target.mk: Trivial comment typo fix | Vasilis Tsiligiannis | 2012-02-05 | 1 | -1/+1 |
* | allow targets to define a default subtarget when using automatic subtarget de... | John Crispin | 2011-07-04 | 1 | -0/+1 |
* | automatic subtarget enumaration | John Crispin | 2011-07-03 | 1 | -3/+6 |
* | remove the now unused Target-Kernel field from the target metadata | Felix Fietkau | 2011-05-30 | 1 | -1/+0 |
* | use lazy evaluation to allow targets to override kernel config files | Felix Fietkau | 2011-04-17 | 1 | -21/+14 |
* | build: clean up handling of the kernel config | Felix Fietkau | 2011-04-06 | 1 | -14/+48 |
* | global cflags: remove -funit-at-a-time, it is ignored by recent compilers. in... | Felix Fietkau | 2011-03-26 | 1 | -8/+8 |
* | target.mk: don't enable coreutils by default, it does not even exist anymore.... | Jo-Philipp Wich | 2011-03-22 | 1 | -4/+0 |
* | target: Added coreutils to list of default packages. It doesn't build or inst... | Daniel Dickinson | 2011-03-11 | 1 | -0/+4 |
* | hotplug2: replace udevtrigger from the udev-106 source with a much smaller se... | Felix Fietkau | 2011-03-07 | 1 | -1/+1 |
* | add plemininary ultrasparc support | Imre Kaloz | 2010-12-14 | 1 | -0/+1 |
* | Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overri... | Jo-Philipp Wich | 2010-09-12 | 1 | -0/+1 |
* | speed up the build system by including include/shell.sh on shell commands onl... | Felix Fietkau | 2010-08-19 | 1 | -3/+3 |
* | rename target/linux/generic-2.6 to generic | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
* | remove linux 2.4 specific build system code | Felix Fietkau | 2010-06-26 | 1 | -6/+1 |
* | include/target.mk: Only set usb feature flag for a target if there is a HCD | Lars-Peter Clausen | 2010-03-25 | 1 | -1/+3 |
* | disable ucitrigger for now, not used, patch from Dave Kooper | Florian Fainelli | 2010-03-21 | 1 | -1/+1 |
* | merge target kernel config files with subtarget config files and add a variab... | Felix Fietkau | 2009-11-11 | 1 | -1/+1 |
* | brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion... | Imre Kaloz | 2009-08-03 | 1 | -1/+1 |
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 1 | -0/+1 |
* | enable ucitrigger by default | Felix Fietkau | 2009-06-10 | 1 | -1/+1 |
* | add pcie feature flag | Imre Kaloz | 2009-06-02 | 1 | -0/+3 |
* | fix typo | Ralph Hempel | 2009-05-31 | 1 | -2/+2 |
* | emit proper error messages if important kernel config files are missing | Felix Fietkau | 2009-04-23 | 1 | -1/+7 |