summaryrefslogtreecommitdiff
path: root/openwrt/package
Commit message (Collapse)AuthorAgeFilesLines
* update busybox+ipkg to latest ipkg (v0.99.162), fix a bug in ipkg that would ↵Nicolas Thill2006-05-094-382/+673
| | | | | | prevent it from installing local packages if at least a remote package with the same name is available. SVN-Revision: 3742
* update ulogd to v1.24, add a -mod-sqlite output plugin.Nicolas Thill2006-05-086-47/+25
| | | | SVN-Revision: 3741
* update wpa_supplicant to v0.4.9, add dependency on madwifi-ng (needed to build).Nicolas Thill2006-05-082-2/+3
| | | | SVN-Revision: 3740
* add sablevm dependency on libpthread.Nicolas Thill2006-05-082-1/+2
| | | | SVN-Revision: 3739
* update sablevm to 1.13 (closes: #524), add the patch from whiterussian to ↵Nicolas Thill2006-05-084-46/+96
| | | | | | use a reasonable heap size. SVN-Revision: 3738
* make asterisk chan_bluetooth and chan_h323 modules optional, link openh323 ↵Nicolas Thill2006-05-0711-103/+195
| | | | | | and pwlib statically. SVN-Revision: 3737
* fix ulogd-mod-pcap packagingNicolas Thill2006-05-071-2/+3
| | | | SVN-Revision: 3736
* add missing libpng dependencyFelix Fietkau2006-05-041-0/+1
| | | | SVN-Revision: 3728
* brcm-2.4 system code and driver updateFelix Fietkau2006-05-041-3/+3
| | | | SVN-Revision: 3727
* fix /etc/config/firewallFelix Fietkau2006-05-031-0/+1
| | | | SVN-Revision: 3726
* fix stupid typo in firewall init scriptFelix Fietkau2006-05-021-1/+1
| | | | SVN-Revision: 3724
* add squid ipkg/conffiles, missing from [3718].Nicolas Thill2006-05-011-0/+2
| | | | SVN-Revision: 3721
* remove intrusive patch and find-a-better-way-to-do-it (tm)Nicolas Thill2006-05-012-14/+1
| | | | SVN-Revision: 3720
* remove /usr/{include,lib} ref from libxml2 pkgconfigNicolas Thill2006-05-011-0/+2
| | | | SVN-Revision: 3719
* fix squid build, standardize, add ipkg/conffiles.Nicolas Thill2006-04-303-193/+81
| | | | SVN-Revision: 3718
* fix build on x86 (--disable-asm), standardize.Nicolas Thill2006-04-301-32/+38
| | | | SVN-Revision: 3716
* Update pptpd to 1.3.0, closes #496 for kamikazeFlorian Fainelli2006-04-304-3/+58
| | | | SVN-Revision: 3715
* install more iptables development stuff into the staging dirFelix Fietkau2006-04-291-4/+6
| | | | SVN-Revision: 3713
* clean up code so it compilesMike Baker2006-04-281-0/+11
| | | | SVN-Revision: 3711
* don't drop all incoming connections if wan_ifname is not setFelix Fietkau2006-04-271-1/+1
| | | | SVN-Revision: 3709
* fix busybox applet lookup (thanks, Stefan Weil)Felix Fietkau2006-04-251-1/+1
| | | | SVN-Revision: 3706
* oops... committed the wrong patchFelix Fietkau2006-04-211-1231/+1231
| | | | SVN-Revision: 3699
* fix jpeg build for x86_64 hostsFelix Fietkau2006-04-211-1221/+2539
| | | | SVN-Revision: 3698
* Fix wrong compile dependency, closes #501Florian Fainelli2006-04-211-1/+1
| | | | SVN-Revision: 3696
* update OpenVPN to 2.0.7 (security update), closes #497Oliver Ertl2006-04-191-2/+2
| | | | SVN-Revision: 3673
* Enable mod-ulogd-pcap buildFlorian Fainelli2006-04-195-1/+37
| | | | SVN-Revision: 3671
* Fix patch, closes #494Florian Fainelli2006-04-171-3/+2
| | | | SVN-Revision: 3668
* update kismet to 2006-04-R1 (from #485)Mike Baker2006-04-173-338/+494
| | | | SVN-Revision: 3664
* Create iptraf directories Build mod_webdav for lighttpd Fix libtool patchFlorian Fainelli2006-04-166-3/+40
| | | | SVN-Revision: 3661
* Update iptraf to 3.0.0Florian Fainelli2006-04-164-564/+304
| | | | SVN-Revision: 3660
* Fixed typos in menuconfig Cleanup patch, fix building when using 'pkg-config ↵Florian Fainelli2006-04-152-80/+37
| | | | | | --openssl' on host system, closes #482 SVN-Revision: 3657
* finally fix/tweaks for vncrepeater (thanks to Russell Harmon)Oliver Ertl2006-04-141-2/+4
| | | | SVN-Revision: 3654
* fix vncrepeater download urlOliver Ertl2006-04-141-2/+2
| | | | SVN-Revision: 3653
* elinks cosmetic fixOliver Ertl2006-04-141-1/+0
| | | | SVN-Revision: 3652
* Add squid, with its modules. Fix fakeidentd compilation (wrong source ↵Florian Fainelli2006-04-1420-3/+1275
| | | | | | downloading),closes #478 Fix GNUTLS dependency for weechat SVN-Revision: 3650
* fix openswan patchFelix Fietkau2006-04-131-12/+0
| | | | SVN-Revision: 3639
* also update openswan in package/Felix Fietkau2006-04-131-2/+2
| | | | SVN-Revision: 3638
* fix motion download urlFelix Fietkau2006-04-131-1/+1
| | | | SVN-Revision: 3637
* fix typo in firstboot - /etc/config/* is now a file instead of a symlinkFelix Fietkau2006-04-131-4/+4
| | | | SVN-Revision: 3633
* Add fakeidentd a lightweight identd daemon. Fix minor typo in menuconfig for ↵Florian Fainelli2006-04-137-1/+70
| | | | | | weechat SVN-Revision: 3631
* Add weechat, a lightweight IRC client, thanks kolter !Florian Fainelli2006-04-136-0/+108
| | | | SVN-Revision: 3630
* Add support for static routes per interface. You can specify one or more ↵Florian Fainelli2006-04-131-0/+12
| | | | | | routes, subnets or hosts. Closes #308 for kamikaze SVN-Revision: 3629
* upgrade to busybox 1.1.2Imre Kaloz2006-04-122-214/+2
| | | | SVN-Revision: 3625
* upgrade to wireless-tools v28 finalImre Kaloz2006-04-121-2/+2
| | | | SVN-Revision: 3624
* Add missing svn:keywords and Id tagsNicolas Thill2006-04-1214-9/+19
| | | | SVN-Revision: 3622
* Prevent l2tpd from using PMTU discovery, setting the DF bit on all outgoing ↵Nicolas Thill2006-04-122-1/+26
| | | | | | UDP packets (closes: #471) SVN-Revision: 3621
* add download URL to gpgOliver Ertl2006-04-111-1/+2
| | | | SVN-Revision: 3620
* update iftop to 0.17, closes #475Oliver Ertl2006-04-111-2/+2
| | | | SVN-Revision: 3619
* fix segfault in locking utilityFelix Fietkau2006-04-111-2/+5
| | | | SVN-Revision: 3617
* Update to version 0.12, add a default configuration file, thanks to eatnumber1 !Florian Fainelli2006-04-112-12/+22
| | | | SVN-Revision: 3612