398 Commits (8c17d160b308f6b7f9561fde7c3339d4fb796e43)

Author SHA1 Message Date
Felix Fietkau 3de5e1d29a clean up after staging packages 17 years ago
Felix Fietkau 957103c337 add automatic file tracking and uninstallation for files installed in $(STAGING_DIR) and $(STAGING_DIR_HOST) 17 years ago
Felix Fietkau 3c228ee88f add a second parameter to InstallDev/UninstallDev for specifying the path to STAGING_DIR_HOST 17 years ago
Felix Fietkau f0b363667b add STAGING_DIR_HOST to PKG_CONFIG_PATH 17 years ago
John Crispin ff74bb872b added packkage-version overriding, Signed-off-by: ralph <ralph.hempel@infineon.com> 17 years ago
Gabor Juhos ff0eceb98f add md5 sum of the 2.6.23.11 tarball 17 years ago
John Crispin a49f06f5e7 fixed copy paste error 17 years ago
Felix Fietkau 2da3f6a256 fix the sdk 17 years ago
Felix Fietkau 51996a78f1 clean up openwrt version handling, use a separate script that is executed at the beginning of the build process, fix revision checking with git 17 years ago
Felix Fietkau 5de58125bd add prereq check for gnu find 17 years ago
Felix Fietkau 40ab15892d Abstracted find to $(FIND) to allow use of gfind on non-GNU systems. 17 years ago
Felix Fietkau edc74f8cc3 fix make clean for unconfigured build trees 17 years ago
Felix Fietkau b217ebd0e6 enforce gnu make >= 3.81 now. it has become too annoying to work around bugs in 3.80 17 years ago
Felix Fietkau 40840d495f add shell compatibility patch from #2659 17 years ago
Felix Fietkau 5526395594 fix kernel config related build error 17 years ago
Felix Fietkau d1b4f5b54f include the kernel config for kernel related packages (should fix some b43 compile issues) 17 years ago
Gabor Juhos bb44c9a6de switch to 2.6.23.9 17 years ago
Felix Fietkau 407b75436d fix build issues that happen when the staging dir is cleared and the build directories stay 17 years ago
Eugene Konev 4735a0f5fe add external kernel tree support 17 years ago
Felix Fietkau 5a9cdef549 prefer http downloads over svn/git checkouts, remove git dependency 17 years ago
Felix Fietkau 87d0b29540 better scope handling for the configured stamp 17 years ago
Felix Fietkau 224760dee7 add git checkout support 17 years ago
Felix Fietkau 4a87a0464b fix copy&paste mistake 17 years ago
Felix Fietkau dfa7618bd6 fix the image builder 17 years ago
Felix Fietkau 2cb6cbf061 fix quilt apply for packages that change STAMP_* 17 years ago
Felix Fietkau db87e1f8c1 fix parallel build issues 17 years ago
Felix Fietkau 5d901efb9e increase scan depth to 5 for package/ (x.org is nested deeper than the rest of the packages) 17 years ago
Felix Fietkau e66a211078 fix default downloads from svn 17 years ago
Felix Fietkau 41815ee5c8 add feature flag for display support. will be used as dependency for x.org 17 years ago
Florian Fainelli 486492b407 We are now at .23.1 17 years ago
Felix Fietkau 881bac2db2 Allow targets to specify extra initramfs source files 17 years ago
Felix Fietkau 4a142953ea Use current UID for initramfs root user:group 17 years ago
Felix Fietkau 4bb2c88f4e don't specify "CC=<nothing>" on kernel build command line 17 years ago
Felix Fietkau d8e032edef don't replace powerpc arch with ppc 17 years ago
Felix Fietkau ac40a80f35 make aliases for package targets if the package directories are in further subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it 17 years ago
John Crispin 9f73ab51f3 refreshed madwifi patches 17 years ago
Felix Fietkau 86a906bed2 reorganize subtargets, sort subtargets below top level targets 17 years ago
Felix Fietkau 99aed44487 fix quilt update breakage for kernel related packages 17 years ago
John Crispin 9b467b5b28 remove whitespaces 17 years ago
John Crispin 7558f0281f DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no description is set 17 years ago
Felix Fietkau af03fdb6c5 add autorebuild check for menuconfig 17 years ago
John Crispin 1a3c4d1090 add possibility to set default .config values 17 years ago
Gabor Juhos 4e05416c39 netfilter/ipset cleanups * rename patches to follow our naming conventions * 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 17 years ago
Eugene Konev 72f5fa6b92 sync for 2.6.23-final 17 years ago
Felix Fietkau 1120a73f43 remove feeds dir on distclean 17 years ago
Felix Fietkau c3a2acf7db only run svn info if .svn exists 17 years ago
John Crispin 5a4b6b5f4e changed pkg_install_files so one can specify the folder to install from 17 years ago
John Crispin 215fa7eb8b added generation of x86 livecds, from #2391 17 years ago
Gabor Juhos 8309e3dff2 add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT 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] 17 years ago
John Crispin 33ecac1f24 added a function, that packages can call to make installing files/folders much cleaner and easier 17 years ago