summaryrefslogtreecommitdiff
path: root/openwrt
Commit message (Collapse)AuthorAgeFilesLines
* Change searchpath from STAGING_DIR/{include,lib} to ↵Nicolas Thill2005-04-141-3/+7
| | | | | | STAGING_DIR/usr/{include,lib}, Fix static libraries building SVN-Revision: 648
* Uniformize package MakefileNicolas Thill2005-04-141-53/+63
| | | | SVN-Revision: 647
* Update to reflect that libpthread is not embedded anymore, but a package as ↵Nicolas Thill2005-04-141-2/+0
| | | | | | before SVN-Revision: 646
* Uniformize package MakefileNicolas Thill2005-04-141-25/+34
| | | | SVN-Revision: 645
* Uniformize package Makefile, Build in a separate directory so that configure ↵Nicolas Thill2005-04-142-62/+99
| | | | | | wont find libpcap and link against libpcap.a SVN-Revision: 644
* Add libpcap dependencyNicolas Thill2005-04-141-0/+1
| | | | SVN-Revision: 643
* Uniformize package Makefile, Build in a separate directory so that arpwatch ↵Nicolas Thill2005-04-142-41/+46
| | | | | | and tcpdump configure wont find it SVN-Revision: 642
* MySQL is now installed in STAGING_DIR/usrNicolas Thill2005-04-141-1/+1
| | | | SVN-Revision: 641
* Uniformize package MakefileNicolas Thill2005-04-148-265/+319
| | | | SVN-Revision: 640
* Change libnet to experimental coding styleNicolas Thill2005-04-142-43/+101
| | | | SVN-Revision: 639
* Change postgresql to experimental coding style Make configure honor CPPFLAGSNicolas Thill2005-04-143-39/+107
| | | | SVN-Revision: 638
* package wlcompatFelix Fietkau2005-04-123-5/+34
| | | | SVN-Revision: 637
* add additional compressors and try all of them when making jffs2 images ↵Felix Fietkau2005-04-121-4/+4
| | | | | | (decreases default image size by ~70k) SVN-Revision: 636
* Change popt to experimental coding styleNicolas Thill2005-04-112-32/+78
| | | | SVN-Revision: 635
* Change pcre to experimental coding styleNicolas Thill2005-04-112-32/+89
| | | | SVN-Revision: 634
* remove old depend on libfl for radvd menuconfigFelix Fietkau2005-04-111-1/+0
| | | | SVN-Revision: 633
* add a default hosts fileFelix Fietkau2005-04-111-0/+1
| | | | SVN-Revision: 632
* add more debugging output, fix null pointer dereferencing in debugging ↵Felix Fietkau2005-04-111-8/+35
| | | | | | output, add more debugging output SVN-Revision: 631
* add y354C's patch for maximum nat connections in netfilterFelix Fietkau2005-04-111-0/+20
| | | | SVN-Revision: 630
* Remove CVS dir from packageNicolas Thill2005-04-116-0/+6
| | | | SVN-Revision: 629
* Don't include libspeex.so into libspeex packageNicolas Thill2005-04-111-1/+1
| | | | SVN-Revision: 628
* Fix my previous typo in cifsmount and cups installNicolas Thill2005-04-112-2/+2
| | | | SVN-Revision: 627
* Change dhcp-forwarder to experimental coding styleNicolas Thill2005-04-114-24/+96
| | | | SVN-Revision: 626
* Fix cups installNicolas Thill2005-04-111-2/+6
| | | | SVN-Revision: 625
* Fix cifsmount installNicolas Thill2005-04-111-2/+6
| | | | SVN-Revision: 624
* Don't include libz.so into zlib packageNicolas Thill2005-04-111-1/+1
| | | | SVN-Revision: 623
* Fix chillispot configure and installNicolas Thill2005-04-111-4/+7
| | | | SVN-Revision: 622
* Change haserl to experimental coding styleNicolas Thill2005-04-114-138/+55
| | | | SVN-Revision: 621
* remove redundant unlocksMike Baker2005-04-111-4/+3
| | | | SVN-Revision: 620
* fix openswan -- do NOT strip the kernel modulesFelix Fietkau2005-04-112-2/+52
| | | | SVN-Revision: 619
* fix iproute2 dependency for openswanFelix Fietkau2005-04-101-1/+1
| | | | SVN-Revision: 618
* remove remaing ncurses rules file from old package dirFelix Fietkau2005-04-101-161/+0
| | | | SVN-Revision: 617
* update ncurses to experimental packaging style (fix dependency on terminfo ↵Felix Fietkau2005-04-106-66/+100
| | | | | | in staging dir) SVN-Revision: 616
* remove msdos from vfat module, add ext2, ext3, xfs, hfsplusFelix Fietkau2005-04-107-6/+66
| | | | SVN-Revision: 615
* remove ipkg list file before creating a new one (for squashfs)Felix Fietkau2005-04-101-0/+1
| | | | SVN-Revision: 614
* add openwrt sdkFelix Fietkau2005-04-107-1/+104
| | | | SVN-Revision: 613
* fix path to mysql librariesFelix Fietkau2005-04-101-1/+3
| | | | SVN-Revision: 612
* add asteriskFelix Fietkau2005-04-1015-0/+1928
| | | | SVN-Revision: 611
* strip libmysqlclient binary for ipk packageFelix Fietkau2005-04-101-0/+1
| | | | SVN-Revision: 610
* port libmysqlclient to our makefile type and make it install -dev stuff into ↵Felix Fietkau2005-04-107-238/+90
| | | | | | the staging dir SVN-Revision: 609
* add backport of Jolt's b44 patch to support the bcm47xxImre Kaloz2005-04-092-1/+337
| | | | SVN-Revision: 608
* add speex (required for asterisk)Felix Fietkau2005-04-095-0/+85
| | | | SVN-Revision: 607
* update openswan to 2.3.1Felix Fietkau2005-04-092-3/+3
| | | | SVN-Revision: 606
* update openvpn to rc20Felix Fietkau2005-04-091-2/+2
| | | | SVN-Revision: 605
* Add libpthread dependencyNicolas Thill2005-04-098-3/+22
| | | | SVN-Revision: 604
* Add libgcc and libpthread packagesNicolas Thill2005-04-092-0/+4
| | | | SVN-Revision: 603
* Remove libpthread from root_dirNicolas Thill2005-04-091-0/+1
| | | | SVN-Revision: 602
* Don't install libgcc to root_dirNicolas Thill2005-04-091-4/+0
| | | | SVN-Revision: 601
* Add libpthread packageNicolas Thill2005-04-093-0/+48
| | | | SVN-Revision: 600
* Add libgcc packageNicolas Thill2005-04-093-0/+50
| | | | SVN-Revision: 599