Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: fix typo in arm cflags | Felix Fietkau | 2013-09-27 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38237 | ||||
* | build: fix typo | Luka Perkov | 2013-09-26 | 1 | -1/+1 |
| | | | | | | | | vfp3 should be named vfpv3 Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38222 | ||||
* | include/target.mk: fix spacing | Luka Perkov | 2013-09-26 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38221 | ||||
* | build: include the cpu type as part of the toolchain/target directory name | Felix Fietkau | 2013-09-26 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38214 | ||||
* | build: unify powerpc target cflags | Felix Fietkau | 2013-09-26 | 1 | -0/+6 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38213 | ||||
* | build: unify x86 target cflags | Felix Fietkau | 2013-09-26 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38212 | ||||
* | build: unify arm target cflags | Felix Fietkau | 2013-09-26 | 1 | -0/+9 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38211 | ||||
* | build: unify mips target cflags | Felix Fietkau | 2013-09-26 | 1 | -1/+6 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38210 | ||||
* | build: clean up default cflags handling | Felix Fietkau | 2013-09-26 | 1 | -11/+24 |
| | | | | | | | | | - reduce redundancy - introduce a CPU_TYPE variable for cpu specific options Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38209 | ||||
* | include: introduce subtarget_platform CONFIG_TARGET | Luka Perkov | 2013-08-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | Sometimes it is useful to change platform's kernel config file but with loaded subtarget's kernel config. Good example for this use case is malta. Example: $ make kernel_menuconfig CONFIG_TARGET=subtarget_platform Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37818 | ||||
* | build: unify target independent optimization options | Felix Fietkau | 2013-07-29 | 1 | -8/+8 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600 | ||||
* | include: also check CONFIG_GPIOLIB for GPIO_SUPPORT | Jonas Gorski | 2013-07-04 | 1 | -1/+1 |
| | | | | | | | | | | | Recent kernels removed GENERIC_GPIO and require GPIO capable targets to select GPIOLIB instead, so check for both symbols. Fixed #13814. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37166 | ||||
* | build: remove hotplug2 from DEFAULT_PACKAGES | Felix Fietkau | 2013-07-02 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37132 | ||||
* | firewall3: rename to firewall, move into base system menu, update to git ↵ | Jo-Philipp Wich | 2013-06-04 | 1 | -1/+1 |
| | | | | | | head with compatibility fixes for AA SVN-Revision: 36838 | ||||
* | 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 | ||||
* | Enable native IPv6 support by default | Steven Barth | 2013-04-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 36277 | ||||
* | include: make firewall3 the default | Jo-Philipp Wich | 2013-03-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 35888 | ||||
* | mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel ↵ | Felix Fietkau | 2012-12-28 | 1 | -1/+1 |
| | | | | | | size after lzma and ~12k squashfs size in the default configuration SVN-Revision: 34909 | ||||
* | target: add a feature flag for RTC support | Felix Fietkau | 2012-05-17 | 1 | -0/+3 |
| | | | | SVN-Revision: 31777 | ||||
* | enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵ | Felix Fietkau | 2012-05-14 | 1 | -1/+1 |
| | | | | | | in a few relevant places SVN-Revision: 31730 | ||||
* | ensure that profile Makefiles are sourced in alphabetical order Since make ↵ | Jo-Philipp Wich | 2012-04-23 | 1 | -3/+3 |
| | | | | | | 3.82 does not guarantee file ordering anymore, target profiles might get included in random order, leading to bad default values when only selecting the toplevel target and populating the .config with defconfig. This commit should also fix the ar71xx snapshot builds. SVN-Revision: 31449 | ||||
* | target.mk: Trivial comment typo fix | Vasilis Tsiligiannis | 2012-02-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 30310 | ||||
* | allow targets to define a default subtarget when using automatic subtarget ↵ | John Crispin | 2011-07-04 | 1 | -0/+1 |
| | | | | | | detection from r27407 SVN-Revision: 27444 | ||||
* | automatic subtarget enumaration | John Crispin | 2011-07-03 | 1 | -3/+6 |
| | | | | SVN-Revision: 27407 | ||||
* | remove the now unused Target-Kernel field from the target metadata | Felix Fietkau | 2011-05-30 | 1 | -1/+0 |
| | | | | SVN-Revision: 27033 | ||||
* | use lazy evaluation to allow targets to override kernel config files | Felix Fietkau | 2011-04-17 | 1 | -21/+14 |
| | | | | SVN-Revision: 26714 | ||||
* | build: clean up handling of the kernel config | Felix Fietkau | 2011-04-06 | 1 | -14/+48 |
| | | | | | | | - support kernel config overlays in env/ - allow overriding the target kernel config with CONFIG_TARGET=platform|subtarget|env SVN-Revision: 26498 | ||||
* | global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵ | Felix Fietkau | 2011-03-26 | 1 | -8/+8 |
| | | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300 | ||||
* | target.mk: don't enable coreutils by default, it does not even exist ↵ | Jo-Philipp Wich | 2011-03-22 | 1 | -4/+0 |
| | | | | | | anymore... fixes the Image Builder SVN-Revision: 26269 | ||||
* | target: Added coreutils to list of default packages. It doesn't build or ↵ | Daniel Dickinson | 2011-03-11 | 1 | -0/+4 |
| | | | | | | install anything (0 bytes, 0 dependencies) and it prevents other packages from appearing in the package list if it is not selected SVN-Revision: 26026 | ||||
* | hotplug2: replace udevtrigger from the udev-106 source with a much smaller ↵ | Felix Fietkau | 2011-03-07 | 1 | -1/+1 |
| | | | | | | self-contained, stripped-down version SVN-Revision: 25920 | ||||
* | add plemininary ultrasparc support | Imre Kaloz | 2010-12-14 | 1 | -0/+1 |
| | | | | SVN-Revision: 24558 | ||||
* | Implement an ARCH_PACKAGES variable which defaults to BOARD but can be ↵ | Jo-Philipp Wich | 2010-09-12 | 1 | -0/+1 |
| | | | | | | 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 | ||||
* | speed up the build system by including include/shell.sh on shell commands ↵ | Felix Fietkau | 2010-08-19 | 1 | -3/+3 |
| | | | | | | only where necessary SVN-Revision: 22720 | ||||
* | rename target/linux/generic-2.6 to generic | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 21952 | ||||
* | remove linux 2.4 specific build system code | Felix Fietkau | 2010-06-26 | 1 | -6/+1 |
| | | | | SVN-Revision: 21951 | ||||
* | 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 |
| | | | | SVN-Revision: 20425 | ||||
* | disable ucitrigger for now, not used, patch from Dave Kooper | Florian Fainelli | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20355 | ||||
* | merge target kernel config files with subtarget config files and add a ↵ | Felix Fietkau | 2009-11-11 | 1 | -1/+1 |
| | | | | | | variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9) SVN-Revision: 18362 | ||||
* | brcm-2.4 is the only non-2.6 target, it's pointless to note the ↵ | Imre Kaloz | 2009-08-03 | 1 | -1/+1 |
| | | | | | | kernelversion in other targets' Target-Name SVN-Revision: 17102 | ||||
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 16538 | ||||
* | enable ucitrigger by default | Felix Fietkau | 2009-06-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 16403 | ||||
* | add pcie feature flag | Imre Kaloz | 2009-06-02 | 1 | -0/+3 |
| | | | | SVN-Revision: 16293 | ||||
* | fix typo | Ralph Hempel | 2009-05-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 16236 | ||||
* | emit proper error messages if important kernel config files are missing | Felix Fietkau | 2009-04-23 | 1 | -1/+7 |
| | | | | SVN-Revision: 15352 | ||||
* | add a modified version of the mips64 patch from #4603 | Felix Fietkau | 2009-04-18 | 1 | -0/+2 |
| | | | | SVN-Revision: 15249 | ||||
* | Update default configuration to use profiles | Hamish Guthrie | 2009-04-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 15229 | ||||
* | Final updates to default configuration of ps3 petitboot sub-target | Hamish Guthrie | 2009-03-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 14918 | ||||
* | move cflags default setting to target makefiles | Felix Fietkau | 2009-03-14 | 1 | -0/+8 |
| | | | | SVN-Revision: 14866 | ||||
* | replace a few unnecessary $(shell) calls | Felix Fietkau | 2009-03-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 14739 |