summaryrefslogtreecommitdiff
path: root/package/iproute2
AgeCommit message (Collapse)Author
2020-09-14iproute2: update to 5.8.0Waldemar Brodkorb
2018-03-01iproute2: update to 4.15.0Waldemar Brodkorb
2017-07-20iproute2: update to 4.12.0Waldemar Brodkorb
2017-04-23iproute2: update to 4.10.0Waldemar Brodkorb
2016-12-26iproute2: update to 4.9.0Waldemar Brodkorb
2016-04-21iproute2: update to 4.5.0, add buildroot patchesWaldemar Brodkorb
2015-07-25package/iproute2: drop unnecessary patchesPhil Sutter
No need to include sys/param.h as it is included two lines below alreay. Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-08update iproute2 to latest stable versionWaldemar Brodkorb
2015-07-01update iproute2 to latestWaldemar Brodkorb
2015-04-14update to latest upstream versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-08-07update to latest upstreamWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-13update to latest upstreamWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-05fix iproute2 musl compileWaldemar Brodkorb
2014-02-10fix cross-compile on DarwinWaldemar Brodkorb
2014-01-12fix package buildWaldemar Brodkorb
2014-01-08remove LINUX_HEADER_DIRWaldemar Brodkorb
2013-12-08update iproute2Waldemar Brodkorb
2013-10-18reorganize the handling of busybox applets, which needs to be disabled when ↵Waldemar Brodkorb
full programm is choosen by the user
2013-10-10workaround compile error for avr32Waldemar Brodkorb
2013-08-20update to latest upstream, fix musl compileWaldemar Brodkorb
2012-07-17update to latest upstream versionWaldemar Brodkorb
2012-03-24update gcc, glibc and fix build breakageWaldemar Brodkorb
2012-01-12update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibcWaldemar Brodkorb
2011-11-10fix make bulk on OpenADK buildserverWaldemar Brodkorb
2011-02-26another round of native compile fixesWaldemar Brodkorb
2011-02-14fix ccache usageWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-20iproute2: fix compiling tc helper libsPhil Sutter
First of all, tc may support iptables if available. Dedicate a sub-package for the libs generated then, so the plain tc package will always contain the same stuff regardless of whether iptables is there or not. Given the right options, iproute2 is indeed able to detect iptables and libatm, so do that instead of using a shipped Config file. Patches updated as a nice side effect. Signed-off-by: Phil Sutter <phil@nwl.cc>
2011-01-13update to Linux Kernel 2.6.37Waldemar Brodkorb
2011-01-11update todo, resolv conflictWaldemar Brodkorb
2011-01-10iproute2: fix for installation of duplicate filesPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: q_atm.so is installed to /lib, not /usr/libPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: have tc/Makefile really install somethingPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: fix build of multiple subpackagesPhil Sutter
Instead of replacing INSTALL_{y,m} with the last enabled subpackage in the list, append them. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: subpackage tc needs iptables for compilation (missing xtables.h ↵Phil Sutter
otherwise) Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-06-13bulk package updateWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-12-23fixes for new pkgmaker generated menuWaldemar Brodkorb
2009-12-20create package/Depends.mk dynamically; add PKG_BUILDDEP to all MakefilesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-11resolve conflictWaldemar Brodkorb
Merge branch 'master' of git+ssh://openadk.org/git/openadk Conflicts: mk/build.mk
2009-12-11make iproute compilable on FreeBSD hostWaldemar Brodkorb
make an extra linux-headers dir in STAGING_DIR for special cases, where host gcc is used, but kernel headers from Linux are needed. Move GNU make specific export to GNUMakefile.