Openwrt/include
2007-02-13 03:08:48 +00:00
..
site
host-build.mk
host.mk
image.mk Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested. 2007-01-10 21:52:28 +00:00
kernel-build.mk Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. 2007-02-04 19:36:11 +00:00
kernel-version.mk bring in 2.6.19.2 fixes, primarily for the fixed sata support. see http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.19.2 for full details of the changes 2007-01-18 18:58:24 +00:00
kernel.mk
netfilter.mk fix multiport netfilter module installation (patch from #1280) 2007-02-13 03:08:48 +00:00
package.mk disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONFIGURE_PATH is now used for configure scripts 2007-02-01 22:32:03 +00:00
prereq-build.mk
prereq.mk print package name when prereq fails 2007-01-31 20:17:28 +00:00
shell.sh
target.mk merge the scripts dealing with package/target metadata to remove some redundant code 2007-01-13 14:05:14 +00:00
unpack.mk fix unpacking of .zip files 2007-01-11 19:07:12 +00:00
verbose.mk fix colors when compiling with some newer versions of bash 2007-01-30 18:30:20 +00:00