kumquat-buildroot/make
Manuel Novoa III 1169162ab7 Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) share
a make target (the dnsmasq binary in root).  So I made 2.6 the "default".
It is _not_ enough to do "make dnsmasq1"... You must actually add dnsmasq1
to TARGETS if you want the older version.  Better approaches welcome.

Also, the config patch for 2.6 fixes the outdated/broken handling of uClibc
by the dnsmasq config.h file.
2004-04-04 02:33:03 +00:00
..
autoconf.mk Enable building soft float buildroot for gcc 3.3. Currently works for 2003-11-01 05:34:41 +00:00
automake.mk Enable building soft float buildroot for gcc 3.3. Currently works for 2003-11-01 05:34:41 +00:00
bash.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
berkeleydb.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
binutils-uclibc.mk Revert back to binutils .6 since .8 broke things on arm. 2004-03-01 06:28:02 +00:00
bison.mk Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>. 2004-03-11 08:03:44 +00:00
boa.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
bridge.mk Clean up makefile. Don't install (legacy?) brctld app since debian doesn't. 2004-03-05 18:59:41 +00:00
busybox.mk Update non-snapshot to pre8. Also pass TARGET_CFLAGS to the busybox 2004-03-05 19:12:02 +00:00
bzip2.mk Prevent install from following symlinks and overwriting bin/busybox 2003-12-03 17:18:41 +00:00
ccache.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
coreutils.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
cramfsroot.mk Bug fix by Goetz Bock <bock+uclibc@blacknet.de> 2003-11-21 03:50:39 +00:00
customize.mk revert this stuff... 2003-11-19 17:20:03 +00:00
dhcp_relay.mk Rework things to ensure we are cross compiling. Teach problematic 2003-03-04 19:16:19 +00:00
diffutils.mk Fix most things when large file support is not configured. 2003-11-17 01:31:38 +00:00
dnsmasq1.mk Missed a bugfix patch. Also, allow multiple patches. 2004-03-06 22:57:23 +00:00
dnsmasq.mk Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) share 2004-04-04 02:33:03 +00:00
dropbear_sshd.mk Update from .39 to .41 and change to using the muilt-binary version instead 2004-03-18 06:57:20 +00:00
ed.mk Enable building soft float buildroot for gcc 3.3. Currently works for 2003-11-01 05:34:41 +00:00
ext2root.mk Switch to the C locale before greping for an english text. 2004-03-13 00:01:08 +00:00
fakeroot.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
file.mk The stale sources problem strikes again. 2004-03-25 20:15:51 +00:00
findutils.mk some non-tabs snuck in 2003-12-20 00:22:39 +00:00
flex.mk Fix most things when large file support is not configured. 2003-11-17 01:31:38 +00:00
gawk.mk Fix most things when large file support is not configured. 2003-11-17 01:31:38 +00:00
gcc-uclibc-2.95.mk Patch from Lauri Leukkunen adding knobs controlling whether 2004-02-27 19:26:55 +00:00
gcc-uclibc-3.3.mk Use cannonical gnu.org site for gcc 3.3.x 2004-03-25 10:51:58 +00:00
gdb.mk Build gdb with <arch>-linux-uclibc explicitly (when necessary) in case it 2004-01-14 12:12:17 +00:00
gdbserver.mk Add support for enabling use of libintl. 2003-09-03 07:18:18 +00:00
gettext.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
grep.mk Fixup grep build 2004-01-28 23:11:00 +00:00
gzip.mk Add support for enabling use of libintl. 2003-09-03 07:18:18 +00:00
hostap.mk Fixup the build of the hostap utils, use the kernel hostap 2003-12-28 22:07:35 +00:00
hotplug.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
iproute2.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
iptables.mk Update to 1.2.9. Allow patches (openwrt). Fix buildroot kernel location. 2004-03-05 19:17:21 +00:00
jffs2root.mk Do not blindly strip all symbols from from all libs. libpthread 2003-03-13 20:30:07 +00:00
jpeg.mk Various fixes. Should now build when cross compiling and install correctly. 2003-11-29 19:19:10 +00:00
kernel-headers.mk I've put together an updated set of kernel headers, so use that. 2004-02-18 19:06:54 +00:00
less.mk oops 2003-11-13 00:14:59 +00:00
libfloat.mk Minor cleanup. 2004-01-15 11:01:37 +00:00
libglib12.mk teach glib to cross compile 2003-09-04 08:15:44 +00:00
libmad.mk Add in mpg123 support, contributed by Jeff Simpson, with fixes 2003-12-03 22:56:58 +00:00
libtool.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
links.mk Fix most things when large file support is not configured. 2003-11-17 01:31:38 +00:00
linux.mk Update kernel to 2.4.26-pre5 2004-03-21 01:58:59 +00:00
lrzsz.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
ltp-testsuite.mk Update to the February ltp-full-20040206 testsuite 2004-02-06 22:52:14 +00:00
ltrace.mk Should have added this a long time ago. 2004-02-11 06:44:47 +00:00
lzo.mk Patch by "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with some 2004-03-11 17:08:35 +00:00
m4.mk Enable building soft float buildroot for gcc 3.3. Currently works for 2003-11-01 05:34:41 +00:00
make.mk Fix most things when large file support is not configured. 2003-11-17 01:31:38 +00:00
microcom.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
microwin.mk Contributed by Greg Haerr <greg@censoft.com>. 2003-11-20 00:56:41 +00:00
mkdosfs.mk Change from using "TARGET_CC1" to just plan "TARGET_CC" 2003-01-19 06:07:22 +00:00
mke2fs.mk Add support for enabling use of libintl. 2003-09-03 07:18:18 +00:00
mpg123.mk Add in mpg123 support, contributed by Jeff Simpson, with fixes 2003-12-03 22:56:58 +00:00
mrouted.mk Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with 2004-03-11 17:35:09 +00:00
ncurses.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
netkitbase.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
netkittelnet.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
netsnmp.mk Update to latest and modify patch so it builds. 2004-04-01 04:23:18 +00:00
newt.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
ntp.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
openssh.mk Update to openssh-3.8p1 2004-03-19 10:00:57 +00:00
openssl.mk Update for latest bug fix. 2004-03-19 08:27:45 +00:00
openvpn.mk Enable pthread support plus some minor tweaks to dependencies. 2004-03-11 17:10:44 +00:00
patch.mk Upgrade since 2.5.4 has a configuration bug which builds with largefiles 2004-02-16 01:18:43 +00:00
pciutils.mk Add support for enabling use of libintl. 2003-09-03 07:18:18 +00:00
pcmcia.mk Bump pcmcia version 2003-12-20 00:01:42 +00:00
pppd.mk Per comment from Ross Miller, update to ppp-2.4.1 final rather 2004-03-06 19:35:46 +00:00
python.mk Contributed by Jeff Simpson. This doesn't actually work yet, 2003-12-03 22:58:26 +00:00
raidtools.mk Fixup broken tabs 2003-09-05 09:12:56 +00:00
rxvt.mk Rework things to ensure we are cross compiling. Teach problematic 2003-03-04 19:16:19 +00:00
sed.mk fix a stupid search-n-replace bug 2004-03-24 22:01:22 +00:00
sfdisk.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
slang.mk dont use ftp 2003-02-12 14:19:49 +00:00
socat.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
squashfsroot.mk Silly little patch to add an option to force root/root ownership in the 2004-03-30 05:46:10 +00:00
strace.mk Fix most things when large file support is not configured. 2003-11-17 01:31:38 +00:00
system-linux.mk Don't mess with the headers files installed by uClibc 2003-03-05 12:07:24 +00:00
tar.mk some non-tabs snuck in 2003-12-20 00:22:39 +00:00
tinylogin.mk Pass TARGET_CFLAGS to the tinylogin Makefile in the manner expected. 2004-03-05 19:13:13 +00:00
tinyx.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
tn5250.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
ttcp.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
uclibc.mk Make it possible to use the (modified) 0.9.24 ldso code. This is a 2004-03-05 19:06:24 +00:00
udhcp.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
user-mode-linux.mk automatically detect if we have a usable version of sed 2003-11-19 17:17:56 +00:00
util-linux.mk Begin to sortof make this work... 2004-03-10 08:11:05 +00:00
valgrind.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00
vtun.mk Add lzo support. 2004-03-11 17:14:28 +00:00
wtools.mk Use BUILD_SHARED to reduce total size. 2004-03-05 19:18:22 +00:00
zlib.mk Thomas Cameron writes: 2003-11-12 09:31:12 +00:00