Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a second parameter to InstallDev/UninstallDev for specifying the path to ↵ | Felix Fietkau | 2007-12-23 | 1 | -2/+2 |
| | | | | | | STAGING_DIR_HOST SVN-Revision: 9853 | ||||
* | add STAGING_DIR_HOST to PKG_CONFIG_PATH | Felix Fietkau | 2007-12-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 9850 | ||||
* | added packkage-version overriding, Signed-off-by: ralph ↵ | John Crispin | 2007-12-20 | 1 | -0/+21 |
| | | | | | | <ralph.hempel@infineon.com> SVN-Revision: 9813 | ||||
* | add md5 sum of the 2.6.23.11 tarball | Gabor Juhos | 2007-12-18 | 1 | -0/+3 |
| | | | | SVN-Revision: 9799 | ||||
* | fixed copy paste error | John Crispin | 2007-12-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 9792 | ||||
* | fix the sdk | Felix Fietkau | 2007-12-14 | 2 | -2/+7 |
| | | | | SVN-Revision: 9747 | ||||
* | clean up openwrt version handling, use a separate script that is executed at ↵ | Felix Fietkau | 2007-12-13 | 1 | -11/+6 |
| | | | | | | the beginning of the build process, fix revision checking with git SVN-Revision: 9723 | ||||
* | add prereq check for gnu find | Felix Fietkau | 2007-12-11 | 1 | -0/+7 |
| | | | | SVN-Revision: 9710 | ||||
* | Abstracted find to $(FIND) to allow use of gfind on non-GNU systems. | Felix Fietkau | 2007-12-05 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9659 | ||||
* | fix make clean for unconfigured build trees | Felix Fietkau | 2007-12-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 9655 | ||||
* | enforce gnu make >= 3.81 now. it has become too annoying to work around bugs ↵ | Felix Fietkau | 2007-12-04 | 1 | -5/+1 |
| | | | | | | in 3.80 SVN-Revision: 9654 | ||||
* | add shell compatibility patch from #2659 | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 9643 | ||||
* | fix kernel config related build error | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 9640 | ||||
* | include the kernel config for kernel related packages (should fix some b43 ↵ | Felix Fietkau | 2007-11-30 | 1 | -1/+4 |
| | | | | | | compile issues) SVN-Revision: 9635 | ||||
* | switch to 2.6.23.9 | Gabor Juhos | 2007-11-29 | 1 | -0/+3 |
| | | | | SVN-Revision: 9629 | ||||
* | fix build issues that happen when the staging dir is cleared and the build ↵ | Felix Fietkau | 2007-11-20 | 1 | -1/+5 |
| | | | | | | directories stay SVN-Revision: 9588 | ||||
* | add external kernel tree support | Eugene Konev | 2007-11-20 | 1 | -0/+10 |
| | | | | SVN-Revision: 9584 | ||||
* | prefer http downloads over svn/git checkouts, remove git dependency | Felix Fietkau | 2007-11-16 | 2 | -11/+1 |
| | | | | SVN-Revision: 9567 | ||||
* | better scope handling for the configured stamp | Felix Fietkau | 2007-11-16 | 1 | -2/+5 |
| | | | | SVN-Revision: 9566 | ||||
* | add git checkout support | Felix Fietkau | 2007-11-16 | 2 | -2/+30 |
| | | | | SVN-Revision: 9553 | ||||
* | fix copy&paste mistake | Felix Fietkau | 2007-11-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 9551 | ||||
* | fix the image builder | Felix Fietkau | 2007-11-14 | 2 | -19/+21 |
| | | | | SVN-Revision: 9549 | ||||
* | fix quilt apply for packages that change STAMP_* | Felix Fietkau | 2007-11-10 | 1 | -11/+11 |
| | | | | SVN-Revision: 9531 | ||||
* | fix parallel build issues | Felix Fietkau | 2007-11-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 9495 | ||||
* | increase scan depth to 5 for package/ (x.org is nested deeper than the rest ↵ | Felix Fietkau | 2007-11-03 | 1 | -1/+1 |
| | | | | | | of the packages) SVN-Revision: 9487 | ||||
* | fix default downloads from svn | Felix Fietkau | 2007-10-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 9471 | ||||
* | add feature flag for display support. will be used as dependency for x.org | Felix Fietkau | 2007-10-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 9448 | ||||
* | We are now at .23.1 | Florian Fainelli | 2007-10-23 | 1 | -0/+3 |
| | | | | SVN-Revision: 9415 | ||||
* | Allow targets to specify extra initramfs source files | Felix Fietkau | 2007-10-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated list of source files (or directories). This allows a platform to add extra components to the initramfs image, by defining the INITRAMFS_EXTRA_FILES make var. By default, we add a simple initramfs extra file for the generic-2.6 platform, which specifies a few device nodes. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9410 | ||||
* | Use current UID for initramfs root user:group | Felix Fietkau | 2007-10-23 | 1 | -2/+2 |
| | | | | | | | | | | Set the CONFIG_INITRAMFS_ROOT_{U,G}ID kernel variables to the current user, so that all files end up being owned by root in the final initramfs image. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9409 | ||||
* | don't specify "CC=<nothing>" on kernel build command line | Felix Fietkau | 2007-10-23 | 2 | -8/+12 |
| | | | | | | | | | | | | | If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build command-line. We don't always need CC, as the CROSS_COMPILE flag does the job instead. In fact, specifying CC messes up the build when we're using a biarch compiler. This change doesn't specify CC= if the KERNEL_CC variable is empty. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9408 | ||||
* | don't replace powerpc arch with ppc | Felix Fietkau | 2007-10-23 | 1 | -7/+8 |
| | | | | | | | | | | | | | 'powerpc' is a valid arch for the LINUX_KARCH variable, but the build system unconditionally replaces LIUNUX_KARCH=powerpc with LINUX_KARCH=ppc. This change only does the replacement if LINUX_KARCH isn't set. This allows us to use the powerpc architecture. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9405 | ||||
* | make aliases for package targets if the package directories are in further ↵ | Felix Fietkau | 2007-10-21 | 1 | -0/+6 |
| | | | | | | subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it SVN-Revision: 9384 | ||||
* | refreshed madwifi patches | John Crispin | 2007-10-20 | 1 | -1/+5 |
| | | | | SVN-Revision: 9380 | ||||
* | reorganize subtargets, sort subtargets below top level targets | Felix Fietkau | 2007-10-20 | 1 | -16/+3 |
| | | | | SVN-Revision: 9378 | ||||
* | fix quilt update breakage for kernel related packages | Felix Fietkau | 2007-10-20 | 1 | -3/+0 |
| | | | | SVN-Revision: 9368 | ||||
* | remove whitespaces | John Crispin | 2007-10-18 | 1 | -5/+5 |
| | | | | SVN-Revision: 9354 | ||||
* | DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no ↵ | John Crispin | 2007-10-14 | 2 | -5/+5 |
| | | | | | | description is set SVN-Revision: 9307 | ||||
* | add autorebuild check for menuconfig | Felix Fietkau | 2007-10-14 | 2 | -2/+2 |
| | | | | SVN-Revision: 9301 | ||||
* | add possibility to set default .config values | John Crispin | 2007-10-14 | 1 | -0/+2 |
| | | | | SVN-Revision: 9300 | ||||
* | netfilter/ipset cleanups * rename patches to follow our naming conventions * ↵ | Gabor Juhos | 2007-10-12 | 1 | -0/+1 |
| | | | | | | update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description SVN-Revision: 9269 | ||||
* | sync for 2.6.23-final | Eugene Konev | 2007-10-10 | 1 | -0/+3 |
| | | | | SVN-Revision: 9234 | ||||
* | remove feeds dir on distclean | Felix Fietkau | 2007-10-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 9215 | ||||
* | only run svn info if .svn exists | Felix Fietkau | 2007-10-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 9213 | ||||
* | changed pkg_install_files so one can specify the folder to install from | John Crispin | 2007-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 9192 | ||||
* | added generation of x86 livecds, from #2391 | John Crispin | 2007-10-08 | 1 | -0/+8 |
| | | | | SVN-Revision: 9191 | ||||
* | add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT ↵ | Gabor Juhos | 2007-10-07 | 1 | -2/+3 |
| | | | | | | target module required by xt_CHAOS * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number * original patchset can be found [http://tinyurl.com/2mjk2kx here] SVN-Revision: 9178 | ||||
* | added a function, that packages can call to make installing files/folders ↵ | John Crispin | 2007-10-07 | 1 | -0/+4 |
| | | | | | | much cleaner and easier SVN-Revision: 9171 | ||||
* | fix accidental double slash in prefixed quilt patchsets | Felix Fietkau | 2007-10-07 | 1 | -4/+4 |
| | | | | SVN-Revision: 9166 | ||||
* | allow targets to select/deselect config symbols | Felix Fietkau | 2007-10-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 9150 |