aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* fix quilt apply for packages that change STAMP_*Felix Fietkau2007-11-10
| | | | SVN-Revision: 9531
* fix parallel build issuesFelix Fietkau2007-11-04
| | | | SVN-Revision: 9495
* increase scan depth to 5 for package/ (x.org is nested deeper than the rest ↵Felix Fietkau2007-11-03
| | | | | | of the packages) SVN-Revision: 9487
* fix default downloads from svnFelix Fietkau2007-10-31
| | | | SVN-Revision: 9471
* add feature flag for display support. will be used as dependency for x.orgFelix Fietkau2007-10-25
| | | | SVN-Revision: 9448
* We are now at .23.1Florian Fainelli2007-10-23
| | | | SVN-Revision: 9415
* Allow targets to specify extra initramfs source filesFelix Fietkau2007-10-23
| | | | | | | | | | | | | | 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:groupFelix Fietkau2007-10-23
| | | | | | | | | | 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 lineFelix Fietkau2007-10-23
| | | | | | | | | | | | | 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 ppcFelix Fietkau2007-10-23
| | | | | | | | | | | | | '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 Fietkau2007-10-21
| | | | | | 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 patchesJohn Crispin2007-10-20
| | | | SVN-Revision: 9380
* reorganize subtargets, sort subtargets below top level targetsFelix Fietkau2007-10-20
| | | | SVN-Revision: 9378
* fix quilt update breakage for kernel related packagesFelix Fietkau2007-10-20
| | | | SVN-Revision: 9368
* remove whitespacesJohn Crispin2007-10-18
| | | | SVN-Revision: 9354
* DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no ↵John Crispin2007-10-14
| | | | | | description is set SVN-Revision: 9307
* add autorebuild check for menuconfigFelix Fietkau2007-10-14
| | | | SVN-Revision: 9301
* add possibility to set default .config valuesJohn Crispin2007-10-14
| | | | SVN-Revision: 9300
* netfilter/ipset cleanups * rename patches to follow our naming conventions * ↵Gabor Juhos2007-10-12
| | | | | | 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-finalEugene Konev2007-10-10
| | | | SVN-Revision: 9234
* remove feeds dir on distcleanFelix Fietkau2007-10-09
| | | | SVN-Revision: 9215
* only run svn info if .svn existsFelix Fietkau2007-10-09
| | | | SVN-Revision: 9213
* changed pkg_install_files so one can specify the folder to install fromJohn Crispin2007-10-08
| | | | SVN-Revision: 9192
* added generation of x86 livecds, from #2391John Crispin2007-10-08
| | | | SVN-Revision: 9191
* add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT ↵Gabor Juhos2007-10-07
| | | | | | 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 Crispin2007-10-07
| | | | | | much cleaner and easier SVN-Revision: 9171
* fix accidental double slash in prefixed quilt patchsetsFelix Fietkau2007-10-07
| | | | SVN-Revision: 9166
* allow targets to select/deselect config symbolsFelix Fietkau2007-10-05
| | | | SVN-Revision: 9150
* fix quilt patch checkFelix Fietkau2007-10-04
| | | | SVN-Revision: 9121
* separate series file fixup from quilt check to avoid series file breakages ↵Felix Fietkau2007-10-04
| | | | | | after fixing a broken patch stack with quilt SVN-Revision: 9120
* fix target profiles, (closes: 2440)Gabor Juhos2007-10-03
| | | | SVN-Revision: 9113
* fix quilt integrationTim Yardley2007-10-02
| | | | SVN-Revision: 9100
* fix target profilesFelix Fietkau2007-10-02
| | | | SVN-Revision: 9099
* fixes for refresh/update handlingFelix Fietkau2007-09-29
| | | | SVN-Revision: 9063
* move a stampfile to make it easier to override the patch templateFelix Fietkau2007-09-29
| | | | SVN-Revision: 9062
* refactor quilt patching codeFelix Fietkau2007-09-29
| | | | SVN-Revision: 9061
* add a packaging method that installs files into a subdirectory of bin/ ↵Felix Fietkau2007-09-29
| | | | | | instead of an ipkg SVN-Revision: 9060
* proper series file support for regular packagesFelix Fietkau2007-09-29
| | | | SVN-Revision: 9059
* use $(TAR) instead of tarFelix Fietkau2007-09-29
| | | | SVN-Revision: 9058
* Refactor downloading code into download.mk Support multiple file downloads ↵Felix Fietkau2007-09-29
| | | | | | Support svn downloads SVN-Revision: 9057
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-28
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* some minor fixes, cleanups, package build abstractionFelix Fietkau2007-09-28
| | | | SVN-Revision: 9051
* add ipv6 conntrack support (closes: #2192)Nicolas Thill2007-09-23
| | | | SVN-Revision: 8984
* add initial version of a package feeds management scriptFelix Fietkau2007-09-23
| | | | SVN-Revision: 8973
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-22
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* add 'Provides:' line in ipkg control filesNicolas Thill2007-09-21
| | | | SVN-Revision: 8906
* fix spontaneous rebuilds caused by make package/<name>/update with quiltFelix Fietkau2007-09-20
| | | | SVN-Revision: 8879
* cosmetic cleanup before more deep changesNicolas Thill2007-09-20
| | | | SVN-Revision: 8870
* fix typo again (do i need some sleep?)Nicolas Thill2007-09-17
| | | | SVN-Revision: 8822
* oops, fix typoNicolas Thill2007-09-16
| | | | SVN-Revision: 8816