Fix yamonenv errors on accessing environment (#1542)
[openwrt/svn-archive/archive.git] / include /
2007-04-03 Mike BakerTidy up Makefiles
2007-04-03 Mike Bakerbug #1547
2007-04-03 Mike BakerUsing find's -exec to remove directories causes 'not...
2007-04-02 Florian FainelliUse find -exec instead of xargs
2007-04-02 Florian FainelliTypo, nice
2007-04-02 Florian FainelliAdd gawk as a preriquisite (needed for ramdisk images)
2007-04-01 Felix Fietkauadd check for openwrt build system makefiles when scann...
2007-03-31 Felix Fietkaucall Build/Clean for clean: in package makefiles
2007-03-28 Felix Fietkaumake sure tmp/info gets created
2007-03-28 Felix Fietkauadd PKG_NAME to prereq-build.mk so that failed checks...
2007-03-28 Felix Fietkaudetect changes in package/kernel/modules/*.mk when...
2007-03-24 Felix Fietkausplit CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_...
2007-03-24 Felix Fietkaufix CONFIGURE_PATH and add MAKE_PATH
2007-03-24 Felix Fietkauuse recursive variable expansion for CONFIGURE_*, MAKE_...
2007-03-24 Felix Fietkautrigger a kernel module rebuild when the kernel config...
2007-03-24 Felix Fietkaumove default templates for the kernel build to kernel...
2007-03-23 Felix Fietkaumake busybox autorebuild on relevant config changes
2007-03-23 Felix Fietkausome cleanups in the metadata.pl script; allow target...
2007-03-16 Felix Fietkaufix a small bug in the unpack code
2007-03-16 Felix Fietkauremove some debug code that slipped into the commit
2007-03-16 Felix Fietkauadd file type autodetection for the unpack command...
2007-03-16 Felix Fietkaure-enable SDK=1 and DEVELOPER=1 overrides for building...
2007-03-16 Felix Fietkauadd a default for PKG_BUILD_DIR and PKG_INSTALL_DIR...
2007-03-16 Felix Fietkaurevert part of [6573] to keep the speedup of metadata...
2007-03-16 Mike Bakerformatting and trivial cleanup
2007-03-16 Felix FietkauAdd an 'Image Configuration' menu to menuconfig
2007-03-15 Felix Fietkausplit package.mk and clean up build system code (based...
2007-03-04 Felix Fietkaufix metadata scan for profile split
2007-03-04 Felix Fietkaunuke mdev and replace it with hotplug2 :)
2007-03-04 Felix Fietkauadd a crlf workaround similar to the one from freewrt
2007-03-02 Felix Fietkaufinal fix for the profile selection
2007-03-02 Felix Fietkauset the PROFILE variable in target.mk appropriately
2007-03-02 Felix Fietkaurevert bogus target.mk change from [6465]
2007-03-02 Felix Fietkaufix an error in the kernel image related commit
2007-03-02 Tim Yardleycommit profile support for base-files... patches still...
2007-03-02 Felix Fietkaukernel build cleanup
2007-03-02 Felix Fietkauadd EXTRA_CFLAGS variable support
2007-03-02 Felix Fietkaumake squashfs overlay support more generic and integrat...
2007-02-28 Felix Fietkaufix kexec-tools build
2007-02-28 Florian FainelliAdd ipt_CLASSIFY target for 2.4 kernels (#1338)
2007-02-27 Felix FietkauMassive speedup in the package/target scanning step
2007-02-26 Felix Fietkauadd x86_64 sitefile
2007-02-26 Felix Fietkauremove old variables
2007-02-26 Felix Fietkaumove CXXFLAGS to MAKE_VARS
2007-02-26 Felix Fietkauadd MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*
2007-02-25 Felix Fietkaurename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency
2007-02-25 Felix Fietkaumove configure args to CONFIGURE_ARGS and configure...
2007-02-25 Felix Fietkaufix for including host.mk multiple times
2007-02-25 Felix Fietkaufix stampfiles for host-builds
2007-02-25 Felix Fietkauadd auto-rebuild for host builds (tested with tools...
2007-02-23 Felix Fietkaualways dereference symbolic links when copying kernel...
2007-02-23 Felix Fietkaufix kernel features detection - GENERIC_PLATFORM_DIR...
2007-02-22 Tim Yardleymake maxinodes configureable for ext2
2007-02-22 Felix Fietkaufix a small bug in the order of the profile metadata...
2007-02-22 Felix Fietkaulast commit was missing a change...
2007-02-22 Felix FietkauReorganize kernel configs - target/linux/*/config is...
2007-02-16 Felix Fietkaumake kernel_menuconfig work without target toolchain
2007-02-16 Felix Fietkauadd top-level kernel_menuconfig target to unpack and...
2007-02-16 Felix Fietkauwhen building a package, make sure that older versions...
2007-02-13 Felix Fietkaufix multiport netfilter module installation (patch...
2007-02-04 Felix FietkauMinor kernel build changes:
2007-02-01 Nicolas Thilldisambiguate PKG_CONFIG_PATH, it is used for pkgconfig...
2007-01-31 Mike Bakerprint package name when prereq fails
2007-01-30 Mike Bakerfix colors when compiling with some newer versions...
2007-01-22 Florian FainelliAdd chaostable from #1187, also enable netfilter module...
2007-01-22 Nicolas Thillcosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
2007-01-22 Felix Fietkaufix a typo in my netfilter commit - worked for iptables...
2007-01-22 Felix Fietkauadd missing config checks for the netfilter connmark...
2007-01-21 Felix Fietkaupass the CFLAGS through the environment on compile...
2007-01-21 Felix Fietkaumake spca5xx depend on video device support in the...
2007-01-20 Felix Fietkauallow newlines in prereq error messages
2007-01-20 Felix FietkauAdd WL-700gE support (based on work by jr)
2007-01-20 Felix Fietkauadd descriptions to the broadcom target profiles and...
2007-01-20 Felix Fietkauclean up package rebuild messages
2007-01-18 Tim Yardleybring in 2.6.19.2 fixes, primarily for the fixed sata...
2007-01-14 Felix Fietkauinclude section name in the package metadata
2007-01-13 Felix Fietkauadd maintainer to package metadata
2007-01-13 Felix Fietkaumerge the scripts dealing with package/target metadata...
2007-01-12 Felix FietkauFix the annoying base-files autorebuild bug.
2007-01-11 Felix Fietkaufix unpacking of .zip files
2007-01-10 Felix FietkauAdd initial version of the new Image Builder
2007-01-05 Imre Kalozupgrade to Linux 2.4.34
2006-12-30 Nicolas Thillonly squash owners, not permissions, when generating...
2006-12-25 Felix Fietkaustore the default kernel version for our ports in a...
2006-12-23 Florian FainelliAlso build bzImage for rdc boards
2006-12-20 Felix Fietkaureplace another instance of a relative path to generic...
2006-12-18 Felix Fietkausome platform support path name cleanup
2006-12-18 Felix Fietkauadd a missing dependency - prevented clean rebuild...
2006-12-17 Nicolas Thillprevent pkg-config from looking for .pc files on the...
2006-12-17 Rod WhitbyA little endian arm site defaults, in case anyone wants...
2006-12-16 Felix Fietkaufix path to generic init file when using a symlinked...
2006-12-08 Felix Fietkauallow package directories to override the path to configure
2006-12-08 Felix Fietkauminor cleanup
2006-11-30 Felix Fietkaubuild all packages in a package directory by default...
2006-11-28 Mike Bakertrivial changes
2006-11-28 Felix Fietkaumore cleanup, build fix on freebsd
2006-11-27 Felix Fietkauanother bsd bugfix
2006-11-27 Felix Fietkautrap chmod errors in tar unpack on bsd - modes like...
2006-11-27 Felix Fietkaufix collecting package metadata on freebsd
2006-11-27 Felix Fietkauminor cleanup and freebsd compile fix
next