aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* export the FIND variable which points to a usable find versionFelix Fietkau2008-08-17
| | | | SVN-Revision: 12327
* rework parallel building to get rid of some warnings and add back support ↵Felix Fietkau2008-08-16
| | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322
* make opkg the default package manager, disable busybox ipkg from building by ↵Travis Kemen2008-08-16
| | | | | | default SVN-Revision: 12319
* Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)Florian Fainelli2008-08-11
| | | | SVN-Revision: 12276
* fix cut&paste mistakeFelix Fietkau2008-08-09
| | | | SVN-Revision: 12254
* fix make distcleanFelix Fietkau2008-08-09
| | | | SVN-Revision: 12252
* update to 2.6.25.15 and 2.6.26.2Gabor Juhos2008-08-07
| | | | SVN-Revision: 12242
* move arch-specific definitions to arch site filesNicolas Thill2008-08-06
| | | | SVN-Revision: 12229
* add ac_cv_file__dev_zero to sitefilesFelix Fietkau2008-08-06
| | | | SVN-Revision: 12227
* add ssize_t definition to site files, fix up size for x86_64Felix Fietkau2008-08-06
| | | | SVN-Revision: 12226
* fix 'make docs'Felix Fietkau2008-08-06
| | | | SVN-Revision: 12211
* fix make variable overriding for package makefiles on the command lineFelix Fietkau2008-08-06
| | | | SVN-Revision: 12204
* add missing configure variable to sitefile (required by gstreamer)Felix Fietkau2008-08-05
| | | | SVN-Revision: 12152
* replace config.guess and config.sub properly, even if they are in a subdirectoryFelix Fietkau2008-08-05
| | | | SVN-Revision: 12148
* add prereq check for pythonFelix Fietkau2008-08-04
| | | | SVN-Revision: 12110
* adds a new uci firewall - iptbales and netfilter packages need to be ↵John Crispin2008-08-04
| | | | | | rewrapped when we switch to this firewall as default - there are some examples in the file /etc/config/firewall - iptables-save/restore are still missing - hotplug takes care of adding/removing netdevs during runtime - misisng features ? wishes ? let me know ... SVN-Revision: 12089
* allow packages to forcibly disable the svn/git mirror downloading attempt by ↵Felix Fietkau2008-07-31
| | | | | | setting PKG_SOURCE_MIRROR:=0 (#3815) SVN-Revision: 12034
* export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)Felix Fietkau2008-07-31
| | | | SVN-Revision: 12029
* update to 2.6.25.12Gabor Juhos2008-07-26
| | | | SVN-Revision: 11933
* 2.6.26 final is outImre Kaloz2008-07-14
| | | | SVN-Revision: 11829
* SVN checkouts should be made non-interactive, so that https repositories ↵Florian Fainelli2008-07-12
| | | | | | with auto-signed repositories can be checked out without user interaction SVN-Revision: 11785
* Define the size_t size for cris (#3722)Florian Fainelli2008-07-06
| | | | SVN-Revision: 11701
* spurious initramfs breakage fixFelix Fietkau2008-07-05
| | | | SVN-Revision: 11670
* update targets to 2.6.25.10Imre Kaloz2008-07-05
| | | | SVN-Revision: 11667
* improve xargs compatibility check (mostly Darwin/Mac OS X related)Felix Fietkau2008-07-01
| | | | SVN-Revision: 11613
* upgrade to 2.6.25.9Imre Kaloz2008-06-26
| | | | SVN-Revision: 11584
* upgrade to 2.6.25.7, and refresh patchesGabor Juhos2008-06-17
| | | | SVN-Revision: 11523
* use file descriptors 8 and 9 for build system internal log messages, as ↵Felix Fietkau2008-06-16
| | | | | | apparently bash does not like fds greater than 9 in shell commands on some systems SVN-Revision: 11515
* add another check to the dependenciesFelix Fietkau2008-06-15
| | | | SVN-Revision: 11475
* fix typoFelix Fietkau2008-06-15
| | | | SVN-Revision: 11474
* add some sanity checkingFelix Fietkau2008-06-15
| | | | SVN-Revision: 11473
* remove accidentally committed swap fileFelix Fietkau2008-06-13
| | | | SVN-Revision: 11461
* create a platform config-* file if there is none already when running ↵Felix Fietkau2008-06-13
| | | | | | kernel_menuconfig or kernel_oldconfig SVN-Revision: 11460
* upgrade to 2.6.25.6Imre Kaloz2008-06-11
| | | | SVN-Revision: 11435
* fix make menuconfig/oldconfigFelix Fietkau2008-06-09
| | | | SVN-Revision: 11415
* large improvement for parallel builds. works without V=99 now and without ↵Felix Fietkau2008-06-09
| | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414
* allow parallel downloading for make downloadFelix Fietkau2008-06-09
| | | | SVN-Revision: 11411
* strip kernel version from image namesGabor Juhos2008-06-07
| | | | SVN-Revision: 11398
* upstream style quilt refreshImre Kaloz2008-06-04
| | | | SVN-Revision: 11350
* override user/system specific quilt configurationImre Kaloz2008-05-30
| | | | SVN-Revision: 11295
* upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)Gabor Juhos2008-05-18
| | | | SVN-Revision: 11184
* This patch makes kernel modules check if config is defined and creates a ↵Travis Kemen2008-05-15
| | | | | | config passthrough target which will evaluate the original config in the generated package. This is done so kernel modules can have configuration menus like busybox, etc... Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11139
* add a macro to compare kernel patch versions and use it for crypto and ↵Nicolas Thill2008-05-11
| | | | | | watchdog changes in 2.6.24+ kernels (closes: #3402) SVN-Revision: 11115
* add 'getgrgid' to uClibc site config, needed after glib2 update in [11088]Nicolas Thill2008-05-09
| | | | SVN-Revision: 11093
* remove dup iptables in default package setNicolas Thill2008-05-08
| | | | SVN-Revision: 11091
* fix kernel config on kernel_menuconfig abortFelix Fietkau2008-05-08
| | | | SVN-Revision: 11076
* cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & ↵Nicolas Thill2008-05-08
| | | | | | IPT_NATHELPER_EXTRA respectively, to better match package names SVN-Revision: 11073
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-07
| | | | SVN-Revision: 11059
* update to 2.6.25.1 and refresh patchesGabor Juhos2008-05-02
| | | | SVN-Revision: 11006
* kmod-ipt-iprange: fix build error on .25Gabor Juhos2008-04-30
| | | | SVN-Revision: 10992