457 Commits (a09998311d5695fca942670ee9928dcf2405f630)

Author SHA1 Message Date
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
Felix Fietkau 4af66e8866 fix accidental double slash in prefixed quilt patchsets 17 years ago
Felix Fietkau e2e8d55dcc allow targets to select/deselect config symbols 17 years ago
Felix Fietkau 5f87e72dae fix quilt patch check 17 years ago
Felix Fietkau 7d179076ca separate series file fixup from quilt check to avoid series file breakages after fixing a broken patch stack with quilt 17 years ago
Gabor Juhos e12359aa29 fix target profiles, (closes: 2440) 17 years ago
Tim Yardley 458ce0cb5c fix quilt integration 17 years ago
Felix Fietkau 85f3be6310 fix target profiles 17 years ago
Felix Fietkau e2f7a60283 fixes for refresh/update handling 17 years ago
Felix Fietkau d1933f9761 move a stampfile to make it easier to override the patch template 17 years ago
Felix Fietkau 5f1d42ea7c refactor quilt patching code 17 years ago
Felix Fietkau 97b6135462 add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg 17 years ago
Felix Fietkau 03543ec4a4 proper series file support for regular packages 17 years ago
Felix Fietkau 894bd2f7dc use $(TAR) instead of tar 17 years ago
Felix Fietkau dbeb0fad24 Refactor downloading code into download.mk Support multiple file downloads Support svn downloads 17 years ago
Felix Fietkau 969ac7459e add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages 17 years ago
Felix Fietkau 800ef0f56c some minor fixes, cleanups, package build abstraction 17 years ago
Nicolas Thill 0bf90f2a0d add ipv6 conntrack support (closes: #2192) 17 years ago
Felix Fietkau f8dfc57573 add initial version of a package feeds management script 17 years ago
Nicolas Thill fec4d9ee3c add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. 17 years ago
Nicolas Thill 7d50df6224 add 'Provides:' line in ipkg control files 17 years ago
Felix Fietkau e554dafa93 fix spontaneous rebuilds caused by make package/<name>/update with quilt 17 years ago
Nicolas Thill f5f47e1fbd cosmetic cleanup before more deep changes 17 years ago
Nicolas Thill f6197eabda fix typo again (do i need some sleep?) 17 years ago
Nicolas Thill dcf795770c oops, fix typo 17 years ago
Nicolas Thill 8c7105e20a remove (unused?) linux symlink in BUILD_DIR 17 years ago
Nicolas Thill 892b16a352 revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work when symbols from different kernel versions are mixed in KCONFIG 17 years ago
Nicolas Thill ac2af6affa allow targets for override generic config (GENERIC_LINUX_CONFIG:=/dev/null) for testing purposes 17 years ago
Nicolas Thill 420f252a58 quote LINUX_VERSION to avoid shell errors at DUMP time 17 years ago
Nicolas Thill 5011d6129c prevent include/netfilter.mk from being included multiple times 17 years ago
Felix Fietkau 986445a623 properly clean up after kernel_{old,menu}config 17 years ago
Felix Fietkau 749cefa063 fix custom series files in kernel patch directories 17 years ago
Felix Fietkau e83d637f65 fix kernel build with quilt 17 years ago
Felix Fietkau 01b6a90e3d fix kernel_menuconfig 17 years ago
Florian Fainelli 6a06ccf9b6 Package the statistics module for netfilter 17 years ago
Felix Fietkau 0c9b23594d fix kmod-crypto, emit warning messages for kmod packages that cannot be built due to missing kernel config options 17 years ago
Felix Fietkau e63e1f7a4a add support for device type based package preselections 17 years ago
Felix Fietkau 87a88cebc7 adapt profiles for subtarget changes 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago
Nicolas Thill af0b91ca90 allow scan.mk to find python packages introduced in [8639] 17 years ago
Nicolas Thill 9f6bd2c07b remove uneeded stuff after python changes in [8639] 17 years ago