| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize netfilter kernel modules and package nftables kernel support | Steven Barth | 2014-09-17 | 1 | -1/+1 |
* | include: add Cortex-A5 CPU_TYPE | Florian Fainelli | 2014-09-03 | 1 | -0/+1 |
* | include/target.mk: add CPU_CFLAGS_octeon | John Crispin | 2014-06-18 | 1 | -0/+1 |
* | brcm47xx: activate some compiler optimizations for 74K CPUs | Hauke Mehrtens | 2014-06-07 | 1 | -0/+1 |
* | buildroot: add Cortex A15 specific CFLAGS | Florian Fainelli | 2014-04-01 | 1 | -0/+1 |
* | fstools: add the new fstools package | John Crispin | 2014-03-12 | 1 | -1/+1 |
* | build: include iwinfo by default if nas or wpad(-mini) is selected | Felix Fietkau | 2014-03-09 | 1 | -2/+5 |
* | handle "neon" fpu type | Imre Kaloz | 2014-02-12 | 1 | -0/+1 |
* | fix logic error on fpu cflags selection | Imre Kaloz | 2014-02-09 | 1 | -1/+1 |
* | target: replace 6relayd with odhcpd by default | Steven Barth | 2014-01-17 | 1 | -1/+1 |
* | Fix build for individual profiles with dashes in names | John Crispin | 2014-01-12 | 1 | -1/+1 |
* | FPU type should not interfere with the ABI selection. Also make sure we eithe... | Imre Kaloz | 2013-11-29 | 1 | -2/+2 |
* | 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 |