summaryrefslogtreecommitdiff
path: root/openwrt/package
Commit message (Collapse)AuthorAgeFilesLines
* standardize, don't install everything - just the binary, add Id tag to the ↵Nicolas Thill2005-12-163-26/+39
| | | | | | Makefile. SVN-Revision: 2708
* use target optimization cflags for ilbc codecNicolas Thill2005-12-161-0/+21
| | | | SVN-Revision: 2707
* fix asterisk build when asterisk-sqlite is selectedNicolas Thill2005-12-161-0/+3
| | | | SVN-Revision: 2706
* fix typo regarding vnc-reflectorNicolas Thill2005-12-161-1/+1
| | | | SVN-Revision: 2705
* really fix #10 nowImre Kaloz2005-12-1618-0/+0
| | | | SVN-Revision: 2704
* sync with kmod-madwifiImre Kaloz2005-12-161-4/+4
| | | | SVN-Revision: 2701
* fix wificonf compile error (#137)Felix Fietkau2005-12-161-0/+1
| | | | SVN-Revision: 2698
* port l2tpd fixes from changeset:2696 to trunk.Nicolas Thill2005-12-168-1/+1291
| | | | SVN-Revision: 2697
* add gcc4 fix for iptables 1.3.4Imre Kaloz2005-12-161-0/+30
| | | | SVN-Revision: 2692
* rename the patch to better match its purpose, add target optimization ↵Nicolas Thill2005-12-153-27/+39
| | | | | | cflags, prevent host system detection to set compile-time options. SVN-Revision: 2688
* upgrade busybox to v1.1.0-pre1Imre Kaloz2005-12-156-382/+337
| | | | SVN-Revision: 2687
* add my 2.6.15-rc5 port (yay) with devfs. The PCI subsystem is broken on ↵Imre Kaloz2005-12-151-4/+4
| | | | | | Broadcom boards, we are working on it. Also upgrade iptables to 1.3.4 SVN-Revision: 2683
* update asterisk to new upstream release (v1.2.1)Nicolas Thill2005-12-1536-8061/+2057
| | | | SVN-Revision: 2682
* update gmediaserver to new upstream release (v0.9.0)Nicolas Thill2005-12-151-2/+2
| | | | SVN-Revision: 2681
* replace bool with tristate (prevent unneeded freetype-install)Nicolas Thill2005-12-151-1/+1
| | | | SVN-Revision: 2680
* update ipsec-tools to new upstream release (v0.6.4)Nicolas Thill2005-12-151-2/+2
| | | | SVN-Revision: 2679
* add ptunnel (PingTunnel) (thanks to Romain Beauxis)Nicolas Thill2005-12-155-0/+91
| | | | SVN-Revision: 2676
* add missing config file and init script in the packageNicolas Thill2005-12-141-0/+4
| | | | SVN-Revision: 2675
* fix package name in template call, remove unneeded patch, don't use ↵Nicolas Thill2005-12-147-31/+48
| | | | | | PKG_INSTALL_DIR since upstream does not provide a make install target, add configurable init script, add Id tag and target optimization cflags.. SVN-Revision: 2674
* enable peercast actually (forgot some files in my last commit)Nicolas Thill2005-12-142-0/+3
| | | | SVN-Revision: 2673
* add peercast package (thanks to Romain Beauxis)Nicolas Thill2005-12-146-0/+196
| | | | SVN-Revision: 2672
* fix download url, add target optimization cflags, ipkg/conffiles, add Id tag ↵Nicolas Thill2005-12-143-7/+22
| | | | | | to the Makefile. SVN-Revision: 2671
* add madplay package (thanks to Romain Beauxis), add libid3tag dependency on ↵Nicolas Thill2005-12-145-0/+100
| | | | | | zlib. SVN-Revision: 2670
* Added libcli, l2tpns, fixed typo and mising URLFlorian Fainelli2005-12-1413-1/+250
| | | | SVN-Revision: 2669
* Added wccpd a Web Cache Coordination Protocol daemonFlorian Fainelli2005-12-145-0/+67
| | | | SVN-Revision: 2668
* add an Id tag to the Makefile, set md5sum, don't use PKG_INSTALL_DIR since ↵Nicolas Thill2005-12-142-16/+24
| | | | | | upstream does not provide a make install target SVN-Revision: 2667
* install in /usr instead of /usr/local/, add an ipkg/conffiles, add an Id tag ↵Nicolas Thill2005-12-142-2/+11
| | | | | | to the Makefile SVN-Revision: 2666
* Fixed typo, changed dependencies from depends on to selectFlorian Fainelli2005-12-131-4/+4
| | | | SVN-Revision: 2662
* revert last Config.in changeFelix Fietkau2005-12-131-2/+3
| | | | SVN-Revision: 2661
* update dropbear to 0.47 (adds keyboard-interactive auth, fixes a potential ↵Felix Fietkau2005-12-138-81/+96
| | | | | | security issue, fixes #59) SVN-Revision: 2660
* restore wl0_auth functionality (fixes: #123)Felix Fietkau2005-12-131-1/+7
| | | | SVN-Revision: 2657
* more tristate -> prompt fixesWaldemar Brodkorb2005-12-135-12/+26
| | | | SVN-Revision: 2656
* use prompt description, not tristate, use select from libraries instead of ↵Waldemar Brodkorb2005-12-132-5/+11
| | | | | | depends on, suggested by Nico SVN-Revision: 2655
* improve wificonf watchdog for client mode (should be somewhat reliable now)Felix Fietkau2005-12-131-3/+33
| | | | SVN-Revision: 2654
* add libaudiofile package (thanks to Romain Beauxis)Nicolas Thill2005-12-134-0/+126
| | | | SVN-Revision: 2651
* Added raddumpFlorian Fainelli2005-12-135-0/+69
| | | | SVN-Revision: 2650
* Added dhcp6, an IPv6 implementation of the dhcp server and client Added ↵Florian Fainelli2005-12-139-2/+178
| | | | | | support in package/rules.mk for zip files, just use PKG_CAT=unzip to uncompress the archive SVN-Revision: 2649
* Added vnc-reflector, corrected typo in vpnc/Config.in added then to menuconfigFlorian Fainelli2005-12-137-1/+69
| | | | SVN-Revision: 2648
* Added vpnc, a cicso3000 vpn concentrator clientFlorian Fainelli2005-12-136-0/+75
| | | | SVN-Revision: 2647
* disable pcmcia stuff for ar7Felix Fietkau2005-12-131-0/+1
| | | | SVN-Revision: 2646
* Added vrrpd package, fixed typo in vgp Config.in and added them to the ↵Florian Fainelli2005-12-127-7/+64
| | | | | | package list in menuconfig SVN-Revision: 2644
* Added package vgp, vgp is a daemon working like Cisco(c) HSRPFlorian Fainelli2005-12-123-0/+64
| | | | SVN-Revision: 2643
* Added serdisplib, thanks to Christoph Haderer for the packageFlorian Fainelli2005-12-127-0/+99
| | | | SVN-Revision: 2642
* adjust svn properties: add missing "svn:keywords" for Makefiles, set ↵Nicolas Thill2005-12-126-6/+6
| | | | | | "svn:eol-style" to LF and remove "svn:keywords" for Config.in and ipkg/* files SVN-Revision: 2638
* move init scripts and related out of ipkg/Nicolas Thill2005-12-126-8/+4
| | | | SVN-Revision: 2637
* make wrt-radauth depend on nvram which is more appropriate (thanks nbd)Nicolas Thill2005-12-121-1/+1
| | | | SVN-Revision: 2636
* wrt-radauth needs libnvram and libshared and will only build on mipsel/2.4 atmNicolas Thill2005-12-121-0/+1
| | | | SVN-Revision: 2635
* add some missing ipkg/conffilesNicolas Thill2005-12-126-0/+8
| | | | SVN-Revision: 2632
* clean up old stuffFelix Fietkau2005-12-123-74/+0
| | | | SVN-Revision: 2631
* build package index in sdk (fixes #51)Felix Fietkau2005-12-121-1/+7
| | | | SVN-Revision: 2629