summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix bug in ethernet irq handlerMike Baker2006-10-121-1/+1
| | | | SVN-Revision: 5056
* only check prerequisites of actually selected packagesFelix Fietkau2006-10-122-8/+14
| | | | SVN-Revision: 5055
* enable busybox taint checking to support gplonly kernel exportsFelix Fietkau2006-10-121-1/+1
| | | | SVN-Revision: 5054
* another compile fixFelix Fietkau2006-10-111-8/+10
| | | | SVN-Revision: 5052
* fix compile errorFelix Fietkau2006-10-111-70/+71
| | | | SVN-Revision: 5051
* use bash for gen_image.shFelix Fietkau2006-10-111-1/+1
| | | | SVN-Revision: 5050
* more fixesFelix Fietkau2006-10-102-0/+2
| | | | SVN-Revision: 5048
* use perl instead of sed for replacing stuff in wlFelix Fietkau2006-10-101-1/+1
| | | | SVN-Revision: 5047
* replace ipkg-make-index with a shell script that works on bsdFelix Fietkau2006-10-102-1/+26
| | | | SVN-Revision: 5046
* use bsd md5 in ipkg if md5sum is not availableFelix Fietkau2006-10-101-0/+2
| | | | SVN-Revision: 5045
* run rstrip in bashFelix Fietkau2006-10-101-1/+1
| | | | SVN-Revision: 5044
* always build sed, some systems have a broken one where it's hard to detectFelix Fietkau2006-10-102-47/+8
| | | | SVN-Revision: 5043
* add portability patch for ipkg-utilsFelix Fietkau2006-10-101-0/+50
| | | | SVN-Revision: 5042
* don't include host.mk from rules.mk - confuses package dumpFelix Fietkau2006-10-102-1/+1
| | | | SVN-Revision: 5038
* more portability fixes and a prereq check for gnu tarFelix Fietkau2006-10-104-1/+15
| | | | SVN-Revision: 5037
* kernel patch: remove pcmcia compatibility crap - doesn't run on freebsdFelix Fietkau2006-10-101-0/+21
| | | | SVN-Revision: 5036
* fix target/utils compile on freebsdFelix Fietkau2006-10-101-1/+1
| | | | SVN-Revision: 5035
* add uclibc portability patch (by thorsten glaser)Felix Fietkau2006-10-101-0/+38
| | | | SVN-Revision: 5034
* rename patchFelix Fietkau2006-10-101-0/+0
| | | | SVN-Revision: 5033
* fix gcc compileFelix Fietkau2006-10-102-1/+4
| | | | SVN-Revision: 5032
* remove sed test garbage left behind on some hosts with an old/unsupported sedFelix Fietkau2006-10-101-2/+1
| | | | SVN-Revision: 5031
* change OS to HOST_OSFelix Fietkau2006-10-102-2/+2
| | | | SVN-Revision: 5030
* add BSDmakefile as a wrapper which calls gmakeFelix Fietkau2006-10-101-0/+2
| | | | SVN-Revision: 5029
* set shell to bash in master makefileFelix Fietkau2006-10-101-0/+1
| | | | SVN-Revision: 5028
* fix HOST_ARCH and GNU_HOST_NAME for freebsd and other operating systemsFelix Fietkau2006-10-102-17/+1481
| | | | SVN-Revision: 5027
* add generic ide support for x86-2.6Felix Fietkau2006-10-101-1/+1
| | | | SVN-Revision: 5026
* explicitly set CONFIG_SHELL to bash for the kernel headers configureFelix Fietkau2006-10-101-1/+4
| | | | SVN-Revision: 5025
* don't touch TAR_OPTIONS in host.mkFelix Fietkau2006-10-102-2/+2
| | | | SVN-Revision: 5024
* hide .host.mk commandsFelix Fietkau2006-10-101-4/+4
| | | | SVN-Revision: 5023
* only use --wildcards for gnu tarFelix Fietkau2006-10-102-1/+6
| | | | SVN-Revision: 5022
* move the common variables from host-build.mk to host.mkFelix Fietkau2006-10-102-18/+25
| | | | SVN-Revision: 5021
* fix mtd-utils compile on freebsdFelix Fietkau2006-10-102-1/+6
| | | | SVN-Revision: 5020
* fix gene2fs build on freebsdFelix Fietkau2006-10-103-10/+14
| | | | SVN-Revision: 5019
* real fix for download.plFelix Fietkau2006-10-101-3/+3
| | | | SVN-Revision: 5018
* add workaround for freebsdFelix Fietkau2006-10-101-1/+2
| | | | SVN-Revision: 5017
* add support for bsd md5 as a md5sum replacementFelix Fietkau2006-10-101-2/+6
| | | | SVN-Revision: 5016
* add support for Package/<pkgname>/description - old format still supported, ↵Felix Fietkau2006-10-102-4/+13
| | | | | | but deprecated SVN-Revision: 5015
* add support for a common shell include file, which is evaluated for every ↵Felix Fietkau2006-10-104-21/+45
| | | | | | make shell call, simplify variable passing to the shell with shvar and shexport templates, use Package/<pkgname>/config for adding config.in data SVN-Revision: 5014
* put LINUX_KARCH in .kernel.mkFelix Fietkau2006-10-103-9/+12
| | | | SVN-Revision: 5013
* move certain host related variables to .host.mk generated by ↵Felix Fietkau2006-10-102-16/+20
| | | | | | include/host-build.mk to speed up the build system SVN-Revision: 5012
* remove old .cvsignoreFelix Fietkau2006-10-101-8/+0
| | | | SVN-Revision: 5011
* pppd: pass on the configured upper limit for mtu to the channel that ppp usesFelix Fietkau2006-10-101-0/+17
| | | | SVN-Revision: 5010
* pppoe: use the interface mtu as upper limit for ppp packet size + header ↵Felix Fietkau2006-10-102-0/+24
| | | | | | (based on a patch by Dirk Nehring) SVN-Revision: 5009
* Remove old kmod packaging entries moved to the new layout (follow [4992] and ↵Nicolas Thill2006-10-092-33/+0
| | | | | | [4993]) SVN-Revision: 5006
* fix uml-2.6 build on x86_64Nicolas Thill2006-10-091-0/+1
| | | | SVN-Revision: 5003
* remove unused multilib optionFelix Fietkau2006-10-091-7/+0
| | | | SVN-Revision: 5000
* move ccache dir to staging_dir_arch (removing the staging dir will make the ↵Felix Fietkau2006-10-092-2/+2
| | | | | | ccache ineffective anyway) SVN-Revision: 4999
* fix ar7 image alignment for jffs2Felix Fietkau2006-10-091-7/+8
| | | | SVN-Revision: 4998
* use standard patch naming schemeFelix Fietkau2006-10-093-0/+0
| | | | SVN-Revision: 4997
* Remove unecessary control files since those kmods are packaged with the new ↵Florian Fainelli2006-10-0921-84/+0
| | | | | | layout SVN-Revision: 4993