summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnetJo-Philipp Wich2010-12-2216-1/+1088
| | | | SVN-Revision: 24757
* missing-macros: add acc.m4, used by ucl and lzoJo-Philipp Wich2010-12-223-1/+368
| | | | SVN-Revision: 24756
* add missing makefile in previous commitJo-Philipp Wich2010-12-221-0/+31
| | | | SVN-Revision: 24755
* package mm-common, this provides missing m4 macros for glibmm, gtkmm, ↵Jo-Philipp Wich2010-12-221-1/+2
| | | | | | cairomm and other Gnome C++ bindings SVN-Revision: 24754
* introduce missing-macros meta package, this will supply needed m4 macros ↵Jo-Philipp Wich2010-12-216-1/+1146
| | | | | | which are used but not shipped by various packages in feeds SVN-Revision: 24753
* libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent ↵Jo-Philipp Wich2010-12-215-7/+96
| | | | | | configure from embedding host library paths SVN-Revision: 24752
* toolchain/gcc: fix r24746Alexandros C. Couloumbis2010-12-213-5/+5
| | | | SVN-Revision: 24751
* brcm47xx: wgt634u mac address fixHauke Mehrtens2010-12-212-0/+40
| | | | | | | | The Netgear wgt634u uses minus between the hex digest of the mac address and all other broadcom devices are using colons between the hex digest. Now the mac address is correctly parsed also when minus is used. SVN-Revision: 24749
* add gcc 4.5.2 (replaces 4.5.1)Imre Kaloz2010-12-2112-2/+2
| | | | SVN-Revision: 24746
* Âbase-files: don't mark /etc/banner as conffileJo-Philipp Wich2010-12-201-1/+0
| | | | SVN-Revision: 24742
* libtool: strip unsave directories from relink command, nuke every -L that ↵Jo-Philipp Wich2010-12-201-0/+12
| | | | | | looks like /usr/lib or /lib SVN-Revision: 24741
* iptables: don't call autogen.sh, use autoreconf fixup instead of libtoolJo-Philipp Wich2010-12-201-6/+1
| | | | SVN-Revision: 24740
* * fixes duplicate registration of dwc_otg usb coreJohn Crispin2010-12-201-47/+2
| | | | SVN-Revision: 24738
* unifi: add sysupgrade and leds supportClaudio Mignanti2010-12-203-1/+7
| | | | SVN-Revision: 24737
* mpc85xx: fix up kernel config and make the target boot on the ↵Felix Fietkau2010-12-202-10/+80
| | | | | | MPC8568E-MDS-PB board SVN-Revision: 24736
* fix a compile error with uclibc 0.9.32 and newer kernelsFelix Fietkau2010-12-201-0/+17
| | | | SVN-Revision: 24735
* gcc: fix newer libstdc++ compile issues with uclibc 0.9.32Felix Fietkau2010-12-201-0/+3
| | | | SVN-Revision: 24734
* netfilter.mk: fix connmark packaging for Kernels >= 2.6.35, thanks Daniel ↵Jo-Philipp Wich2010-12-191-1/+2
| | | | | | Gimpelevich SVN-Revision: 24729
* fix layer7 patches for Kernels >= 2.6.35, thanks Daniel GimpelevichJo-Philipp Wich2010-12-193-18/+96
| | | | SVN-Revision: 24728
* mac80211: rename max_clients option to maxassoc, this brings it in line with ↵Jo-Philipp Wich2010-12-191-2/+2
| | | | | | broadcom SVN-Revision: 24726
* hostapd: add support for specifying the maximum number of clientsFelix Fietkau2010-12-191-0/+2
| | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24725
* hostapd: fix appending the iapp_interface variable to the configFelix Fietkau2010-12-191-1/+1
| | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24724
* ar71xx: enable ar7240 switch support on the UBNT NanoStation M Fixes ↵Felix Fietkau2010-12-191-0/+1
| | | | | | | | broadcast frames on the second ethernet MAC Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24723
* hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.configFelix Fietkau2010-12-191-0/+2
| | | | | | | | | | This allows hostapd to make use of the config option "vlan_tagged_interface" to automatically create bridge and VLAN interfaces in a fully dynamic way. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24722
* hostapd: Allow rsn_preauth configurationFelix Fietkau2010-12-191-14/+26
| | | | | | | | | | | | | | | | | Hostapd can allow preauthentication for WPA2-EAP networks when the interfaces through which preauthentication is allowed are configured. Add a new param "rsn_preauth=0/1" to the configuration that enables or disables preauthentication on the according bridge interface. Preauthentication for unbridged networks is not considered in this patch. Cc: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24721
* e2fsprogs: add two compile fixes.Hauke Mehrtens2010-12-192-0/+62
| | | | | | Thank you Joe Roback for reporting and fixing compiling on Darwin. SVN-Revision: 24720
* iptables: fix layer7 patch to place the source in extensions/, I doubt it ↵Jo-Philipp Wich2010-12-191-1/+1
| | | | | | ever worked SVN-Revision: 24719
* ar71xx: fix micrel phy patch (Patch from #8041.)Gabor Juhos2010-12-193-3/+3
| | | | SVN-Revision: 24718
* autotools.mk: like libintl, make all libtool fixup packages depend on the ↵Jo-Philipp Wich2010-12-191-2/+2
| | | | | | libiconv stub SVN-Revision: 24708
* autotools.mk: add a (dummy) libintl build dependency to any package using ↵Jo-Philipp Wich2010-12-191-2/+2
| | | | | | the libtool fixup SVN-Revision: 24700
* tools: fix dependenciesHauke Mehrtens2010-12-191-4/+2
| | | | SVN-Revision: 24693
* download.mk: support https:// downloadsJo-Philipp Wich2010-12-181-1/+1
| | | | SVN-Revision: 24688
* download.pl: pass --no-check-certificate to wgetJo-Philipp Wich2010-12-181-1/+1
| | | | SVN-Revision: 24686
* the mpfr dependencies accidentally got broken up, fix itJo-Philipp Wich2010-12-181-2/+1
| | | | SVN-Revision: 24684
* e2fsprogs: update to version 1.41.13Hauke Mehrtens2010-12-181-2/+2
| | | | SVN-Revision: 24683
* tools: add missing dependenciesHauke Mehrtens2010-12-181-0/+4
| | | | SVN-Revision: 24682
* cloog: libtools has to be runHauke Mehrtens2010-12-181-0/+2
| | | | SVN-Revision: 24681
* ppl: go back to version 0.10.2Hauke Mehrtens2010-12-182-4/+44
| | | | | | GCC 4.5 needs ppl in version 0.10.2. The patch makes it compile with gmp 5. SVN-Revision: 24680
* opkg: remove stray HOST_BUILD_DEPENDSJo-Philipp Wich2010-12-181-2/+0
| | | | SVN-Revision: 24679
* mac80211: another optimization for tx performanceFelix Fietkau2010-12-181-0/+11
| | | | SVN-Revision: 24677
* autotools.mk: remove HOST_BUILD_DEPENDS on libtoolJo-Philipp Wich2010-12-181-2/+0
| | | | SVN-Revision: 24676
* libtool: remove patches, they don't apply to libltdlJo-Philipp Wich2010-12-184-201/+0
| | | | SVN-Revision: 24675
* libtool: remove host build and leave only libltdl in placeJo-Philipp Wich2010-12-181-8/+0
| | | | SVN-Revision: 24674
* make libtool a tool build and let autoconf depend on itJo-Philipp Wich2010-12-186-2/+238
| | | | SVN-Revision: 24673
* mac80211: fix a crash in the tx pathFelix Fietkau2010-12-181-0/+19
| | | | SVN-Revision: 24672
* mac80211: fix a missing return valueFelix Fietkau2010-12-181-1/+1
| | | | SVN-Revision: 24671
* mac80211: significantly reduce the cpu load caused by excessive skb header ↵Felix Fietkau2010-12-181-0/+14
| | | | | | cloning SVN-Revision: 24669
* autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it ↵Jo-Philipp Wich2010-12-181-1/+2
| | | | | | makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either SVN-Revision: 24664
* ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense ↵Felix Fietkau2010-12-181-0/+75
| | | | | | and it reduces txpower and unnecessarily disables MRC SVN-Revision: 24657
* mac80211: update to wireless-testing 2010-12-16Felix Fietkau2010-12-1828-2904/+209
| | | | SVN-Revision: 24655