summaryrefslogtreecommitdiff
path: root/package/wget
AgeCommit message (Collapse)Author
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-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-24allow to hide packages, which are provided by busybox appletsWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-23fix build without autopointWaldemar Brodkorb
2014-03-19prefer gnutls, smaller then opensslWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-02-21fix compile with uclibcWaldemar Brodkorb
2013-12-08fix release build for uClibc raspberry-piWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-07-16update to latest upstreamWaldemar Brodkorb
2012-03-13add libgmp dependencyWaldemar Brodkorb
2012-03-13fix cross-compileWaldemar Brodkorb
2012-03-11add gnutls support to curl package, add depends to ca-certificates packageWaldemar Brodkorb
2012-01-15add support for SSL flavours, suggested by philWaldemar Brodkorb
2011-01-10wget: install /etc/wgetrc along with the packagePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2010-07-12modify many PKG_DESCR variables to fit better into 80 width terminal windowWaldemar Brodkorb
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-11-22make bulk build on Debian/lenny x86 completeWaldemar Brodkorb
- fix some menu descriptions - fix gcc package compile
2009-09-16make adk compile system work on shuttleWaldemar Brodkorb
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested)