Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | use bsd md5 in ipkg if md5sum is not available | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5045 | |||
| * | run rstrip in bash | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5044 | |||
| * | always build sed, some systems have a broken one where it's hard to detect | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5043 | |||
| * | add portability patch for ipkg-utils | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5042 | |||
| * | don't include host.mk from rules.mk - confuses package dump | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5038 | |||
| * | more portability fixes and a prereq check for gnu tar | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5037 | |||
| * | kernel patch: remove pcmcia compatibility crap - doesn't run on freebsd | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5036 | |||
| * | fix target/utils compile on freebsd | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5035 | |||
| * | add uclibc portability patch (by thorsten glaser) | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5034 | |||
| * | rename patch | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5033 | |||
| * | fix gcc compile | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5032 | |||
| * | remove sed test garbage left behind on some hosts with an old/unsupported sed | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5031 | |||
| * | change OS to HOST_OS | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5030 | |||
| * | add BSDmakefile as a wrapper which calls gmake | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5029 | |||
| * | set shell to bash in master makefile | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5028 | |||
| * | fix HOST_ARCH and GNU_HOST_NAME for freebsd and other operating systems | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5027 | |||
| * | add generic ide support for x86-2.6 | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5026 | |||
| * | explicitly set CONFIG_SHELL to bash for the kernel headers configure | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5025 | |||
| * | don't touch TAR_OPTIONS in host.mk | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5024 | |||
| * | hide .host.mk commands | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5023 | |||
| * | only use --wildcards for gnu tar | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5022 | |||
| * | move the common variables from host-build.mk to host.mk | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5021 | |||
| * | fix mtd-utils compile on freebsd | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5020 | |||
| * | fix gene2fs build on freebsd | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5019 | |||
| * | real fix for download.pl | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5018 | |||
| * | add workaround for freebsd | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5017 | |||
| * | add support for bsd md5 as a md5sum replacement | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5016 | |||
| * | add support for Package/<pkgname>/description - old format still supported, ↵ | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | | | | | but deprecated SVN-Revision: 5015 | |||
| * | add support for a common shell include file, which is evaluated for every ↵ | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | | | | | 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.mk | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5013 | |||
| * | move certain host related variables to .host.mk generated by ↵ | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | | | | | include/host-build.mk to speed up the build system SVN-Revision: 5012 | |||
| * | remove old .cvsignore | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5011 | |||
| * | pppd: pass on the configured upper limit for mtu to the channel that ppp uses | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | SVN-Revision: 5010 | |||
| * | pppoe: use the interface mtu as upper limit for ppp packet size + header ↵ | Felix Fietkau | 2006-10-10 | |
| | | | | | | | | | | | | (based on a patch by Dirk Nehring) SVN-Revision: 5009 | |||
| * | Remove old kmod packaging entries moved to the new layout (follow [4992] and ↵ | Nicolas Thill | 2006-10-09 | |
| | | | | | | | | | | | | [4993]) SVN-Revision: 5006 | |||
| * | fix uml-2.6 build on x86_64 | Nicolas Thill | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 5003 | |||
| * | remove unused multilib option | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 5000 | |||
| * | move ccache dir to staging_dir_arch (removing the staging dir will make the ↵ | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | | | | | ccache ineffective anyway) SVN-Revision: 4999 | |||
| * | fix ar7 image alignment for jffs2 | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4998 | |||
| * | use standard patch naming scheme | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4997 | |||
| * | Remove unecessary control files since those kmods are packaged with the new ↵ | Florian Fainelli | 2006-10-09 | |
| | | | | | | | | | | | | layout SVN-Revision: 4993 | |||
| * | Remove unecessary control files, others to come | Florian Fainelli | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4992 | |||
| * | Port kmod-ipip to the new module layout | Florian Fainelli | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4991 | |||
| * | enable more netfilter features in the x86-2.6 kernel | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4990 | |||
| * | enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board) | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4989 | |||
| * | save the real configured interface name in the 'device' variable when ↵ | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | | | | | running scan_interfaces() - fixes pppoe problems SVN-Revision: 4983 | |||
| * | add new /bin/uci script and api for manipulating buildroot-ng config files | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4982 | |||
| * | fix shell escaping bug in append() function | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4981 | |||
| * | add 1 second delay for natsemi ifup (sometimes won't come up otherwise) | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4980 | |||
| * | add reboot=bios to x86 grub images to fix reboot issue on wrap | Felix Fietkau | 2006-10-09 | |
| | | | | | | | | SVN-Revision: 4979 |