summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* oops, previous commit was broken. remove wrong line break.Lars-Peter Clausen2008-09-111-2/+1
| | | | SVN-Revision: 12570
* Add InstallDev/(Pre|Post) hooks.Lars-Peter Clausen2008-09-111-2/+10
| | | | SVN-Revision: 12569
* target features: fix usb support detectionFelix Fietkau2008-09-081-1/+1
| | | | SVN-Revision: 12551
* add default Build/Install template, which is activated by setting PKG_INSTALL=1Felix Fietkau2008-09-032-11/+15
| | | | SVN-Revision: 12512
* make sure that when the kernel config changes, compile is triggered for all ↵Felix Fietkau2008-09-021-0/+2
| | | | | | kernel dependent packages SVN-Revision: 12503
* get rid of a shell warning if md5sum is not foundFelix Fietkau2008-09-021-1/+1
| | | | SVN-Revision: 12494
* clean up md5s() shell functionFelix Fietkau2008-09-021-1/+4
| | | | SVN-Revision: 12493
* add prereq check for extended getopt (#3944)Felix Fietkau2008-09-021-0/+8
| | | | SVN-Revision: 12491
* Add @GNOME download source.Lars-Peter Clausen2008-09-011-1/+1
| | | | SVN-Revision: 12469
* add an extra build step Build/Install which allows you to run a make install ↵Felix Fietkau2008-09-011-0/+2
| | | | | | target after the post-compile hooks have run - will be necessary for some libtool dependent stuff SVN-Revision: 12452
* this adds hg (Mercurial) SCM checkout support, very similar to the current ↵Florian Fainelli2008-08-291-2/+20
| | | | | | | | git or svn checkout support; potential use is for building em28xx-new driver (USB hybrid DVB-T device) which lives in a Mercurial repo. (#3229) Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> SVN-Revision: 12433
* fix kconfig for packages that only define =y, =m or =n rulesFelix Fietkau2008-08-271-1/+1
| | | | SVN-Revision: 12414
* fixes cvs download, signed-off by Bruno RandolfJohn Crispin2008-08-271-1/+1
| | | | SVN-Revision: 12401
* enable quilt by default for the kernel treeFelix Fietkau2008-08-273-2/+3
| | | | SVN-Revision: 12400
* replace the deprecated git-* command calls with git *Felix Fietkau2008-08-241-2/+2
| | | | SVN-Revision: 12379
* fix make kernel_menuconfig for subtarget kernel config filesFelix Fietkau2008-08-231-1/+1
| | | | SVN-Revision: 12376
* update to 2.6.26.3 and 2.6.25.16Gabor Juhos2008-08-221-4/+4
| | | | SVN-Revision: 12371
* some more build system cleanupFelix Fietkau2008-08-171-2/+1
| | | | SVN-Revision: 12329
* export the FIND variable which points to a usable find versionFelix Fietkau2008-08-171-4/+4
| | | | SVN-Revision: 12327
* rework parallel building to get rid of some warnings and add back support ↵Felix Fietkau2008-08-165-27/+21
| | | | | | 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-161-1/+1
| | | | | | default SVN-Revision: 12319
* Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)Florian Fainelli2008-08-111-0/+1
| | | | SVN-Revision: 12276
* fix cut&paste mistakeFelix Fietkau2008-08-091-2/+2
| | | | SVN-Revision: 12254
* fix make distcleanFelix Fietkau2008-08-091-1/+1
| | | | SVN-Revision: 12252
* update to 2.6.25.15 and 2.6.26.2Gabor Juhos2008-08-071-4/+4
| | | | SVN-Revision: 12242
* move arch-specific definitions to arch site filesNicolas Thill2008-08-0620-280/+280
| | | | SVN-Revision: 12229
* add ac_cv_file__dev_zero to sitefilesFelix Fietkau2008-08-061-0/+1
| | | | SVN-Revision: 12227
* add ssize_t definition to site files, fix up size for x86_64Felix Fietkau2008-08-0610-2/+37
| | | | SVN-Revision: 12226
* fix 'make docs'Felix Fietkau2008-08-061-2/+2
| | | | SVN-Revision: 12211
* fix make variable overriding for package makefiles on the command lineFelix Fietkau2008-08-061-1/+1
| | | | SVN-Revision: 12204
* add missing configure variable to sitefile (required by gstreamer)Felix Fietkau2008-08-051-0/+1
| | | | SVN-Revision: 12152
* replace config.guess and config.sub properly, even if they are in a subdirectoryFelix Fietkau2008-08-051-1/+4
| | | | SVN-Revision: 12148
* add prereq check for pythonFelix Fietkau2008-08-041-0/+4
| | | | SVN-Revision: 12110
* adds a new uci firewall - iptbales and netfilter packages need to be ↵John Crispin2008-08-041-1/+1
| | | | | | 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-312-1/+3
| | | | | | setting PKG_SOURCE_MIRROR:=0 (#3815) SVN-Revision: 12034
* export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)Felix Fietkau2008-07-311-2/+5
| | | | SVN-Revision: 12029
* update to 2.6.25.12Gabor Juhos2008-07-261-2/+2
| | | | SVN-Revision: 11933
* 2.6.26 final is outImre Kaloz2008-07-141-0/+3
| | | | SVN-Revision: 11829
* SVN checkouts should be made non-interactive, so that https repositories ↵Florian Fainelli2008-07-121-1/+1
| | | | | | 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-061-0/+1
| | | | SVN-Revision: 11701
* spurious initramfs breakage fixFelix Fietkau2008-07-051-19/+20
| | | | SVN-Revision: 11670
* update targets to 2.6.25.10Imre Kaloz2008-07-051-2/+2
| | | | SVN-Revision: 11667
* improve xargs compatibility check (mostly Darwin/Mac OS X related)Felix Fietkau2008-07-011-6/+5
| | | | SVN-Revision: 11613
* upgrade to 2.6.25.9Imre Kaloz2008-06-261-2/+2
| | | | SVN-Revision: 11584
* upgrade to 2.6.25.7, and refresh patchesGabor Juhos2008-06-171-2/+2
| | | | SVN-Revision: 11523
* use file descriptors 8 and 9 for build system internal log messages, as ↵Felix Fietkau2008-06-161-2/+2
| | | | | | 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-151-1/+1
| | | | SVN-Revision: 11475
* fix typoFelix Fietkau2008-06-151-1/+1
| | | | SVN-Revision: 11474
* add some sanity checkingFelix Fietkau2008-06-151-1/+1
| | | | SVN-Revision: 11473
* remove accidentally committed swap fileFelix Fietkau2008-06-131-0/+0
| | | | SVN-Revision: 11461