You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nicolas Thill a3edea1b91 add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) 16 years ago
..
site add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) 16 years ago
autotools.mk Change libtool fixup behaviour. Still ugly but it works until we have a real fix. It uses a InstallDev/Post hook to find all .la files which are going to be installed in the staging dir and prefixes every path in those files which starts with /usr/lib with $(STAGING_DIR). 16 years ago
debug.mk
depends.mk
download.mk Add @GNOME download source. 16 years ago
host-build.mk allow cvs/git/hg/svn wrap_mirror to work for host tools as well 16 years ago
host.mk
image.mk generate md5 checksums of generated firware images. closes #4003 - checksums located in bin/md5sums - integrity can be verified using md5sum -c 16 years ago
kernel-build.mk enable quilt by default for the kernel tree 16 years ago
kernel-defaults.mk use the default kernel target on powerpc 16 years ago
kernel-version.mk add MD5 for the kernel 2.6.28 16 years ago
kernel.mk change the way ./files* and the generic kernel files are applied. ./files now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. 16 years ago
netfilter.mk defrag needs to be loaded before conntrack_ipv4 16 years ago
package-bin.mk
package-defaults.mk make config.{guess,sub} writable before attempting to overwrite them (many packages have broken permissions in the tarball) 16 years ago
package-dumpinfo.mk
package-ipkg.mk add an "Installed-Size" field to package control files, so that opkg could check needed vs. available storage space before installing a package 16 years ago
package-version-override.mk
package.mk add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) 16 years ago
prereq-build.mk add prereq check for extended getopt (#3944) 16 years ago
prereq.mk
quilt.mk fix prepare error with brcm-2.4 and missing files/ (thx, thepeople) 16 years ago
scan.mk get rid of a shell warning if md5sum is not found 16 years ago
shell.sh clean up md5s() shell function 16 years ago
subdir.mk some more build system cleanup 16 years ago
target.mk add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) 16 years ago
toplevel.mk one more instance of r13005 16 years ago
unpack.mk
verbose.mk